Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Packages that use SnapshotIndexShardStatus Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotIndexShardStatus in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotIndexShardStatus Modifier and Type Method Description static SnapshotIndexShardStatusSnapshotIndexShardStatus. fromXContent(XContentParser parser, String indexId)Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return types with arguments of type SnapshotIndexShardStatus Modifier and Type Method Description Map<Integer,SnapshotIndexShardStatus>SnapshotIndexStatus. getShards()A shard id to index snapshot shard status mapList<SnapshotIndexShardStatus>SnapshotStatus. getShards()Returns list of snapshot shardsIterator<SnapshotIndexShardStatus>SnapshotIndexStatus. iterator()Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>>TransportNodesSnapshotsStatus.NodeSnapshotStatus. status()Constructor parameters in org.elasticsearch.action.admin.cluster.snapshots.status with type arguments of type SnapshotIndexShardStatus Constructor Description NodeSnapshotStatus(DiscoveryNode node, Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>> status)SnapshotIndexStatus(String index, Map<Integer,SnapshotIndexShardStatus> indexShards, SnapshotShardsStats shardsStats, SnapshotStats stats)
-