Package org.apache.accumulo.core.data
package org.apache.accumulo.core.data
-
ClassDescriptionAbstractId<T extends AbstractId<T>>An abstract identifier class for comparing equality of identifiers of the same type.An implementation of
ByteSequence
that uses a backing byte array.A sequence of bytes.A column, specified by family, qualifier, and visibility.A single column and value pair within aMutation
.Conditions that must be met on a particular column in a row.A Mutation that contains a list of conditions that must all be met before the mutation is applied.A summary of constraint violations across some number of mutations.A strongly typed representation of an Accumulo instance ID.This is the Key used to store and access individual values in Accumulo.A builder used to buildKey
s by defining their components.Builder step used to set the columnFamily part of theKey
.Builder step used to set the column qualifier part of theKey
.Builder step used to set the column visibility part of theKey
.Builder step used to set the row part of theKey
.A key/value pair.Information about where to load files into an Accumulo table.Mapping of a file to a row range with an associated range type.Mutation represents an action that manipulates a row in a table.Provides methods for setting the column family of a Mutation.Provides methods for setting the value of a Mutation.Provides methods for setting the column qualifier of a Mutation.Formats available for serializing Mutations.Provides methods for setting the timestamp of a Mutation.Provides methods for setting the column visibility of a Mutation.A strongly typed representation of a namespace ID.Specifications for part of aKey
.This class is used to specify a range of Accumulo keys.A strongly typed representation of a table ID.A TabletId provides the information needed to uniquely identify a tablet.A byte sequence that is usable as a key or value.A Comparator optimized for Value.