Generated by
JDiff

Package org.kitesdk.data

Removed Classes and Interfaces
MetadataProvider

A service provider interface for metadata system plugins.

MetadataProviderException

Exception thrown for metadata provider-related failures.

SchemaValidationException

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

 

Added Classes
Datasets

Convenience methods for working with Dataset instances.

TypeNotFoundException

Exception thrown to indicate that there is a problem finding a given type.

 

Changed Classes and Interfaces
Dataset

A logical representation of a set of data entities.

DatasetReader

A stream-oriented dataset reader.

DatasetRepository

A logical repository (storage system) of Datasets.

DatasetWriter

A stream-oriented dataset writer.

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.
RandomAccessDatasetRepository

A logical repository (storage system) of RandomAccessDatasets.

View A {@code View} is a subset of a Dataset.