Uses of Class
net.esper.client.ConfigurationDBRef.CacheReferenceType

Packages that use ConfigurationDBRef.CacheReferenceType
net.esper.client This package defines the central Esper Client APIs. 
net.esper.eql.db Database SQL polling views and caches 
 

Uses of ConfigurationDBRef.CacheReferenceType in net.esper.client
 

Methods in net.esper.client that return ConfigurationDBRef.CacheReferenceType
 ConfigurationDBRef.CacheReferenceType ConfigurationDBRef.ExpiryTimeCacheDesc.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 ConfigurationDBRef.CacheReferenceType ConfigurationDBRef.CacheReferenceType.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 ConfigurationDBRef.CacheReferenceType ConfigurationDBRef.CacheReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationDBRef.CacheReferenceType[] ConfigurationDBRef.CacheReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.esper.client with parameters of type ConfigurationDBRef.CacheReferenceType
 void ConfigurationMethodRef.setExpiryTimeCache(double maxAgeSeconds, double purgeIntervalSeconds, ConfigurationDBRef.CacheReferenceType 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, ConfigurationDBRef.CacheReferenceType cacheReferenceType)
          Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
 

Constructors in net.esper.client with parameters of type ConfigurationDBRef.CacheReferenceType
ConfigurationDBRef.ExpiryTimeCacheDesc(double maxAgeSeconds, double purgeIntervalSeconds, ConfigurationDBRef.CacheReferenceType cacheReferenceType)
          Ctor.
 

Uses of ConfigurationDBRef.CacheReferenceType in net.esper.eql.db
 

Constructors in net.esper.eql.db with parameters of type ConfigurationDBRef.CacheReferenceType
DataCacheExpiringImpl(double maxAgeSec, double purgeIntervalSec, ConfigurationDBRef.CacheReferenceType cacheReferenceType, SchedulingService schedulingService, ScheduleSlot scheduleSlot, EPStatementHandle epStatementHandle)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com