Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
List<TColumnIncrement> |
TIncrement.columns |
Modifier and Type | Method and Description |
---|---|
TColumnIncrement |
TColumnIncrement.deepCopy() |
TColumnIncrement |
TColumnIncrement.setAmount(long amount) |
TColumnIncrement |
TColumnIncrement.setFamily(byte[] family) |
TColumnIncrement |
TColumnIncrement.setFamily(ByteBuffer family) |
TColumnIncrement |
TColumnIncrement.setQualifier(byte[] qualifier) |
TColumnIncrement |
TColumnIncrement.setQualifier(ByteBuffer qualifier) |
Modifier and Type | Method and Description |
---|---|
List<TColumnIncrement> |
TIncrement.getColumns() |
Iterator<TColumnIncrement> |
TIncrement.getColumnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TIncrement.addToColumns(TColumnIncrement elem) |
int |
TColumnIncrement.compareTo(TColumnIncrement other) |
boolean |
TColumnIncrement.equals(TColumnIncrement that) |
Modifier and Type | Method and Description |
---|---|
TIncrement |
TIncrement.setColumns(List<TColumnIncrement> columns) |
Constructor and Description |
---|
TColumnIncrement(TColumnIncrement other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TIncrement(ByteBuffer row,
List<TColumnIncrement> columns) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.