| Package | Description |
|---|---|
| org.graylog2.rest.models.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 storeSizeBytes,
long segments,
IndexStats.DocsStats documents) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.