public interface TemporaryDatasetRepositoryAccessor
| Modifier and Type | Method and Description |
|---|---|
TemporaryDatasetRepository |
getTemporaryRepository(String namespace,
String key)
Return a
DatasetRepository that creates temporary datasets. |
TemporaryDatasetRepository getTemporaryRepository(String namespace, String key)
DatasetRepository that creates temporary datasets.
If the Dataset implementation is
Mergeable, then datasets created by the temp
repository should work when merged.namespace - the namespace for the temporary datasetkey - a String identifier for the temporary repositoryDatasetRepositoryCopyright © 2013–2015. All rights reserved.