Uses of Interface
org.apache.hadoop.hbase.regionserver.MemStore
-
Uses of MemStore in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
An abstract class, which implements the behaviour shared by all concrete memstore instances.class
A memstore implementation which supports in-memory compaction.class
The MemStore holds in-memory modifications to the Store.Modifier and TypeMethodDescriptionprivate MemStore
HStore.getMemstore()
Returns MemStore Instance to use in this store.