Interface | Description |
---|---|
TabletId |
A TabletId provides the information needed to uniquely identify a tablet.
|
Class | Description |
---|---|
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 . |
ComparableBytes | Deprecated
since 1.7.0 In an attempt to clean up types in the data package that were not intended to be in public API this type was deprecated.
|
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.
|
Key |
This is the Key used to store and access individual values in Accumulo.
|
KeyExtent | Deprecated
since 1.7.0 use
TabletId |
KeyValue |
A key/value pair.
|
Mutation |
Mutation represents an action that manipulates a row in a table.
|
Range |
This class is used to specify a range of Accumulo keys.
|
Value |
A byte sequence that is usable as a key or value.
|
Value.Comparator |
A Comparator optimized for Value.
|
Enum | Description |
---|---|
Mutation.SERIALIZED_FORMAT |
Formats available for serializing Mutations.
|
PartialKey |
Specifications for part of a
Key . |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.