Package | Description |
---|---|
org.graylog2.rest.resources.system.indexer.responses |
Modifier and Type | Method and Description |
---|---|
static IndexStats.DocsStats |
IndexStats.DocsStats.create(long count,
long deleted) |
abstract IndexStats.DocsStats |
IndexStats.documents() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.