Package | Description |
---|---|
com.espertech.esper.common.internal.epl.historical.database.connection | |
com.espertech.esper.common.internal.epl.historical.database.core |
Modifier and Type | Method and Description |
---|---|
ConnectionCache |
DatabaseConfigServiceRuntime.getConnectionCache(String databaseName,
String preparedStatementText) |
ConnectionCache |
DatabaseConfigServiceImpl.getConnectionCache(String databaseName,
String preparedStatementText) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionCacheImpl
Caches the Connection and PreparedStatement instance for reuse.
|
class |
ConnectionCacheNoCacheImpl
Implementation of a connection cache that simply doesn't cache but gets
a new connection and statement every request, and closes these every time
a client indicates done.
|
Constructor and Description |
---|
PollExecStrategyDBQuery(HistoricalEventViewableDatabaseFactory factory,
ExprEvaluatorContext exprEvaluatorContext,
ConnectionCache connectionCache) |
Copyright © 2005–2022. All rights reserved.