Generated by
JDiff

Package com.cloudera.cdk.data

Added Classes and Interfaces
ConcurrentSchemaModificationException

Exception thrown when a schema modification collided with another client trying to modify the schema of the same dataset.

DatasetIOException

Exception thrown for dataset IO-related failures.

DatasetNotFoundException

Exception thrown to indicate that a dataset was not found.

IncompatibleSchemaException

Exception thrown when a schema update is not compatible with the previous schema (or schemas) or with existing datasets (if shared storage is used, for example).

Key

A key for retrieving entities from a RandomAccessDataset.

Key.Builder A fluent builder to aid in the construction of Key objects.
RandomAccessDataset

A Dataset that supports random access operations on entities.

RandomAccessDatasetRepository

A logical repository (storage system) of RandomAccessDatasets.

SchemaNotFoundException

Exception thrown to indicate that there was a problem finding a particular version of a schema.

SchemaValidationException

Exception thrown to indicate that there was a problem parsing or validating a schema.

SerializationException Exception thrown when an object cannot be serialized to, or deserialized from, its binary representation.
View A {@code View} is a subset of a Dataset.
 

Changed Classes and Interfaces
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 DatasetDescriptors.
DatasetReaderException

Exception thrown for dataset reader-related failures.

DatasetRepositories

Convenience methods for working with DatasetRepository instances.

DatasetRepository

A logical repository (storage system) of Datasets.

DatasetRepositoryException

Exception thrown for dataset repository-related failures.

DatasetWriterException

Exception thrown for dataset writer-related failures.

FieldPartitioner

Partitions values for a named field.

Formats

Contains constant definitions for the standard Format instances supported by the library.

MetadataProviderException

Exception thrown for metadata provider-related failures.

NoSuchDatasetException Exception thrown when a DatasetRepository method is incorrectly called for a dataset name that does not yet exist.
PartitionStrategy

The strategy used to determine how a dataset is partitioned.

PartitionStrategy.Builder A fluent builder to aid in the construction of PartitionStrategys.
UnknownFormatException Exception thrown when a Dataset is in an unknown format.