| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
CompactingMemStore.IndexType |
CompactingMemStore.getIndexType() |
static CompactingMemStore.IndexType |
CompactingMemStore.IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactingMemStore.IndexType[] |
CompactingMemStore.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSegment |
SegmentFactory.createImmutableSegmentByCompaction(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
CompactingMemStore.IndexType idxType) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByFlattening(CSLMImmutableSegment segment,
CompactingMemStore.IndexType idxType,
MemStoreSizing memstoreSizing) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByMerge(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
List<ImmutableSegment> segments,
CompactingMemStore.IndexType idxType) |
boolean |
CompactionPipeline.flattenOneSegment(long requesterVersion,
CompactingMemStore.IndexType idxType)
If the caller holds the current version, go over the the pipeline and try to flatten each
segment.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.