public class JdbcStorageDao extends AbstractJdbcStorageDao
accessor
Constructor and Description |
---|
JdbcStorageDao(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory,
Properties properties,
boolean usePool,
com.google.common.collect.Interner<String> stringInterner) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
static long |
getCleanupPeriod() |
protected boolean |
isReplication() |
protected void |
performStoreEvent(Event event,
ConnectionContext connectionContext) |
cleanupArchive, cleanupArchive, getDeleteAttributesSql, getInsertAttributesSql, intern, loadEvent, logSQLError, queryEvents, storeEvent, storeReplicationEvent, toEventList
clip, closeConnection, closeStatement, createConnection, getAccessor, getCleanupDays, getInstance, getMaxLength, getSchema, setInstance, setMaxLength, setSchema, updateComment
public JdbcStorageDao(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory, Properties properties, boolean usePool, com.google.common.collect.Interner<String> stringInterner) throws SQLException
SQLException
public void dispose()
dispose
in interface StorageDao
dispose
in class BaseStorageDao
protected boolean isReplication()
public static long getCleanupPeriod()
protected void performStoreEvent(Event event, ConnectionContext connectionContext) throws SQLException, Exception
performStoreEvent
in class AbstractJdbcStorageDao
SQLException
Exception