|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValue.Type | |
---|---|
org.apache.hadoop.hbase |
Uses of KeyValue.Type in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return KeyValue.Type | |
---|---|
static KeyValue.Type |
KeyValue.Type.codeToType(byte b)
Cannot rely on enum ordinals . |
static KeyValue.Type |
KeyValue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KeyValue.Type[] |
KeyValue.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.hadoop.hbase with parameters of type KeyValue.Type | |
---|---|
KeyValue(byte[] row,
byte[] family,
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,
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,
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,
long timestamp,
KeyValue.Type type)
Constructs KeyValue structure filled with null value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |