Package | Description |
---|---|
org.apache.accumulo.core.data | |
org.apache.accumulo.core.util | |
org.apache.accumulo.server.data |
Modifier and Type | Method and Description |
---|---|
protected ColumnUpdate |
Mutation.newColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val) |
Modifier and Type | Method and Description |
---|---|
List<ColumnUpdate> |
Mutation.getUpdates() |
Constructor and Description |
---|
ColumnFQ(ColumnUpdate cu) |
Modifier and Type | Class and Description |
---|---|
class |
ServerColumnUpdate |
Modifier and Type | Method and Description |
---|---|
protected ColumnUpdate |
ServerMutation.newColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.