|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContinuousQuery | |
---|---|
com.alachisoft.ncache.web.caching | Describes com.alachisoft.ncache.web.caching package The com.alachisoft.nCache.web.caching package provides classes for caching frequently used data in a cluster This includes the Cache class, a dictionary that allows you to store arbitrary data objects, such as hash tables and data sets. |
Uses of ContinuousQuery in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching with parameters of type ContinuousQuery | |
---|---|
static void |
ContinuousQueryManager.register(ContinuousQuery query)
|
void |
Cache.registerCQ(ContinuousQuery query)
Registers the notifications based on the specified ContinuousQuery. |
java.util.Collection |
Cache.searchCQ(ContinuousQuery query)
Performs search on the Cache based on the specified ContinuousQuery and registers the notifications. |
java.util.HashMap |
Cache.searchEntriesCQ(ContinuousQuery query)
Performs search on the Cache based on the specified ContinuousQuery and registers the notifications. |
static void |
ContinuousQueryManager.unRegister(ContinuousQuery query)
|
void |
Cache.unRegisterCQ(ContinuousQuery query)
Unregisters notifications for the specified ContinuousQuery. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |