| 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
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotShardFailure |
SnapshotShardFailure.fromXContent(XContentParser parser)
Deserializes snapshot failure information from JSON
|
static SnapshotShardFailure |
SnapshotShardFailure.readSnapshotShardFailure(StreamInput in)
Reads shard failure information from stream input
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotShardFailure> |
Snapshot.shardFailures()
Returns shard failures
|
List<SnapshotShardFailure> |
SnapshotInfo.shardFailures()
Returns shard failures
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SnapshotShardFailure.toXContent(SnapshotShardFailure snapshotShardFailure,
XContentBuilder builder,
ToXContent.Params params)
Serializes snapshot failure information into JSON
|
| Constructor and Description |
|---|
Snapshot(String name,
List<String> indices,
long startTime,
String reason,
long endTime,
int totalShard,
List<SnapshotShardFailure> shardFailures) |
Copyright © 2009–2017. All rights reserved.