Uses of Interface
org.apache.hadoop.hbase.RawCellBuilder
Packages that use org.apache.hadoop.hbase.RawCellBuilder
-
Uses of org.apache.hadoop.hbase.RawCellBuilder in org.apache.hadoop.hbase
Subinterfaces of org.apache.hadoop.hbase.RawCellBuilder in in org.apache.hadoop.hbaseModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.ExtendedCellBuilderFor internal purpose.Classes in org.apache.hadoop.hbase that implement org.apache.hadoop.hbase.RawCellBuilder in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ExtendedCellBuilderImplMethods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.RawCellBuilder in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.clear()static org.apache.hadoop.hbase.RawCellBuilderRawCellBuilderFactory.create()Returns the cell that is createdorg.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setFamily(byte[] family) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setFamily(byte[] family, int fOffset, int fLength) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setQualifier(byte[] qualifier) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setQualifier(byte[] qualifier, int qOffset, int qLength) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setRow(byte[] row) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setRow(byte[] row, int rOffset, int rLength) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setTags(List<org.apache.hadoop.hbase.Tag> tags) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setTimestamp(long timestamp) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setType(org.apache.hadoop.hbase.Cell.Type type) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setValue(byte[] value) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setValue(byte[] value, int vOffset, int vLength) -
Uses of org.apache.hadoop.hbase.RawCellBuilder in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that return org.apache.hadoop.hbase.RawCellBuilder in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.RawCellBuilderRegionCoprocessorEnvironment.getCellBuilder()Returns a CellBuilder so that coprocessors can build cells.