Uses of Interface
org.apache.hadoop.hbase.regionserver.MemStore
Packages that use MemStore
-
Uses of MemStore in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement MemStoreModifier 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.Fields in org.apache.hadoop.hbase.regionserver declared as MemStoreMethods in org.apache.hadoop.hbase.regionserver that return MemStoreModifier and TypeMethodDescriptionprivate MemStore
HStore.getMemstore()
Returns MemStore Instance to use in this store.