Class CompactingMemStore.InMemoryCompactionRunnable

java.lang.Object
org.apache.hadoop.hbase.regionserver.CompactingMemStore.InMemoryCompactionRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
CompactingMemStore

The in-memory-flusher thread performs the flush asynchronously. There is at most one thread per memstore instance. It takes the updatesLock exclusively, pushes active into the pipeline, releases updatesLock and compacts the pipeline.