public interface EventStoragePostgres extends AbstractEventStorageJdbc
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchSize()
Returns the value of the 'Batch Size' attribute.
|
void |
setBatchSize(Integer value)
Sets the value of the '
Batch Size ' attribute. |
getArchiveDays, getCleanupPeriodSeconds, getDatabase, getInstanceName, getReplicationDataFormat, getSchema, isEnableReplication, setArchiveDays, setCleanupPeriodSeconds, setDatabase, setEnableReplication, setInstanceName, setReplicationDataFormat, setSchema
Integer getBatchSize()
If the meaning of the 'Batch Size' attribute isn't clear, there really should be more of a description here...
setBatchSize(Integer)
,
OsgiPackage.getEventStoragePostgres_BatchSize()
void setBatchSize(Integer value)
Batch Size
' attribute.
value
- the new value of the 'Batch Size' attribute.getBatchSize()