Generated by
JDiff

Class org.kitesdk.data.filesystem.FileSystemDatasetRepository

The superclass changed from org.kitesdk.data.spi.AbstractDatasetRepository to org.kitesdk.data.spi.filesystem.FileSystemDatasetRepository.

Removed Constructors
FileSystemDatasetRepository(Configuration, MetadataProvider) Construct a FileSystemDatasetRepository for the given MetadataProvider for metadata storage.
 

Removed Methods
Dataset<E> create(String, DatasetDescriptor)  
boolean delete(String)  
boolean exists(String)  
MetadataProvider getMetadataProvider() @return the MetadataProvider being used by this repository.
URI getUri()  
Collection<String> list()  
Dataset<E> load(String)  
PartitionKey partitionKeyForPath(Dataset, URI) Get a org.kitesdk.data.PartitionKey corresponding to a partition's filesystem path represented as a URI.
String toString()  
Dataset<E> update(String, DatasetDescriptor)