| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeImmutableSegment
The CompositeImmutableSegments is created as a collection of ImmutableSegments and supports
the interface of a single ImmutableSegments.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableSegment |
AbstractMemStore.snapshot |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSegment |
SegmentFactory.createImmutableSegment(CellComparator comparator) |
ImmutableSegment |
SegmentFactory.createImmutableSegment(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator) |
ImmutableSegment |
SegmentFactory.createImmutableSegment(MutableSegment segment) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByCompaction(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
ImmutableSegment.Type segmentType) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByMerge(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
ImmutableSegment.Type segmentType,
List<ImmutableSegment> segments) |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableSegment> |
VersionedSegmentsList.getStoreSegments() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
CompositeImmutableSegment |
SegmentFactory.createCompositeImmutableSegment(CellComparator comparator,
List<ImmutableSegment> segments) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByMerge(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
ImmutableSegment.Type segmentType,
List<ImmutableSegment> segments) |
| Constructor and Description |
|---|
MemStoreSnapshot(long id,
ImmutableSegment snapshot) |
| Constructor and Description |
|---|
CompositeImmutableSegment(CellComparator comparator,
List<ImmutableSegment> segments) |
MemStoreCompactorSegmentsIterator(List<ImmutableSegment> segments,
CellComparator comparator,
int compactionKVMax,
Store store) |
MemStoreMergerSegmentsIterator(List<ImmutableSegment> segments,
CellComparator comparator,
int compactionKVMax) |
VersionedSegmentsList(List<ImmutableSegment> storeSegments,
long version) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.