public interface ValueArchiveSlave extends EquinoxApplication
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
SlaveStorageLayout |
getStorageLayout()
Returns the value of the 'Storage Layout' attribute.
|
String |
getStoragePath()
Returns the value of the 'Storage Path' attribute.
|
void |
setStorageLayout(SlaveStorageLayout value)
Sets the value of the '
Storage Layout' attribute. |
void |
setStoragePath(String value)
Sets the value of the '
Storage Path' attribute. |
getConfiguration, getConfigurations, getInstanceNumber, getLocalCredentials, getName, getSecurityConfiguration, setConfiguration, setInstanceNumber, setLocalCredentials, setName, setSecurityConfigurationString getStoragePath()
"/var/lib/eclipsescada/hds.slave".
If the meaning of the 'Storage Path' attribute isn't clear, there really should be more of a description here...
setStoragePath(String),
InfrastructurePackage.getValueArchiveSlave_StoragePath()void setStoragePath(String value)
Storage Path' attribute.
value - the new value of the 'Storage Path' attribute.getStoragePath()SlaveStorageLayout getStorageLayout()
"MULTI".
The literals are from the enumeration SlaveStorageLayout.
If the meaning of the 'Storage Layout' attribute isn't clear, there really should be more of a description here...
SlaveStorageLayout,
setStorageLayout(SlaveStorageLayout),
InfrastructurePackage.getValueArchiveSlave_StorageLayout()void setStorageLayout(SlaveStorageLayout value)
Storage Layout' attribute.
value - the new value of the 'Storage Layout' attribute.SlaveStorageLayout,
getStorageLayout()