Class ImmutableSegment

java.lang.Object
org.apache.hadoop.hbase.regionserver.Segment
org.apache.hadoop.hbase.regionserver.ImmutableSegment
All Implemented Interfaces:
MemStoreSizing
Direct Known Subclasses:
CellArrayImmutableSegment, CellChunkImmutableSegment, CompositeImmutableSegment, CSLMImmutableSegment

@Private public abstract class ImmutableSegment extends Segment
ImmutableSegment is an abstract class that extends the API supported by a Segment, and is not needed for a MutableSegment.