public abstract class IndexSetStats extends Object
| Constructor and Description |
|---|
IndexSetStats() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetStats |
create(long indices,
long documents,
long size) |
abstract long |
documents() |
static IndexSetStats |
fromIndexStatistics(Collection<IndexStatistics> indexStatistics,
Collection<String> closedIndices) |
abstract long |
indices() |
abstract long |
size() |
public abstract long indices()
public abstract long documents()
public abstract long size()
public static IndexSetStats create(long indices, long documents, long size)
public static IndexSetStats fromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.