| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
VersionedSegmentsList |
CompactingMemStore.getImmutableSegments() |
VersionedSegmentsList |
CompactionPipeline.getVersionedList() |
VersionedSegmentsList |
CompactionPipeline.getVersionedTail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompactionPipeline.swap(VersionedSegmentsList versionedList,
ImmutableSegment segment,
boolean closeSuffix,
boolean updateRegionSize)
Swaps the versioned list at the tail of the pipeline with a new segment.
|
boolean |
CompactingMemStore.swapCompactedSegments(VersionedSegmentsList versionedList,
ImmutableSegment result,
boolean merge) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.