|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationCacheReferenceType | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.epl.db | Database SQL polling views and caches |
Uses of ConfigurationCacheReferenceType in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return ConfigurationCacheReferenceType | |
---|---|
ConfigurationCacheReferenceType |
ConfigurationExpiryTimeCache.getCacheReferenceType()
Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache. |
static ConfigurationCacheReferenceType |
ConfigurationCacheReferenceType.getDefault()
The default policy is set to WEAK to reduce the chance that out-of-memory errors occur as caches fill, and stay backwards compatible with prior Esper releases. |
static ConfigurationCacheReferenceType |
ConfigurationCacheReferenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationCacheReferenceType[] |
ConfigurationCacheReferenceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.espertech.esper.client with parameters of type ConfigurationCacheReferenceType | |
---|---|
void |
ConfigurationMethodRef.setExpiryTimeCache(double maxAgeSeconds,
double purgeIntervalSeconds,
ConfigurationCacheReferenceType cacheReferenceType)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds. |
void |
ConfigurationDBRef.setExpiryTimeCache(double maxAgeSeconds,
double purgeIntervalSeconds,
ConfigurationCacheReferenceType cacheReferenceType)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds. |
Constructors in com.espertech.esper.client with parameters of type ConfigurationCacheReferenceType | |
---|---|
ConfigurationExpiryTimeCache(double maxAgeSeconds,
double purgeIntervalSeconds,
ConfigurationCacheReferenceType cacheReferenceType)
Ctor. |
Uses of ConfigurationCacheReferenceType in com.espertech.esper.epl.db |
---|
Constructors in com.espertech.esper.epl.db with parameters of type ConfigurationCacheReferenceType | |
---|---|
DataCacheExpiringImpl(double maxAgeSec,
double purgeIntervalSec,
ConfigurationCacheReferenceType cacheReferenceType,
SchedulingService schedulingService,
ScheduleSlot scheduleSlot,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |