Uses of Class
org.elasticsearch.snapshots.RestoreInfo
-
Packages that use RestoreInfo Package Description org.elasticsearch.action.admin.cluster.snapshots.restore org.elasticsearch.snapshots -
-
Uses of RestoreInfo in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return RestoreInfo Modifier and Type Method Description RestoreInfoRestoreSnapshotResponse. getRestoreInfo()Returns restore information if snapshot was completed before this method returned, null otherwise -
Uses of RestoreInfo in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return RestoreInfo Modifier and Type Method Description static RestoreInfoRestoreInfo. fromXContent(XContentParser parser)RestoreInfoRestoreService.RestoreCompletionResponse. getRestoreInfo()static RestoreInfoRestoreInfo. readOptionalRestoreInfo(StreamInput in)Reads optional restore info fromStreamInput
-