A logical repository (storage system) of {@link RandomAccessDataset}s.
{@code RandomAccessDatasetRepository}s are {@link DatasetRepository}s that return the {@link Dataset} sub-interface {@link RandomAccessDataset} from theload, create, and update methods. See {@link DatasetRepository} for moredetails.
Implementations of {@link DatasetRepository} are immutable.
@see RandomAccessDataset @see DatasetRepository @see DatasetDescriptor @since 0.9.0
|
|
|
|
|
|