public interface AbstractEventStorageJdbc extends EventStorage
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Integer |
getArchiveDays()
Returns the value of the 'Archive Days' attribute.
|
Integer |
getCleanupPeriodSeconds()
Returns the value of the 'Cleanup Period Seconds' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getDriverBundles() |
String |
getInstanceName()
Returns the value of the 'Instance Name' attribute.
|
String |
getJdbcDriverName() |
org.eclipse.emf.common.util.EList<PropertyEntry> |
getJdbcProperties()
Returns the value of the 'Jdbc Properties' containment reference list.
|
String |
getSchema()
Returns the value of the 'Schema' attribute.
|
boolean |
isEnableReplication()
Returns the value of the 'Enable Replication' attribute.
|
void |
setArchiveDays(Integer value)
Sets the value of the '
Archive Days ' attribute. |
void |
setCleanupPeriodSeconds(Integer value)
Sets the value of the '
Cleanup Period Seconds ' attribute. |
void |
setEnableReplication(boolean value)
Sets the value of the '
Enable Replication ' attribute. |
void |
setInstanceName(String value)
Sets the value of the '
Instance Name ' attribute. |
void |
setSchema(String value)
Sets the value of the '
Schema ' attribute. |
org.eclipse.emf.common.util.EList<PropertyEntry> getJdbcProperties()
PropertyEntry
.
If the meaning of the 'Jdbc Properties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getAbstractEventStorageJdbc_JdbcProperties()
String getSchema()
setSchema(String)
,
OsgiPackage.getAbstractEventStorageJdbc_Schema()
void setSchema(String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
String getInstanceName()
"default"
.
If the meaning of the 'Instance Name' attribute isn't clear, there really should be more of a description here...
setInstanceName(String)
,
OsgiPackage.getAbstractEventStorageJdbc_InstanceName()
void setInstanceName(String value)
Instance Name
' attribute.
value
- the new value of the 'Instance Name' attribute.getInstanceName()
boolean isEnableReplication()
"false"
.
If the meaning of the 'Enable Replication' attribute isn't clear, there really should be more of a description here...
setEnableReplication(boolean)
,
OsgiPackage.getAbstractEventStorageJdbc_EnableReplication()
void setEnableReplication(boolean value)
Enable Replication
' attribute.
value
- the new value of the 'Enable Replication' attribute.isEnableReplication()
Integer getArchiveDays()
If the meaning of the 'Archive Days' attribute isn't clear, there really should be more of a description here...
setArchiveDays(Integer)
,
OsgiPackage.getAbstractEventStorageJdbc_ArchiveDays()
void setArchiveDays(Integer value)
Archive Days
' attribute.
value
- the new value of the 'Archive Days' attribute.getArchiveDays()
Integer getCleanupPeriodSeconds()
If the meaning of the 'Cleanup Period Seconds' attribute isn't clear, there really should be more of a description here...
setCleanupPeriodSeconds(Integer)
,
OsgiPackage.getAbstractEventStorageJdbc_CleanupPeriodSeconds()
void setCleanupPeriodSeconds(Integer value)
Cleanup Period Seconds
' attribute.
value
- the new value of the 'Cleanup Period Seconds' attribute.getCleanupPeriodSeconds()
String getJdbcDriverName()
If the meaning of the 'Jdbc Driver Name' attribute isn't clear, there really should be more of a description here...
org.eclipse.emf.common.util.EList<String> getDriverBundles()