Uses of Class
org.elasticsearch.snapshots.SnapshotShardFailure
-
Packages that use SnapshotShardFailure Package Description org.elasticsearch.snapshots -
-
Uses of SnapshotShardFailure in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return SnapshotShardFailure Modifier and Type Method Description static SnapshotShardFailureSnapshotShardFailure. fromXContent(XContentParser parser)Deserializes snapshot failure information from JSONMethods in org.elasticsearch.snapshots that return types with arguments of type SnapshotShardFailure Modifier and Type Method Description List<SnapshotShardFailure>SnapshotInfo. shardFailures()Returns shard failures; an empty list will be returned if there were no shard failures, or ifSnapshotInfo.state()returnsnull.
-