java.lang.Object
org.elasticsearch.snapshots.SnapshotShardSizeInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotShardSizeInfo(Map<InternalSnapshotsInfoService.SnapshotShard, Long> snapshotShardSizes) -
Method Summary
Modifier and TypeMethodDescriptiongetShardSize(ShardRouting shardRouting) longgetShardSize(ShardRouting shardRouting, long fallback) toString()
-
Field Details
-
EMPTY
-
-
Constructor Details
-
SnapshotShardSizeInfo
public SnapshotShardSizeInfo(Map<InternalSnapshotsInfoService.SnapshotShard, Long> snapshotShardSizes)
-
-
Method Details