Uses of Interface
org.apache.hadoop.hbase.regionserver.MemStoreFlusher.FlushQueueEntry
Packages that use MemStoreFlusher.FlushQueueEntry
-
Uses of MemStoreFlusher.FlushQueueEntry in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement MemStoreFlusher.FlushQueueEntryModifier and TypeClassDescription(package private) static class
Datastructure used in the flush queue.Fields in org.apache.hadoop.hbase.regionserver declared as MemStoreFlusher.FlushQueueEntryModifier and TypeFieldDescriptionprivate static final MemStoreFlusher.FlushQueueEntry
MemStoreFlusher.WAKEUPFLUSH_INSTANCE
Singleton instance inserted into flush queue used for signaling.Fields in org.apache.hadoop.hbase.regionserver with type parameters of type MemStoreFlusher.FlushQueueEntryModifier and TypeFieldDescriptionprivate final BlockingQueue<MemStoreFlusher.FlushQueueEntry>
MemStoreFlusher.flushQueue