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.
|
org.eclipse.emf.common.util.EList<String> |
getDriverBundles() |
String |
getJdbcDriverName() |
org.eclipse.emf.common.util.EList<String> |
getPostgresDriverBundles()
Returns the value of the 'Postgres Driver Bundles' attribute list.
|
void |
setBatchSize(Integer value)
Sets the value of the '
Batch Size ' attribute. |
getArchiveDays, getCleanupPeriodSeconds, getInstanceName, getJdbcProperties, getSchema, isEnableReplication, setArchiveDays, setCleanupPeriodSeconds, setEnableReplication, setInstanceName, 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()
org.eclipse.emf.common.util.EList<String> getPostgresDriverBundles()
String
.
If the meaning of the 'Postgres Driver Bundles' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getEventStoragePostgres_PostgresDriverBundles()
String getJdbcDriverName()
getJdbcDriverName
in interface AbstractEventStorageJdbc
org.eclipse.emf.common.util.EList<String> getDriverBundles()
getDriverBundles
in interface AbstractEventStorageJdbc