Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
protected MutableSegment |
AbstractMemStore.active |
Modifier and Type | Method and Description |
---|---|
MutableSegment |
SegmentFactory.createMutableSegment(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSizing memstoreSizing) |
Modifier and Type | Method and Description |
---|---|
ImmutableSegment |
SegmentFactory.createImmutableSegment(MutableSegment segment,
MemStoreSizing memstoreSizing) |
protected void |
CompactingMemStore.pushActiveToPipeline(MutableSegment active) |
boolean |
CompactionPipeline.pushHead(MutableSegment segment) |
Copyright © 2007–2019 Cloudera. All rights reserved.