public interface CoherencePersistenceParamsBean extends SettableBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVE |
static java.lang.String |
ON_DEMAND |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActiveDirectory()
The active directory for the default persistence environment.
|
java.lang.String |
getDefaultPersistenceMode()
The default persistence mode.
|
java.lang.String |
getSnapshotDirectory()
The snapshot directory for the default persistence environment.
|
java.lang.String |
getTrashDirectory()
The trash directory for the default persistence environment.
|
void |
setActiveDirectory(java.lang.String activeDirectory)
Sets the active directory for the default persistence environment.
|
void |
setDefaultPersistenceMode(java.lang.String defaultPersistenceMode)
Sets the default persistence mode.
|
void |
setSnapshotDirectory(java.lang.String snapshotDirectory)
Sets the snapshot directory for the default persistence environment.
|
void |
setTrashDirectory(java.lang.String trashDirectory)
Sets the trash directory for the default persistence environment.
|
isSet, unSet
static final java.lang.String ON_DEMAND
static final java.lang.String ACTIVE
java.lang.String getDefaultPersistenceMode()
The default persistence mode.
void setDefaultPersistenceMode(java.lang.String defaultPersistenceMode)
defaultPersistenceMode
- java.lang.String getActiveDirectory()
The active directory for the default persistence environment. If no value is specified, the directory which will be used is the coherence/active sub-directory under Domain Home directory.
void setActiveDirectory(java.lang.String activeDirectory)
activeDirectory
- java.lang.String getSnapshotDirectory()
The snapshot directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/snapshot sub-directory under Domain Home directory.
void setSnapshotDirectory(java.lang.String snapshotDirectory)
snapshotDirectory
- java.lang.String getTrashDirectory()
The trash directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/trash sub-directory under Domain Home directory.
void setTrashDirectory(java.lang.String trashDirectory)
trashDirectory
-