Generated by
JDiff

Interface org.kitesdk.data.Dataset

Added Methods
URI getUri() Return a {@code URI} for this {@code Dataset}.
 

Changed Methods
void dropPartition(PartitionKey) Change in signature from org.kitesdk.data.PartitionKey to org.kitesdk.data.spi.PartitionKey.
Now deprecated.
will be removed in 0.16.0; use {@link #deleteAll()} on an appropriate view instead
Dataset<E> getPartition(PartitionKey, boolean) Change in signature from (org.kitesdk.data.PartitionKey, boolean) to (org.kitesdk.data.spi.PartitionKey, boolean).
Now deprecated.
will be removed in 0.16.0; use {@link org.kitesdk.data.RefinableView} methods instead
Iterable<Dataset<E>> getPartitions() Change in return type from java.lang.Iterable> to (java.lang.Iterable>).
Now deprecated.
will be removed in 0.16.0; use {@link org.kitesdk.data.RefinableView} methods instead