SettableBean
public interface CoherencePersistenceParamsBean extends SettableBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getActiveDirectory() |
The active directory for the default persistence environment.
|
java.lang.String |
getBackupDirectory() |
The backup directory for the default persistence environment.
|
java.lang.String |
getDefaultPersistenceMode() |
The default persistence mode.
|
java.lang.String |
getEventsDirectory() |
The events directory for the default persistence environment used to store durable events.
|
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 |
setBackupDirectory(java.lang.String backupDirectory) |
Sets the backup directory for the default persistence environment.
|
void |
setDefaultPersistenceMode(java.lang.String defaultPersistenceMode) |
Sets the default persistence mode.
|
void |
setEventsDirectory(java.lang.String eventsDirectory) |
Sets the events directory for the default persistence environment.
|
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.
|
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
- java.lang.String getBackupDirectory()
The backup directory for the default persistence environment. If no value is specified, the directory which will be used is the coherence/backup sub-directory under Domain Home directory.
void setBackupDirectory(java.lang.String backupDirectory)
backupDirectory
- java.lang.String getEventsDirectory()
The events directory for the default persistence environment used to store durable events. If no value is specified, the directory which will be used is the coherence/events sub-directory under Domain Home directory.
void setEventsDirectory(java.lang.String eventsDirectory)
eventsDirectory
-