Uses of Interface
org.apache.hadoop.hbase.ExtendedCellBuilder
Packages that use ExtendedCellBuilder
-
Uses of ExtendedCellBuilder in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ExtendedCellBuilderModifier and TypeClassDescriptionclass(package private) class(package private) classMethods in org.apache.hadoop.hbase that return ExtendedCellBuilderModifier and TypeMethodDescriptionExtendedCellBuilder.clear()ExtendedCellBuilderImpl.clear()static ExtendedCellBuilderExtendedCellBuilderFactory.create(CellBuilderType type) Allows creating a cell with the given CellBuilderType.ExtendedCellBuilder.setFamily(byte[] family) ExtendedCellBuilder.setFamily(byte[] family, int fOffset, int fLength) ExtendedCellBuilderImpl.setFamily(byte[] family) ExtendedCellBuilderImpl.setFamily(byte[] family, int fOffset, int fLength) ExtendedCellBuilder.setQualifier(byte[] qualifier) ExtendedCellBuilder.setQualifier(byte[] qualifier, int qOffset, int qLength) ExtendedCellBuilderImpl.setQualifier(byte[] qualifier) ExtendedCellBuilderImpl.setQualifier(byte[] qualifier, int qOffset, int qLength) ExtendedCellBuilder.setRow(byte[] row) ExtendedCellBuilder.setRow(byte[] row, int rOffset, int rLength) ExtendedCellBuilderImpl.setRow(byte[] row) ExtendedCellBuilderImpl.setRow(byte[] row, int rOffset, int rLength) ExtendedCellBuilder.setSequenceId(long seqId) Internal usage.ExtendedCellBuilderImpl.setSequenceId(long seqId) ExtendedCellBuilder.setTags(byte[] tags) ExtendedCellBuilder.setTags(byte[] tags, int tagsOffset, int tagsLength) ExtendedCellBuilderImpl.setTags(byte[] tags) ExtendedCellBuilderImpl.setTags(byte[] tags, int tagsOffset, int tagsLength) ExtendedCellBuilder.setTimestamp(long timestamp) ExtendedCellBuilderImpl.setTimestamp(long timestamp) ExtendedCellBuilder.setType(byte type) ExtendedCellBuilderImpl.setType(byte type) ExtendedCellBuilder.setValue(byte[] value) ExtendedCellBuilder.setValue(byte[] value, int vOffset, int vLength) ExtendedCellBuilderImpl.setValue(byte[] value) ExtendedCellBuilderImpl.setValue(byte[] value, int vOffset, int vLength) -
Uses of ExtendedCellBuilder in org.apache.hadoop.hbase.codec
Fields in org.apache.hadoop.hbase.codec declared as ExtendedCellBuilderModifier and TypeFieldDescriptionprivate final ExtendedCellBuilderCellCodec.CellDecoder.cellBuilderprivate final ExtendedCellBuilderCellCodecWithTags.CellDecoder.cellBuilderprivate final ExtendedCellBuilderMessageCodec.MessageDecoder.cellBuilder -
Uses of ExtendedCellBuilder in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as ExtendedCellBuilderModifier and TypeFieldDescriptionprivate final ExtendedCellBuilderBulkLoadCellFilter.cellBuilder -
Uses of ExtendedCellBuilder in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type ExtendedCellBuilderModifier and TypeMethodDescriptionstatic CellThriftUtilities.toCell(ExtendedCellBuilder cellBuilder, byte[] row, org.apache.hadoop.hbase.thrift2.generated.TColumnValue columnValue)