| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.coprocessor.example | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ExtendedCellBuilderFor internal purpose. | 
| interface  | RawCellBuilderAllows creating a cell with  TagAn instance of this type can be acquired by using RegionCoprocessorEnvironment#getCellBuilder
 (for prod code) andRawCellBuilderFactory(for unit tests). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExtendedCellBuilderImpl | 
| (package private) class  | IndividualBytesFieldCellBuilder | 
| (package private) class  | KeyValueBuilder | 
| Modifier and Type | Method and Description | 
|---|---|
| CellBuilder | CellBuilder. clear()Remove all internal elements from builder. | 
| static CellBuilder | CellBuilderFactory. create(CellBuilderType type)Create a CellBuilder instance. | 
| CellBuilder | CellBuilder. setFamily(byte[] family) | 
| CellBuilder | CellBuilder. setFamily(byte[] family,
         int fOffset,
         int fLength) | 
| CellBuilder | CellBuilder. setQualifier(byte[] qualifier) | 
| CellBuilder | CellBuilder. setQualifier(byte[] qualifier,
            int qOffset,
            int qLength) | 
| CellBuilder | CellBuilder. setRow(byte[] row) | 
| CellBuilder | CellBuilder. setRow(byte[] row,
      int rOffset,
      int rLength) | 
| CellBuilder | CellBuilder. setTimestamp(long timestamp) | 
| CellBuilder | CellBuilder. setType(Cell.Type type) | 
| CellBuilder | CellBuilder. setValue(byte[] value) | 
| CellBuilder | CellBuilder. setValue(byte[] value,
        int vOffset,
        int vLength) | 
| Modifier and Type | Field and Description | 
|---|---|
| private CellBuilder | ValueRewritingObserver. cellBuilder | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.