Package org.elasticsearch.snapshots
Class SnapshotShardSizeInfo
java.lang.Object
org.elasticsearch.snapshots.SnapshotShardSizeInfo
public class SnapshotShardSizeInfo
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static SnapshotShardSizeInfoEMPTY -
Constructor Summary
Constructors Constructor Description SnapshotShardSizeInfo(ImmutableOpenMap<InternalSnapshotsInfoService.SnapshotShard,java.lang.Long> snapshotShardSizes) -
Method Summary
Modifier and Type Method Description java.lang.LonggetShardSize(ShardRouting shardRouting)longgetShardSize(ShardRouting shardRouting, long fallback)
-
Field Details
-
Constructor Details
-
SnapshotShardSizeInfo
public SnapshotShardSizeInfo(ImmutableOpenMap<InternalSnapshotsInfoService.SnapshotShard,java.lang.Long> snapshotShardSizes)
-
-
Method Details