- java.lang.Object
-
- com.pervasive.datarush.cal.StorageManagers
-
public final class StorageManagers extends Object
Utilities for creating storage managers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StorageManager
newStorageManager(StorageManagerSpecifier specifier)
Create a new storage manager from a given base location and new GUID.
-
-
-
Method Detail
-
newStorageManager
public static StorageManager newStorageManager(StorageManagerSpecifier specifier)
Create a new storage manager from a given base location and new GUID. This method will find the highest-priorityStorageManagerProvider
that supports the given base path.- Parameters:
basePath
- the base path. this by-default the value returned byClusterProvider.getDefaultStorageManagementPath(ClusterSpecifier)
.- Returns:
- a new storage manager
-
-