| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.coprocessor | Table of Contents | 
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ExtendedCellBuilderFor internal purpose. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExtendedCellBuilderImpl | 
| (package private) class  | IndividualBytesFieldCellBuilder | 
| (package private) class  | KeyValueBuilder | 
| Modifier and Type | Method and Description | 
|---|---|
| RawCellBuilder | RawCellBuilder. clear() | 
| static RawCellBuilder | RawCellBuilderFactory. create() | 
| RawCellBuilder | RawCellBuilder. setFamily(byte[] family) | 
| RawCellBuilder | RawCellBuilder. setFamily(byte[] family,
         int fOffset,
         int fLength) | 
| RawCellBuilder | RawCellBuilder. setQualifier(byte[] qualifier) | 
| RawCellBuilder | RawCellBuilder. setQualifier(byte[] qualifier,
            int qOffset,
            int qLength) | 
| RawCellBuilder | RawCellBuilder. setRow(byte[] row) | 
| RawCellBuilder | RawCellBuilder. setRow(byte[] row,
      int rOffset,
      int rLength) | 
| RawCellBuilder | RawCellBuilder. setTags(List<Tag> tags) | 
| RawCellBuilder | RawCellBuilder. setTimestamp(long timestamp) | 
| RawCellBuilder | RawCellBuilder. setType(Cell.Type type) | 
| RawCellBuilder | RawCellBuilder. setValue(byte[] value) | 
| RawCellBuilder | RawCellBuilder. setValue(byte[] value,
        int vOffset,
        int vLength) | 
| Modifier and Type | Method and Description | 
|---|---|
| RawCellBuilder | RegionCoprocessorEnvironment. getCellBuilder()Returns a CellBuilder so that coprocessors can build cells. | 
| Modifier and Type | Method and Description | 
|---|---|
| RawCellBuilder | RegionCoprocessorHost.RegionEnvironment. getCellBuilder() | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.