Interface StatementCacheMBean
-
- All Known Implementing Classes:
StatementCache
public interface StatementCacheMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtomicInteger
getCacheSize()
int
getCacheSizePerConnection()
int
getMaxCacheSize()
boolean
isCacheCallable()
boolean
isCachePrepared()
-
-
-
Method Detail
-
isCachePrepared
boolean isCachePrepared()
-
isCacheCallable
boolean isCacheCallable()
-
getMaxCacheSize
int getMaxCacheSize()
-
getCacheSize
AtomicInteger getCacheSize()
-
getCacheSizePerConnection
int getCacheSizePerConnection()
-
-