| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.dto |
| Modifier and Type | Method and Description |
|---|---|
static JournalStats |
JournalStats.create(long size,
long sizeLimit,
long segments,
long uncommittedEntries,
long readMessages,
long writtenMessages) |
abstract JournalStats |
NodeStats.journal() |
| Modifier and Type | Method and Description |
|---|---|
static NodeStats |
NodeStats.create(long uptime,
long inputCount,
ThroughputStats throughputStats,
BufferStats bufferStats,
JournalStats journalStats,
Histogram searchTimings,
Histogram searchRanges,
SearchStats searchStats,
SessionStats sessionStats) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.