Uses of Enum Class
org.apache.hadoop.hbase.KeyValue.Type
Packages that use org.apache.hadoop.hbase.KeyValue.Type
-
Uses of org.apache.hadoop.hbase.KeyValue.Type in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as org.apache.hadoop.hbase.KeyValue.Type in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.KeyValue.Type
ExtendedCellBuilderImpl.type
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.KeyValue.Type in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.KeyValue.Type
KeyValue.Type.codeToType
(byte b) Cannot rely on enum ordinals .static org.apache.hadoop.hbase.KeyValue.Type
PrivateCellUtil.toTypeByte
(org.apache.hadoop.hbase.Cell.Type type) static org.apache.hadoop.hbase.KeyValue.Type
KeyValue.Type.valueOf
(String name) static org.apache.hadoop.hbase.KeyValue.Type[]
KeyValue.Type.values()
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.KeyValue.Type in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.KeyValue
KeyValueTestUtil.create
(String row, String family, String qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, String value) static int
KeyValue.writeByteArray
(byte[] buffer, int boffset, byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, org.apache.hadoop.hbase.Tag[] tags) Write KeyValue format into the provided byte array.Constructors in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.KeyValue.Type in inModifierConstructorDescriptionIndividualBytesFieldCell
(byte[] row, byte[] family, byte[] qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, long seqId, byte[] value, byte[] tags) IndividualBytesFieldCell
(byte[] row, int rOffset, int rLength, byte[] family, int fOffset, int fLength, byte[] qualifier, int qOffset, int qLength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, long seqId, byte[] value, int vOffset, int vLength, byte[] tags, int tagsOffset, int tagsLength) KeyValue
(byte[] row, byte[] family, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, byte[] tags) KeyValue
(byte[] row, byte[] family, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, List<org.apache.hadoop.hbase.Tag> tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, byte[] tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, List<org.apache.hadoop.hbase.Tag> tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] buffer, int boffset, byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, org.apache.hadoop.hbase.Tag[] tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, byte[] tags, int tagsOffset, int tagsLength) KeyValue
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, byte[] value, int voffset, int vlength, List<org.apache.hadoop.hbase.Tag> tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, ByteBuffer qualifier, long ts, org.apache.hadoop.hbase.KeyValue.Type type, ByteBuffer value, List<org.apache.hadoop.hbase.Tag> tags) KeyValue
(byte[] row, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type) Constructs KeyValue structure filled with null value.KeyValue
(int rlength, int flength, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, int vlength) Constructs an empty KeyValue structure, with specified sizes.KeyValue
(int rlength, int flength, int qlength, long timestamp, org.apache.hadoop.hbase.KeyValue.Type type, int vlength, int tagsLength) Constructs an empty KeyValue structure, with specified sizes. -
Uses of org.apache.hadoop.hbase.KeyValue.Type in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.KeyValue.Type in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.KeyValue.Type
ProtobufUtil.fromDeleteType
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.DeleteType type) Convert a protocol buffer DeleteType to delete KeyValue type.Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.KeyValue.Type in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.DeleteType
ProtobufUtil.toDeleteType
(org.apache.hadoop.hbase.KeyValue.Type type) Convert a delete KeyValue type to protocol buffer DeleteType.