Interface ExtendedCellBuilder

All Superinterfaces:
CellBuilder, RawCellBuilder
All Known Implementing Classes:
ExtendedCellBuilderImpl, IndividualBytesFieldCellBuilder, KeyValueBuilder

@Private public interface ExtendedCellBuilder extends RawCellBuilder
For internal purpose. Tag and memstoreTS/mvcc are internal implementation detail that should not be exposed publicly. Use ExtendedCellBuilderFactory to get ExtendedCellBuilder instance. TODO: ditto for ByteBufferExtendedCell?