java.lang.Object
com.pervasive.datarush.cal.StorageManagers
Utilities for creating storage managers
-
Method Summary
Modifier and TypeMethodDescriptionstatic StorageManagernewStorageManager(StorageManagerSpecifier specifier) Create a new storage manager from a given base location and new GUID.
-
Method Details
-
newStorageManager
Create a new storage manager from a given base location and new GUID. This method will find the highest-priorityStorageManagerProviderthat supports the given base path.- Parameters:
basePath- the base path. this by-default the value returned byClusterProvider.getDefaultStorageManagementPath(ClusterSpecifier).- Returns:
- a new storage manager
-