|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.locality.constraint.EhcacheConstraint
public class EhcacheConstraint
Constraints related the locality of Ehcache values
EhcacheEvaluator
,
Serialized FormNested Class Summary | |
---|---|
static class |
EhcacheConstraint.Operator
|
static class |
EhcacheConstraint.Value
|
Constructor Summary | |
---|---|
EhcacheConstraint(EhcacheConstraint.Operator operator,
EhcacheConstraint.Value value)
Constructor The Cache needs to be alive and clustered using Terracotta in Serialization mode |
Method Summary | |
---|---|
static EhcacheConstraint |
elements(Cache cache,
Collection keys)
Creates a EhcacheConstraint for local values to a Set of keys |
String |
getCacheManagerName()
Gets the CacheManager name for the Cache |
String |
getCacheName()
Gets the Cache name |
Set |
getKeys()
Accessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EhcacheConstraint(EhcacheConstraint.Operator operator, EhcacheConstraint.Value value)
Serialization mode
Method Detail |
---|
public static EhcacheConstraint elements(Cache cache, Collection keys)
cache
- The cachekeys
- The keys we want local
EhcacheConstraint
public Set getKeys()
public String getCacheManagerName()
CacheManager
name for the Cache
public String getCacheName()
Cache
name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |