| Package | Description |
|---|---|
| org.graylog2.indexer.indices | |
| org.graylog2.indexer.indices.stats | |
| org.graylog2.rest.resources.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
Optional<IndexStatistics> |
Indices.getIndexStats(String index) |
Optional<IndexStatistics> |
IndicesAdapter.getIndexStats(String index) |
Set<IndexStatistics> |
Indices.getIndicesStats(Collection<String> indices) |
Set<IndexStatistics> |
Indices.getIndicesStats(IndexSet indexSet) |
Set<IndexStatistics> |
IndicesAdapter.indicesStats(Collection<String> indices) |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics |
IndexStatistics.create(String index,
IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing) |
static IndexStatistics |
IndexStatistics.create(String index,
com.fasterxml.jackson.databind.JsonNode indexStats) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetStats |
IndexSetStats.fromIndexStatistics(Collection<IndexStatistics> indexStatistics,
Collection<String> closedIndices) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.