Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemStore
An abstract class, which implements the behaviour shared by all concrete memstore instances.
|
class |
CompactingMemStore
A memstore implementation which supports in-memory compaction.
|
class |
DefaultMemStore
The MemStore holds in-memory modifications to the Store.
|
Modifier and Type | Field and Description |
---|---|
protected MemStore |
HStore.memstore |
Modifier and Type | Method and Description |
---|---|
private MemStore |
HStore.getMemstore()
Returns MemStore Instance to use in this store.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.