|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.kitesdk.data | |
---|---|
org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. |
org.kitesdk.data.crunch | Provides helper classes for working with datasets using Crunch. |
org.kitesdk.data.filesystem | Provides a dataset implementation for Hadoop filesystems, like HDFS. |
org.kitesdk.data.hcatalog | Provides a dataset implementation that uses the Hive/HCatalog metastore for metadata,
and stores data in a Hadoop FileSystem . |
org.kitesdk.data.partition | Provides common implementations of FieldPartitioner . |
org.kitesdk.data.spi |
Classes in org.kitesdk.data used by org.kitesdk.data | |
---|---|
Dataset
A logical representation of a set of data entities. |
|
DatasetDescriptor
The structural definition of a Dataset . |
|
DatasetDescriptor.Builder
A fluent builder to aid in the construction of DatasetDescriptor s. |
|
DatasetException
Exception thrown for dataset-related failures. |
|
DatasetReader
A stream-oriented dataset reader. |
|
DatasetRepository
A logical repository (storage system) of Dataset s. |
|
DatasetRepositoryException
Exception thrown for dataset repository-related failures. |
|
DatasetWriter
A stream-oriented dataset writer. |
|
FieldPartitioner
Partitions values for a named field. |
|
Format
The data format used for encoding the data in a Dataset when stored in a
DatasetRepository . |
|
Key
A key for retrieving entities from a RandomAccessDataset . |
|
Key.Builder
A fluent builder to aid in the construction of Key objects. |
|
PartitionKey
A key for retrieving partitions from a Dataset . |
|
PartitionStrategy
The strategy used to determine how a dataset is partitioned. |
|
PartitionStrategy.Builder
A fluent builder to aid in the construction of PartitionStrategy s. |
|
RandomAccessDataset
A Dataset that supports random access operations on entities. |
|
RandomAccessDatasetRepository
A logical repository (storage system) of RandomAccessDataset s. |
|
RefineableView
A RefineableView specifies a subset of a Dataset by one or more
logical constraints. |
|
View
A View is a subset of a Dataset . |
Classes in org.kitesdk.data used by org.kitesdk.data.crunch | |
---|---|
Dataset
A logical representation of a set of data entities. |
Classes in org.kitesdk.data used by org.kitesdk.data.filesystem | |
---|---|
Dataset
A logical representation of a set of data entities. |
|
DatasetDescriptor
The structural definition of a Dataset . |
|
DatasetRepository
A logical repository (storage system) of Dataset s. |
|
MetadataProvider
A service provider interface for metadata system plugins. |
|
PartitionKey
A key for retrieving partitions from a Dataset . |
Classes in org.kitesdk.data used by org.kitesdk.data.hcatalog | |
---|---|
Dataset
A logical representation of a set of data entities. |
|
DatasetDescriptor
The structural definition of a Dataset . |
|
DatasetRepository
A logical repository (storage system) of Dataset s. |
Classes in org.kitesdk.data used by org.kitesdk.data.partition | |
---|---|
FieldPartitioner
Partitions values for a named field. |
Classes in org.kitesdk.data used by org.kitesdk.data.spi | |
---|---|
DatasetRepository
A logical repository (storage system) of Dataset s. |
|
MetadataProvider
A service provider interface for metadata system plugins. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |