public interface ProcessingStatusRecorder
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getIngestReceiveTime() |
double |
getJournalInfoReadMessages1mRate() |
long |
getJournalInfoUncommittedEntries() |
double |
getJournalInfoWrittenMessages1mRate() |
Lifecycle |
getNodeLifecycleStatus()
Returns the node
Lifecycle status for the node. |
org.joda.time.DateTime |
getPostIndexingReceiveTime() |
org.joda.time.DateTime |
getPostProcessingReceiveTime() |
void |
updateIngestReceiveTime(org.joda.time.DateTime newTimestamp)
Update the receive time for the "ingest" measurement point.
|
void |
updatePostIndexingReceiveTime(org.joda.time.DateTime newTimestamp)
Update receive time for the "post-indexing" measurement point.
|
void |
updatePostProcessingReceiveTime(org.joda.time.DateTime newTimestamp)
Update the receive time for the "post-processing" measurement point.
|
void updateIngestReceiveTime(org.joda.time.DateTime newTimestamp)
newTimestamp - the new timestamp to recordorg.joda.time.DateTime getIngestReceiveTime()
void updatePostProcessingReceiveTime(org.joda.time.DateTime newTimestamp)
newTimestamp - the new timestamp to recordorg.joda.time.DateTime getPostProcessingReceiveTime()
void updatePostIndexingReceiveTime(org.joda.time.DateTime newTimestamp)
newTimestamp - the new timestamp to recordorg.joda.time.DateTime getPostIndexingReceiveTime()
Lifecycle getNodeLifecycleStatus()
Lifecycle status for the node.long getJournalInfoUncommittedEntries()
double getJournalInfoReadMessages1mRate()
double getJournalInfoWrittenMessages1mRate()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.