Uses of Class
net.jextra.fauxjo.StatementCacheListener.StmtType
-
Packages that use StatementCacheListener.StmtType Package Description net.jextra.fauxjo -
-
Uses of StatementCacheListener.StmtType in net.jextra.fauxjo
Methods in net.jextra.fauxjo that return StatementCacheListener.StmtType Modifier and Type Method Description static StatementCacheListener.StmtTypeStatementCacheListener.StmtType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementCacheListener.StmtType[]StatementCacheListener.StmtType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jextra.fauxjo with parameters of type StatementCacheListener.StmtType Modifier and Type Method Description voidStatementCacheListener. evictedLruStmt_MaxEntries(StatementCache.Config ctype, StatementCacheListener.StmtType type, String sql, long createdOnTs, long accessedCn, long maxCacheEntries)The least recently used statement was evicted, StmtCache would have exceeded maxEntries.voidStatementCacheListener. evictedLruStmt_MaxTtl(StatementCache.Config ctype, StatementCacheListener.StmtType type, String sql, long createdOnTs, long accessedCn, long ageMillisMax)The least recently used statement was evicted, it exceeded its maxTtl.voidStatementCacheListener. evictLruStmtException(StatementCache.Config ctype, StatementCacheListener.StmtType type, Throwable throwable)An exception was thrown while trying to close an evicted Statement.
-