Interface RawCellBuilder

All Superinterfaces:
CellBuilder
All Known Subinterfaces:
ExtendedCellBuilder
All Known Implementing Classes:
ExtendedCellBuilderImpl, IndividualBytesFieldCellBuilder, KeyValueBuilder

@LimitedPrivate("Coprocesssor") public interface RawCellBuilder extends CellBuilder
Allows creating a cell with Tag An instance of this type can be acquired by using RegionCoprocessorEnvironment#getCellBuilder (for prod code) and RawCellBuilderFactory (for unit tests).