public interface StorageManagerProvider
StorageManager
type. StorageManagerProviders
must be registered by creating a file META-INF/services/com.pervasive.datarush.cal.StorageManagerProvider
that contains the implementation class.Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Returns the priority of this storage manager.
|
boolean |
isProvider(Path storagePath)
Returns whether this provider supports the given storage path
|
StorageManager |
newStorageManager(StorageManagerSpecifier specifier)
Create a new storage manager
|
int getPriority()
boolean isProvider(Path storagePath)
storagePath
- the storage pathStorageManager newStorageManager(StorageManagerSpecifier specifier)
specifier
- parameters needed to initialize the storage managerCopyright © 2016 Actian Corporation. All rights reserved.