| Package | Description |
|---|---|
| org.graylog2.indexer.indices.stats | |
| org.graylog2.rest.models.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexStats |
IndexStatistics.allShards() |
abstract IndexStats |
IndexStatistics.primaryShards() |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics |
IndexStatistics.create(String index,
IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing) |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexStats |
IndexInfo.allShards() |
static IndexStats |
IndexStats.create(IndexStats.TimeAndTotalStats flush,
IndexStats.TimeAndTotalStats get,
IndexStats.TimeAndTotalStats index,
IndexStats.TimeAndTotalStats merge,
IndexStats.TimeAndTotalStats refresh,
IndexStats.TimeAndTotalStats searchQuery,
IndexStats.TimeAndTotalStats searchFetch,
long openSearchContexts,
long storeSizeBytes,
long segments,
IndexStats.DocsStats documents) |
abstract IndexStats |
IndexInfo.primaryShards() |
| Modifier and Type | Method and Description |
|---|---|
static IndexInfo |
IndexInfo.create(IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing,
boolean isReopened) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.