Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.create | |
org.elasticsearch.action.admin.cluster.snapshots.get | |
org.elasticsearch.snapshots |
Modifier and Type | Method and Description |
---|---|
SnapshotInfo |
CreateSnapshotResponse.getSnapshotInfo()
Returns snapshot information if snapshot was completed by the time this method returned or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<SnapshotInfo> |
GetSnapshotsResponse.getSnapshots()
Returns the list of snapshots
|
Modifier and Type | Method and Description |
---|---|
static SnapshotInfo |
SnapshotInfo.readOptionalSnapshotInfo(StreamInput in)
Reads optional snapshot information from stream input
|
static SnapshotInfo |
SnapshotInfo.readSnapshotInfo(StreamInput in)
Reads snapshot information from stream input
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotsService.SnapshotCompletionListener.onSnapshotCompletion(SnapshotId snapshotId,
SnapshotInfo snapshot) |
Copyright © 2009–2015. All rights reserved.