public interface PersistentStorageType
Modifier and Type | Field and Description |
---|---|
static int |
FRS_PERMANENT_ID |
static int |
HYBRID_PERMANENT_ID |
Modifier and Type | Method and Description |
---|---|
static PersistentStorageType |
defaultEngine()
System wide default persistent storage engine type used, if none is specified for a dataset.
|
ProductFeatureStatus |
getEngineStatus()
Returns the status of the current feature support for this particular persistent storage engine.
|
java.lang.String |
getLongName()
Returns a display name for this persistent storage type that cen be used for logging etc.
|
int |
getPermanentId()
Returns a permanent identifier for this persistent storage type that is guaranteed to stay unique, regardless of
all the new persistent storage type(s) that may be added in the future.
|
java.lang.String |
getShortName()
Returns a case insensitive name for this persistent storage type that can be used for configuration etc.
|
static PersistentStorageType |
permanentIdToStorageType(int storageId) |
static PersistentStorageType |
shortNameToType(java.lang.String name) |
static final int FRS_PERMANENT_ID
static final int HYBRID_PERMANENT_ID
java.lang.String getLongName()
java.lang.String getShortName()
ProductFeatureStatus getEngineStatus()
int getPermanentId()
static PersistentStorageType defaultEngine()
static PersistentStorageType permanentIdToStorageType(int storageId)
static PersistentStorageType shortNameToType(java.lang.String name)