Class ClusterInfo



  • public class ClusterInfo
    extends Object
    ClusterInfo is an object representing a map of nodes to DiskUsage and a map of shard ids to shard sizes, see InternalClusterInfoService.shardIdentifierFromRouting(String) for the key used in the shardSizes map
    • Constructor Detail

      • ClusterInfo

        public ClusterInfo(<any> usages,
                           <any> shardSizes)