| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.thrift2 | 
 Provides an HBase Thrift
service. 
 | 
| org.apache.hadoop.hbase.thrift2.generated | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TestThriftHBaseServiceHandler.assertTColumnValuesEqual(List<TColumnValue> columnValuesA,
                        List<TColumnValue> columnValuesB)  | 
void | 
TestThriftHBaseServiceHandler.assertTColumnValuesEqual(List<TColumnValue> columnValuesA,
                        List<TColumnValue> columnValuesB)  | 
void | 
TestThriftHBaseServiceHandlerWithLabels.assertTColumnValuesEqual(List<TColumnValue> columnValuesA,
                        List<TColumnValue> columnValuesB)  | 
void | 
TestThriftHBaseServiceHandlerWithLabels.assertTColumnValuesEqual(List<TColumnValue> columnValuesA,
                        List<TColumnValue> columnValuesB)  | 
| Modifier and Type | Field and Description | 
|---|---|
List<TColumnValue> | 
TAppend.columns  | 
List<TColumnValue> | 
TPut.columnValues  | 
List<TColumnValue> | 
TResult.columnValues  | 
| Modifier and Type | Method and Description | 
|---|---|
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.setTags(byte[] tags)  | 
TColumnValue | 
TColumnValue.setTags(ByteBuffer tags)  | 
TColumnValue | 
TColumnValue.setTimestamp(long timestamp)  | 
TColumnValue | 
TColumnValue.setValue(byte[] value)  | 
TColumnValue | 
TColumnValue.setValue(ByteBuffer value)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TColumnValue> | 
TAppend.getColumns()  | 
Iterator<TColumnValue> | 
TAppend.getColumnsIterator()  | 
List<TColumnValue> | 
TPut.getColumnValues()  | 
List<TColumnValue> | 
TResult.getColumnValues()  | 
Iterator<TColumnValue> | 
TPut.getColumnValuesIterator()  | 
Iterator<TColumnValue> | 
TResult.getColumnValuesIterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TAppend.addToColumns(TColumnValue elem)  | 
void | 
TPut.addToColumnValues(TColumnValue elem)  | 
void | 
TResult.addToColumnValues(TColumnValue elem)  | 
int | 
TColumnValue.compareTo(TColumnValue other)  | 
boolean | 
TColumnValue.equals(TColumnValue that)  | 
| Modifier and Type | Method and Description | 
|---|---|
TAppend | 
TAppend.setColumns(List<TColumnValue> columns)  | 
TPut | 
TPut.setColumnValues(List<TColumnValue> columnValues)  | 
TResult | 
TResult.setColumnValues(List<TColumnValue> columnValues)  | 
| Constructor and Description | 
|---|
TColumnValue(TColumnValue other)
Performs a deep copy on other. 
 | 
| Constructor and Description | 
|---|
TAppend(ByteBuffer row,
       List<TColumnValue> columns)  | 
TPut(ByteBuffer row,
    List<TColumnValue> columnValues)  | 
TResult(List<TColumnValue> columnValues)  |