Uses of Enum Class
org.apache.hadoop.hbase.KeyValue.Type
Packages that use KeyValue.Type
-
Uses of KeyValue.Type in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as KeyValue.TypeModifier and TypeFieldDescriptionprivate static KeyValue.Type[]
KeyValue.Type.codeArray
protected KeyValue.Type
ExtendedCellBuilderImpl.type
Methods in org.apache.hadoop.hbase that return KeyValue.TypeModifier and TypeMethodDescriptionstatic KeyValue.Type
KeyValue.Type.codeToType
(byte b) Cannot rely on enum ordinals .static KeyValue.Type
PrivateCellUtil.toTypeByte
(Cell.Type type) static KeyValue.Type
Returns the enum constant of this class with the specified name.static KeyValue.Type[]
KeyValue.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type KeyValue.TypeModifier and TypeMethodDescriptionstatic KeyValue
KeyValueTestUtil.create
(String row, String family, String qualifier, long timestamp, KeyValue.Type type, String value) private static byte[]
KeyValue.createByteArray
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, KeyValue.Type type, byte[] value, int voffset, int vlength, byte[] tags, int tagsOffset, int tagsLength) Write KeyValue format into a byte array.private static byte[]
KeyValue.createByteArray
(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, Object qualifier, int qoffset, int qlength, long timestamp, KeyValue.Type type, Object value, int voffset, int vlength, List<Tag> tags) private static byte[]
KeyValue.createEmptyByteArray
(int rlength, int flength, int qlength, long timestamp, KeyValue.Type type, int vlength, int tagsLength) Create an empty byte[] representing a KeyValue All lengths are preset and can be filled in later.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, KeyValue.Type type, byte[] value, int voffset, int vlength, Tag[] tags) Write KeyValue format into the provided byte array.Constructors in org.apache.hadoop.hbase with parameters of type KeyValue.TypeModifierConstructorDescriptionIndividualBytesFieldCell
(byte[] row, byte[] family, byte[] qualifier, long timestamp, 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, 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, KeyValue.Type type, byte[] value, int voffset, int vlength, byte[] tags) KeyValue
(byte[] row, byte[] family, byte[] qualifier, int qoffset, int qlength, long timestamp, KeyValue.Type type, byte[] value, int voffset, int vlength, List<Tag> tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, KeyValue.Type type) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, KeyValue.Type type, byte[] value) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, KeyValue.Type type, byte[] value, byte[] tags) Constructs KeyValue structure filled with specified values.KeyValue
(byte[] row, byte[] family, byte[] qualifier, long timestamp, KeyValue.Type type, byte[] value, List<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, KeyValue.Type type, byte[] value, int voffset, int vlength, 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, 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, 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, KeyValue.Type type, byte[] value, int voffset, int vlength, List<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, KeyValue.Type type, ByteBuffer value, List<Tag> tags) KeyValue
(byte[] row, long timestamp, KeyValue.Type type) Constructs KeyValue structure filled with null value.KeyValue
(int rlength, int flength, int qlength, long timestamp, KeyValue.Type type, int vlength) Constructs an empty KeyValue structure, with specified sizes.KeyValue
(int rlength, int flength, int qlength, long timestamp, KeyValue.Type type, int vlength, int tagsLength) Constructs an empty KeyValue structure, with specified sizes. -
Uses of KeyValue.Type in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility with parameters of type KeyValue.TypeModifier and TypeMethodDescriptionprivate boolean
VisibilityScanDeleteTracker.extractDeleteCellVisTags
(ExtendedCell delCell, KeyValue.Type type)