Generated by
JDiff

Interface com.cloudera.cdk.data.DatasetRepository

Changed Methods
Dataset<E> create(String, DatasetDescriptor) Change in return type from Dataset to Dataset<E>.
Create a Dataset with the supplied {@code descriptor}.
Dataset<E> load(String) Change in return type from Dataset to Dataset<E>.
Get the latest version of a named Dataset.
Dataset<E> update(String, DatasetDescriptor) Change in return type from Dataset to Dataset<E>.
Update an existing Dataset to reflect the supplied {@code descriptor}.