|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Constructors | |
URI ) |
Construct a FileSystemDatasetRepository with a root directory at the given URI, and a FileSystemMetadataProvider with the same root directory. |
FileSystem, |
Construct a FileSystemDatasetRepository on the given FileSystem and root directory, and a FileSystemMetadataProvider with the same FileSystem and root directory. |
FileSystem, |
Construct a FileSystemDatasetRepository on the given FileSystem and root directory, with the given MetadataProvider for metadata storage. |
Added Constructors | |
Configuration, |
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, |
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, |
Change in return type from Dataset to Dataset<E> . |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |