public interface EventStorageJdbc extends AbstractEventStorageJdbc
The following features are supported:
OsgiPackage.getEventStorageJdbc()
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxFieldLength()
Returns the value of the 'Max Field Length' attribute.
|
Integer |
getQueryFetchSize()
Returns the value of the 'Query Fetch Size' attribute.
|
void |
setMaxFieldLength(Integer value)
Sets the value of the '
Max Field Length ' attribute. |
void |
setQueryFetchSize(Integer value)
Sets the value of the '
Query Fetch Size ' attribute. |
getArchiveDays, getCleanupPeriodSeconds, getDatabase, getInstanceName, getReplicationDataFormat, getSchema, isEnableReplication, setArchiveDays, setCleanupPeriodSeconds, setDatabase, setEnableReplication, setInstanceName, setReplicationDataFormat, setSchema
Integer getMaxFieldLength()
If the meaning of the 'Max Field Length' attribute isn't clear, there really should be more of a description here...
setMaxFieldLength(Integer)
,
OsgiPackage.getEventStorageJdbc_MaxFieldLength()
void setMaxFieldLength(Integer value)
Max Field Length
' attribute.
value
- the new value of the 'Max Field Length' attribute.getMaxFieldLength()
Integer getQueryFetchSize()
If the meaning of the 'Query Fetch Size' attribute isn't clear, there really should be more of a description here...
setQueryFetchSize(Integer)
,
OsgiPackage.getEventStorageJdbc_QueryFetchSize()
void setQueryFetchSize(Integer value)
Query Fetch Size
' attribute.
value
- the new value of the 'Query Fetch Size' attribute.getQueryFetchSize()