| Name | Description | Type | Package | Framework |
| AccumuloCompositeRowId | AccumuloCompositeKey extension of LazyStruct. | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive |
| AccumuloConnectionParameters | Class | org.apache.hadoop.hive.accumulo | Apache Hive | |
| AccumuloHiveConstants | Class | org.apache.hadoop.hive.accumulo | Apache Hive | |
| AccumuloHiveRow | Holds column tuples for rowID. | Class | org.apache.hadoop.hive.accumulo | Apache Hive |
| AccumuloHiveRow .ColumnTuple | Class | org.apache.hadoop.hive.accumulo.AccumuloHiveRow | Apache Hive | |
| AccumuloPredicateHandler | Supporting operations dealing with Hive Predicate pushdown to iterators and ranges. | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive |
| AccumuloRangeGenerator | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive | |
| AccumuloRowIdFactory | Interface | org.apache.hadoop.hive.accumulo.serde | Apache Hive | |
| AccumuloRowSerializer | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive | |
| AccumuloSerDe | Deserialization from Accumulo to LazyAccumuloRow for Hive. | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive |
| AccumuloSerDeParameters | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive | |
| AccumuloStorageHandler | Create table mapping to Accumulo for Hive. | Class | org.apache.hadoop.hive.accumulo | Apache Hive |
| ColumnEncoding | Encapsulate the encoding of values within the given column in AccumuloEnum Constant Summary | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive |
| ColumnMapper | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| ColumnMapping | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| ColumnMappingFactory | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| CompareOp | Handles different types of comparisons in hive predicates. | Interface | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| CompositeAccumuloRowIdFactory | AccumuloRowIdFactory designed for injection of the AccumuloCompositeRowId to be used to generate the Accumulo rowId. | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive |
| DefaultAccumuloRowIdFactory | Default implementation of the AccumuloRowIdFactory which uses the normal AccumuloRowSerializer methods to serialize the field for storage into Accumulo. | Class | org.apache.hadoop.hive.accumulo.serde | Apache Hive |
| DoubleCompare | Set of comparison operations over a double constant. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| Equal | Wraps call to isEqual() over PrimitiveCompare instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| GreaterThan | Wraps call to greaterThan over PrimitiveComparison instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| GreaterThanOrEqual | Wraps call to greaterThanOrEqual over PrimitiveComparison instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| HiveAccumuloColumnMapping | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| HiveAccumuloHelper | Helper class to hold common methods across the InputFormat, OutputFormat and StorageHandler. | Class | org.apache.hadoop.hive.accumulo | Apache Hive |
| HiveAccumuloMapColumnMapping | ColumnMapping for combining Accumulo columns into a single Hive Map. | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive |
| HiveAccumuloRecordReader | Translate the Key Value pairs from AccumuloInputFormat to a Writable for consumption by the AccumuloSerDe. | Class | org.apache.hadoop.hive.accumulo.mr | Apache Hive |
| HiveAccumuloRowIdColumnMapping | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| HiveAccumuloSplit | Wraps RangeInputSplit into a FileSplit so Hadoop won't complain when it tries to make its own If the RangeInputSplit is used directly, it will hit a branch of code in | Class | org.apache.hadoop.hive.accumulo.mr | Apache Hive |
| HiveAccumuloTableInputFormat | Wraps older InputFormat for use with Hive. | Class | org.apache.hadoop.hive.accumulo.mr | Apache Hive |
| HiveAccumuloTableOutputFormat | Class | org.apache.hadoop.hive.accumulo.mr | Apache Hive | |
| HiveColumn | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| IntCompare | Set of comparison operations over a integer constant. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| InvalidColumnMappingException | Class | org.apache.hadoop.hive.accumulo.columns | Apache Hive | |
| LazyAccumuloMap | A Hive Map created from some collection of Key-Values from one to many column families with one to many column qualifiers. | Class | org.apache.hadoop.hive.accumulo | Apache Hive |
| LazyAccumuloRow | Parses column tuples in each AccumuloHiveRow and creates Lazy objects for each field. | Class | org.apache.hadoop.hive.accumulo | Apache Hive |
| LessThan | Wraps call to lessThan over PrimitiveComparison instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| LessThanOrEqual | Wraps call to lessThanOrEqual over PrimitiveComparison instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| Like | Wraps call to like over PrimitiveComparison instance. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| LongCompare | Set of comparison operations over a long constant. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| NoSuchCompareOpException | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive | |
| NoSuchPrimitiveComparisonException | Used when a PrimitiveComparison was specified but one with that name cannot be foundSee Also:Serialized Form | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive |
| NotEqual | Wraps call to isEqual over PrimitiveComparison instance and returns the negation. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| PrimitiveComparison | Wraps type-specific comparison operations over a constant value. | Interface | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |
| PrimitiveComparisonFilter | Operates over a single qualifier. | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive |
| PushdownTuple | For use in IteratorSetting construction. | Class | org.apache.hadoop.hive.accumulo.predicate | Apache Hive |
| StringCompare | Set of comparison operations over a string constant. | Class | org.apache.hadoop.hive.accumulo.predicate.compare | Apache Hive |