| Package | Description |
|---|---|
| org.elasticsearch.repositories | |
| org.elasticsearch.repositories.blobstore | |
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Repository.finalizeSnapshot(SnapshotId snapshotId,
List<String> indices,
long startTime,
String failure,
int totalShards,
List<SnapshotShardFailure> shardFailures)
Finalizes snapshotting process
|
Snapshot |
Repository.readSnapshot(SnapshotId snapshotId)
Reads snapshot description from repository.
|
| Modifier and Type | Method and Description |
|---|---|
MetaData |
Repository.readSnapshotMetaData(SnapshotId snapshotId,
Snapshot snapshot,
List<String> indices)
Returns global metadata associate with the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
BlobStoreRepository.finalizeSnapshot(SnapshotId snapshotId,
List<String> indices,
long startTime,
String failure,
int totalShards,
List<SnapshotShardFailure> shardFailures)
Finalizes snapshotting process
|
Snapshot |
BlobStoreRepository.readSnapshot(SnapshotId snapshotId)
Reads snapshot description from repository.
|
| Modifier and Type | Method and Description |
|---|---|
MetaData |
BlobStoreRepository.readSnapshotMetaData(SnapshotId snapshotId,
Snapshot snapshot,
List<String> indices)
Returns global metadata associate with the snapshot.
|
| Modifier and Type | Field and Description |
|---|---|
static Snapshot |
Snapshot.PROTO |
| Modifier and Type | Method and Description |
|---|---|
static Snapshot |
Snapshot.fromXContent(XContentParser parser) |
Snapshot |
Snapshot.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
Snapshot |
SnapshotsService.snapshot(SnapshotId snapshotId)
Retrieves snapshot from repository
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
SnapshotsService.currentSnapshots(String repositoryName)
Returns a list of currently running snapshots from repository sorted by snapshot creation date
|
List<Snapshot> |
SnapshotsService.snapshots(String repositoryName,
boolean ignoreUnavailable)
Returns a list of snapshots from repository sorted by snapshot creation date
|
| Modifier and Type | Method and Description |
|---|---|
int |
Snapshot.compareTo(Snapshot o)
Compares two snapshots by their start time
|
| Constructor and Description |
|---|
SnapshotInfo(Snapshot snapshot)
Creates a new snapshot information from a
Snapshot |
Copyright © 2009–2017. All rights reserved.