Interface | Description |
---|---|
DataReader<T> |
A
DataReader is an interface for reader implementation
able to read entities from a store. |
DataStoreReader<T> |
A
DataStoreReader is an extension of DataReader
adding methods from Closeable interface. |
DataStoreWriter<T> |
A
DataStoreWriter is an extension of DataWriter
adding methods from Flushable and Closeable
interfaces. |
DataWriter<T> |
A
DataWriter is an interface for writer implementation
able to write entities into a store. |
PartitionDataStoreWriter<T,K> |
A
DataStorePartitionWriter is an extension of DataStoreWriter
adding functionality to write entities using a partition key. |
Class | Description |
---|---|
StoreSystemConstants |
Various constants throughout the store package.
|
Exception | Description |
---|---|
StoreException |
An exception that indicates there was an error accessing the the underlying
HDFS store implementation.
|