Package | Description |
---|---|
org.elasticsearch.repositories | |
org.elasticsearch.repositories.blobstore | |
org.elasticsearch.snapshots |
Modifier and Type | Method and Description |
---|---|
Snapshot |
Repository.finalizeSnapshot(SnapshotId snapshotId,
String failure,
int totalShards,
com.google.common.collect.ImmutableList<SnapshotShardFailure> shardFailures)
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
|
Snapshot |
Repository.readSnapshot(SnapshotId snapshotId)
Reads snapshot description from repository.
|
Modifier and Type | Class and Description |
---|---|
class |
BlobStoreSnapshot
Immutable snapshot description for BlobStoreRepository
Stored in the the root of the repository, see
BlobStoreRepository for more information. |
Modifier and Type | Method and Description |
---|---|
Snapshot |
BlobStoreRepository.finalizeSnapshot(SnapshotId snapshotId,
String failure,
int totalShards,
com.google.common.collect.ImmutableList<SnapshotShardFailure> shardFailures)
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
|
Snapshot |
BlobStoreRepository.readSnapshot(SnapshotId snapshotId)
Reads snapshot description from repository.
|
Modifier and Type | Method and Description |
---|---|
int |
BlobStoreSnapshot.compareTo(Snapshot o)
Compares two snapshots by their start time
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotsService.snapshot(SnapshotId snapshotId)
Retrieves snapshot from repository
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Snapshot> |
SnapshotsService.snapshots(String repositoryName)
Returns a list of snapshots from repository sorted by snapshot creation date
|
Constructor and Description |
---|
SnapshotInfo(Snapshot snapshot)
Creates a new snapshot information from a
Snapshot |
Copyright © 2009–2015. All rights reserved.