Class ClusterInfo.ReservedSpace

java.lang.Object
org.elasticsearch.cluster.ClusterInfo.ReservedSpace
Enclosing class:
ClusterInfo

public static class ClusterInfo.ReservedSpace
extends java.lang.Object
Represents the total amount of "reserved" space on a particular data path, together with the set of shards considered.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ClusterInfo.ReservedSpace.Builder  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static ClusterInfo.ReservedSpace EMPTY  
  • Method Summary

    Modifier and Type Method Description
    boolean containsShardId​(ShardId shardId)  
    boolean equals​(java.lang.Object o)  
    long getTotal()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait