| Package | Description |
|---|---|
| org.graylog2.indexer | |
| org.graylog2.rest.resources.system.indexer | |
| org.graylog2.rest.resources.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
IndexSetStats |
IndexSetStatsCreator.getForIndexSet(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
IndexSetStats |
IndexSetsResource.globalStats() |
IndexSetStats |
IndexSetsResource.indexSetStatistics(String id) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetStats |
IndexSetStats.create(long indices,
long documents,
long size) |
static IndexSetStats |
IndexSetStats.fromIndexStatistics(Collection<IndexStatistics> indexStatistics,
Collection<String> closedIndices) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,IndexSetStats> |
IndexSetResponse.stats() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetResponse |
IndexSetResponse.create(int total,
List<IndexSetSummary> ranges,
Map<String,IndexSetStats> stats) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.