Package | Description |
---|---|
org.graylog2.rest.resources.system.indexer.responses |
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 store_size_bytes,
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-2015 Graylog, Inc.. All Rights Reserved.