Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
List<TMutation> |
TRowMutations.mutations |
Modifier and Type | Method and Description |
---|---|
TMutation |
TMutation.deepCopy() |
static TMutation |
TMutation.deleteSingle(TDelete value) |
static TMutation |
TMutation.put(TPut value) |
Modifier and Type | Method and Description |
---|---|
List<TMutation> |
TRowMutations.getMutations() |
Iterator<TMutation> |
TRowMutations.getMutationsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TRowMutations.addToMutations(TMutation elem) |
int |
TMutation.compareTo(TMutation other) |
boolean |
TMutation.equals(TMutation other) |
Modifier and Type | Method and Description |
---|---|
TRowMutations |
TRowMutations.setMutations(List<TMutation> mutations) |
Constructor and Description |
---|
TMutation(TMutation other) |
Constructor and Description |
---|
TRowMutations(ByteBuffer row,
List<TMutation> mutations) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.