public interface CoherencePersistenceParamsBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
| String | getActiveDirectory()The active directory for the default persistence environment. | 
| String | getDefaultPersistenceMode()The default persistence mode. | 
| String | getSnapshotDirectory()The snapshot directory for the default persistence environment. | 
| String | getTrashDirectory()The trash directory for the default persistence environment. | 
| void | setActiveDirectory(String activeDirectory)Sets the active directory for the default persistence environment. | 
| void | setDefaultPersistenceMode(String defaultPersistenceMode)Sets the default persistence mode. | 
| void | setSnapshotDirectory(String snapshotDirectory)Sets the snapshot directory for the default persistence environment. | 
| void | setTrashDirectory(String trashDirectory)Sets the trash directory for the default persistence environment. | 
String getDefaultPersistenceMode()
The default persistence mode.
void setDefaultPersistenceMode(String defaultPersistenceMode)
defaultPersistenceMode - 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(String activeDirectory)
activeDirectory - 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(String snapshotDirectory)
snapshotDirectory - 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(String trashDirectory)
trashDirectory -