Generated by
JDiff

Interface com.cloudera.cdk.data.Dataset

Added interface com.cloudera.cdk.data.View.

Changed Methods
Dataset<E> getPartition(PartitionKey, boolean) Change in return type from Dataset to Dataset<E>.
Get a partition for a PartitionKey, possibly creating the partition if it doesn't already exist.
Iterable<Dataset<E>> getPartitions() Change in return type from Iterable<Dataset> to Iterable<Dataset<E>>.

Return partitions, if this dataset is partitioned.

DatasetReader<E> getReader() Now deprecated.
will be removed in 0.11.0; use {@link #newReader()}
DatasetWriter<E> getWriter() Now deprecated.
will be removed in 0.11.0; use {@link #newWriter()}