| Interface | Description |
|---|---|
| Converter<T> |
A Converter is supposed to convert between objects use by HBase and domain objects.
|
| Mapped<T> |
Output from a map function that hasn't been partitioned.
|
| Partitioned<K,T> |
The results that have already been partitioned.
|
| PartitionFunction<T,R> |
This is just a SerializableFunction.
|
| SerializableFunction<T,R> |
Functions that can be serialized.
|
| Class | Description |
|---|---|
| HBaseLite |
Responsible for JVM wide setting such as the HBase configuration.
|
| JPAUtils |
Utility class for the JPA mapping.
|
| Stats |
Some statistical utility methods.
|
| Table<T> |
Represents an HBase table for a specific type of domain object.
|
Copyright © 2015. All rights reserved.