Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
List<TColumnValue> |
TAppend.columns |
List<TColumnValue> |
TResult.columnValues |
List<TColumnValue> |
TPut.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> |
TResult.getColumnValues() |
List<TColumnValue> |
TPut.getColumnValues() |
Iterator<TColumnValue> |
TResult.getColumnValuesIterator() |
Iterator<TColumnValue> |
TPut.getColumnValuesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TAppend.addToColumns(TColumnValue elem) |
void |
TResult.addToColumnValues(TColumnValue elem) |
void |
TPut.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) |
TResult |
TResult.setColumnValues(List<TColumnValue> columnValues) |
TPut |
TPut.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) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.