Generated by
JDiff

Class com.cloudera.cdk.data.filesystem.FileSystemDatasetRepository

Removed Constructors
FileSystemDatasetRepository(URI) Construct a FileSystemDatasetRepository with a root directory at the given URI, and a FileSystemMetadataProvider with the same root directory.
FileSystemDatasetRepository(FileSystem, Path) Construct a FileSystemDatasetRepository on the given FileSystem and root directory, and a FileSystemMetadataProvider with the same FileSystem and root directory.
FileSystemDatasetRepository(FileSystem, Path, MetadataProvider) Construct a FileSystemDatasetRepository on the given FileSystem and root directory, with the given MetadataProvider for metadata storage.
 

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

Removed Methods
FileSystem getFileSystem() @return the FileSystem on which datasets are stored.
Path getRootDirectory() @return the root directory in the filesystem where datasets are stored.
 

Changed Methods
Dataset<E> create(String, DatasetDescriptor) Change in return type from Dataset to Dataset<E>.
 
Dataset<E> load(String) Change in return type from Dataset to Dataset<E>.
 
Dataset<E> update(String, DatasetDescriptor) Change in return type from Dataset to Dataset<E>.