| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSegment.Type |
ImmutableSegment.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableSegment.Type[] |
ImmutableSegment.Type.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,
ImmutableSegment.Type segmentType) |
ImmutableSegment |
SegmentFactory.createImmutableSegmentByMerge(org.apache.hadoop.conf.Configuration conf,
CellComparator comparator,
MemStoreSegmentsIterator iterator,
int numOfCells,
ImmutableSegment.Type segmentType,
List<ImmutableSegment> segments) |
| Constructor and Description |
|---|
ImmutableSegment(CellComparator comparator,
MemStoreSegmentsIterator iterator,
MemStoreLAB memStoreLAB,
int numOfCells,
ImmutableSegment.Type type,
boolean merge)
------------------------------------------------------------------------
C-tor to be used when new CELL_ARRAY BASED ImmutableSegment is a result of compaction of a
list of older ImmutableSegments.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.