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.
|
DatabaseSettings |
getDatabase()
Returns the value of the 'Database' reference.
|
String |
getInstanceName()
Returns the value of the 'Instance Name' attribute.
|
ReplicationDataFormat |
getReplicationDataFormat()
Returns the value of the 'Replication Data Format' attribute.
|
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 |
setDatabase(DatabaseSettings value)
Sets the value of the '
Database ' reference. |
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 |
setReplicationDataFormat(ReplicationDataFormat value)
Sets the value of the '
Replication Data Format ' attribute. |
void |
setSchema(String value)
Sets the value of the '
Schema ' attribute. |
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()
DatabaseSettings getDatabase()
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(DatabaseSettings)
,
OsgiPackage.getAbstractEventStorageJdbc_Database()
void setDatabase(DatabaseSettings value)
Database
' reference.
value
- the new value of the 'Database' reference.getDatabase()
ReplicationDataFormat getReplicationDataFormat()
"JSON"
.
The literals are from the enumeration ReplicationDataFormat
.
If the meaning of the 'Replication Data Format' attribute isn't clear, there really should be more of a description here...
ReplicationDataFormat
,
setReplicationDataFormat(ReplicationDataFormat)
,
OsgiPackage.getAbstractEventStorageJdbc_ReplicationDataFormat()
void setReplicationDataFormat(ReplicationDataFormat value)
Replication Data Format
' attribute.
value
- the new value of the 'Replication Data Format' attribute.ReplicationDataFormat
,
getReplicationDataFormat()