public abstract class IndicesStats extends Object
Constructor and Description |
---|
IndicesStats() |
Modifier and Type | Method and Description |
---|---|
static IndicesStats |
create(int indexCount,
long storeSize,
long fieldDataSize) |
static IndicesStats |
create(int indexCount,
long storeSize,
long fieldDataSize,
long idCacheSize)
Deprecated.
|
abstract long |
fieldDataSize() |
abstract long |
idCacheSize() |
abstract int |
indexCount() |
abstract long |
storeSize() |
public abstract int indexCount()
public abstract long storeSize()
public abstract long fieldDataSize()
public abstract long idCacheSize()
@Deprecated public static IndicesStats create(int indexCount, long storeSize, long fieldDataSize, long idCacheSize)
public static IndicesStats create(int indexCount, long storeSize, long fieldDataSize)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.