Uses of Interface
org.apache.hadoop.hbase.monitoring.MonitoredTask.StatusJournalEntry
Packages that use MonitoredTask.StatusJournalEntry
-
Uses of MonitoredTask.StatusJournalEntry in org.apache.hadoop.hbase.monitoring
Classes in org.apache.hadoop.hbase.monitoring that implement MonitoredTask.StatusJournalEntryModifier and TypeClassDescriptionprivate static final class
Fields in org.apache.hadoop.hbase.monitoring with type parameters of type MonitoredTask.StatusJournalEntryModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<MonitoredTask.StatusJournalEntry>
MonitoredTaskImpl.journal
Methods in org.apache.hadoop.hbase.monitoring that return types with arguments of type MonitoredTask.StatusJournalEntryModifier and TypeMethodDescriptionMonitoredTask.getStatusJournal()
If journal is enabled, we will store all statuses that have been set along with the time stamps when they were set.MonitoredTaskImpl.getStatusJournal()
Returns the status journal.