| AbstractId<T extends AbstractId<T>> |
An abstract identifier class for comparing equality of identifiers of the same type.
|
| ArrayByteSequence |
An implementation of ByteSequence that uses a backing byte array.
|
| ByteSequence |
A sequence of bytes.
|
| Column |
A column, specified by family, qualifier, and visibility.
|
| ColumnUpdate |
A single column and value pair within a Mutation.
|
| Condition |
Conditions that must be met on a particular column in a row.
|
| ConditionalMutation |
A Mutation that contains a list of conditions that must all be met before the mutation is
applied.
|
| ConstraintViolationSummary |
A summary of constraint violations across some number of mutations.
|
| InstanceId |
A strongly typed representation of an Accumulo instance ID.
|
| Key |
This is the Key used to store and access individual values in Accumulo.
|
| KeyBuilder |
A builder used to build Keys by defining their components.
|
| KeyValue |
A key/value pair.
|
| LoadPlan |
Information about where to load files into an Accumulo table.
|
| LoadPlan.Destination |
Mapping of a file to a row range with an associated range type.
|
| Mutation |
Mutation represents an action that manipulates a row in a table.
|
| NamespaceId |
A strongly typed representation of a namespace ID.
|
| Range |
This class is used to specify a range of Accumulo keys.
|
| TableId |
A strongly typed representation of a table ID.
|
| Value |
A byte sequence that is usable as a key or value.
|
| Value.Comparator |
A Comparator optimized for Value.
|