@ParametersAreNonnullByDefault

Package com.cloudera.cdk.data

Provides interfaces and classes for reading and writing datasets.

See:
          Description

Interface Summary
Dataset A logical representation of a set of data entities.
DatasetReader<E> A stream-oriented dataset reader.
DatasetRepository A logical repository (storage system) of Datasets.
DatasetWriter<E> A stream-oriented dataset writer.
MetadataProvider Defines a service provider interface for metadata system plugins.
 

Class Summary
DatasetDescriptor The structural definition of a Dataset.
DatasetDescriptor.Builder A fluent builder to aid in the construction of DatasetDescriptors.
FieldPartitioner Partitions values for a named field.
Format The data format used for encoding the data in a Dataset when stored in a DatasetRepository.
Formats Contains constant definitions for the standard Format instances supported by the library.
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 PartitionStrategys.
 

Exception Summary
DatasetException Exception thrown for dataset-related failures.
DatasetReaderException Exception thrown for dataset reader-related failures.
DatasetRepositoryException Exception thrown for dataset repository-related failures.
DatasetWriterException Exception thrown for dataset writer-related failures.
MetadataProviderException Exception thrown for metadata provider-related failures.
 

Package com.cloudera.cdk.data Description

Provides interfaces and classes for reading and writing datasets.



Copyright © 2013 Cloudera. All rights reserved.