|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.ConfigurationDBRef.ExpiryTimeCacheDesc
public static class ConfigurationDBRef.ExpiryTimeCacheDesc
Expiring cache settings.
Constructor Summary | |
---|---|
ConfigurationDBRef.ExpiryTimeCacheDesc(double maxAgeSeconds,
double purgeIntervalSeconds,
ConfigurationDBRef.CacheReferenceType cacheReferenceType)
Ctor. |
Method Summary | |
---|---|
ConfigurationDBRef.CacheReferenceType |
getCacheReferenceType()
Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache. |
double |
getMaxAgeSeconds()
Returns the maximum age in seconds. |
double |
getPurgeIntervalSeconds()
Returns the purge interval length. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationDBRef.ExpiryTimeCacheDesc(double maxAgeSeconds, double purgeIntervalSeconds, ConfigurationDBRef.CacheReferenceType cacheReferenceType)
maxAgeSeconds
- is the maximum age in secondspurgeIntervalSeconds
- is the purge intervalcacheReferenceType
- the reference type may allow garbage collection to remove entries from
cache unless HARD reference type indicates otherwiseMethod Detail |
---|
public double getMaxAgeSeconds()
public double getPurgeIntervalSeconds()
public ConfigurationDBRef.CacheReferenceType getCacheReferenceType()
public String toString()
toString
in class Object
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |