Interface DatasetConfiguration
- All Known Subinterfaces:
AdvancedDatasetConfiguration
- All Known Implementing Classes:
AbstractDatasetConfiguration
public interface DatasetConfiguration
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getOffheapResource
String getOffheapResource() -
getDiskResource
-
getIndexes
Map<CellDefinition<?>,IndexSettings> getIndexes() -
getDiskDurability
Optional<DiskDurability> getDiskDurability() -
getPersistentStorageType
Optional<PersistentStorageType> getPersistentStorageType()
-