| Interface | Description |
|---|---|
| DatasetOperations |
Interface specifying a basic set of
Dataset operations against a specific
DatasetRepository. |
| DatasetRepositoryCallback |
Callback interface for code that operates on a
DatasetRepository. |
| RecordCallback<T> |
Callback interface for code that operates on a
Dataset record. |
| ViewCallback |
Callback interface for code that creates a View from a
Dataset. |
| Class | Description |
|---|---|
| AbstractDatasetStoreReader<T,R> |
An abstract
DataStoreReader to be extended for providing Dataset reading
capabilities for specific use cases. |
| AbstractDatasetStoreWriter<T,R> |
An abstract
DataStoreWriter to be extended for providing Dataset writing
capabilities for specific use cases. |
| AvroPojoDatasetStoreReader<T> |
A
DataStoreReader for reading Datasets using the Avro format. |
| AvroPojoDatasetStoreWriter<T> |
A
DataStoreWriter for writing Datasets using the Avro format. |
| DatasetDefinition |
Class to define the options for a
Dataset |
| DatasetRepositoryFactory |
Factory class responsible for creating
DatasetRepository instances. |
| DatasetStoreObjectSupport |
Support class adding timeout poller functionality.
|
| DatasetTemplate |
This is the central class in the store.dataset package.
|
| DatasetUtils |
This is a utility class in the store.dataset package.
|
| ParquetDatasetStoreReader<T> |
A
DataStoreReader for reading Datasets using the Parquet format. |
| ParquetDatasetStoreWriter<T> |
A
DataStoreWriter for writing Datasets using the Parquet format. |