程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.regionserver |
限定符和类型 | 方法和说明 |
---|---|
MutableSegment |
SegmentFactory.createMutableSegment(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSizing memstoreSizing) |
限定符和类型 | 方法和说明 |
---|---|
ImmutableSegment |
SegmentFactory.createImmutableSegment(MutableSegment segment,
MemStoreSizing memstoreSizing) |
protected void |
CompactingMemStore.postUpdate(MutableSegment currentActive) |
protected void |
DefaultMemStore.postUpdate(MutableSegment currentActive) |
protected abstract void |
AbstractMemStore.postUpdate(MutableSegment currentActive)
Issue any post update synchronization and tests
|
protected boolean |
CompactingMemStore.preUpdate(MutableSegment currentActive,
Cell cell,
MemStoreSizing memstoreSizing)
Issue any synchronization and test needed before applying the update
For compacting memstore this means checking the update can increase the size without
overflow
|
protected boolean |
DefaultMemStore.preUpdate(MutableSegment currentActive,
Cell cell,
MemStoreSizing memstoreSizing) |
protected abstract boolean |
AbstractMemStore.preUpdate(MutableSegment currentActive,
Cell cell,
MemStoreSizing memstoreSizing)
Issue any synchronization and test needed before applying the update
|
protected void |
CompactingMemStore.pushActiveToPipeline(MutableSegment currActive) |
boolean |
CompactionPipeline.pushHead(MutableSegment segment) |
protected boolean |
CompactingMemStore.shouldFlushInMemory(MutableSegment currActive,
Cell cellToAdd,
MemStoreSizing memstoreSizing) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.