Class IndicesStats
java.lang.Object
org.graylog2.system.stats.elasticsearch.IndicesStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndicesStatscreate(int indexCount, long storeSize, long fieldDataSize) static IndicesStatscreate(int indexCount, long storeSize, long fieldDataSize, long idCacheSize) Deprecated.abstract longabstract longabstract intabstract long
-
Constructor Details
-
IndicesStats
public IndicesStats()
-
-
Method Details
-
indexCount
public abstract int indexCount() -
storeSize
public abstract long storeSize() -
fieldDataSize
public abstract long fieldDataSize() -
idCacheSize
public abstract long idCacheSize() -
create
@Deprecated public static IndicesStats create(int indexCount, long storeSize, long fieldDataSize, long idCacheSize) Deprecated. -
create
-