Class ImmutableMemStoreLAB

java.lang.Object
org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
All Implemented Interfaces:
MemStoreLAB

@Private public class ImmutableMemStoreLAB extends Object implements MemStoreLAB
A MemStoreLAB implementation which wraps N MemStoreLABs. Its main duty is in proper managing the close of the individual MemStoreLAB. This is treated as an immutable one and so do not allow to add any more Cells into it. copyCellInto(ExtendedCell) throws Exception