|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TColumnValue | |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Uses of TColumnValue in org.apache.hadoop.hbase.thrift2.generated |
---|
Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TColumnValue | |
---|---|
List<TColumnValue> |
TResult.columnValues
|
List<TColumnValue> |
TPut.columnValues
|
Methods in org.apache.hadoop.hbase.thrift2.generated that return TColumnValue | |
---|---|
TColumnValue |
TColumnValue.deepCopy()
|
TColumnValue |
TColumnValue.setFamily(byte[] family)
|
TColumnValue |
TColumnValue.setFamily(ByteBuffer family)
|
TColumnValue |
TColumnValue.setQualifier(byte[] qualifier)
|
TColumnValue |
TColumnValue.setQualifier(ByteBuffer qualifier)
|
TColumnValue |
TColumnValue.setTimestamp(long timestamp)
|
TColumnValue |
TColumnValue.setValue(byte[] value)
|
TColumnValue |
TColumnValue.setValue(ByteBuffer value)
|
Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TColumnValue | |
---|---|
List<TColumnValue> |
TResult.getColumnValues()
|
List<TColumnValue> |
TPut.getColumnValues()
|
Iterator<TColumnValue> |
TResult.getColumnValuesIterator()
|
Iterator<TColumnValue> |
TPut.getColumnValuesIterator()
|
Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TColumnValue | |
---|---|
void |
TResult.addToColumnValues(TColumnValue elem)
|
void |
TPut.addToColumnValues(TColumnValue elem)
|
int |
TColumnValue.compareTo(TColumnValue other)
|
boolean |
TColumnValue.equals(TColumnValue that)
|
Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnValue | |
---|---|
TResult |
TResult.setColumnValues(List<TColumnValue> columnValues)
|
TPut |
TPut.setColumnValues(List<TColumnValue> columnValues)
|
Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TColumnValue | |
---|---|
TColumnValue(TColumnValue other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnValue | |
---|---|
TPut(ByteBuffer row,
List<TColumnValue> columnValues)
|
|
TResult(List<TColumnValue> columnValues)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |