KeyType - Type of the key object for the map being queriedValueType - Type of the value object for the map being queried@Deprecated public interface ContinuousQueryTopic<KeyType,ValueType>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ContinuousQueryListener<KeyType,ValueType> listener)
Deprecated.
Add a Continuous Query Listener to this topic.
|
Collection<ContinuousQueryListener<KeyType,ValueType>> |
getAllListeners()
Deprecated.
Returns a shallow copy of the current set of listeners registered for this query topic.
|
ContinuousQueryCache<KeyType,ValueType> |
getCache()
Deprecated.
Return a continuous query cache object with methods to access the keys and values stored in the cache.
|
String |
getName()
Deprecated.
Returns the generated unique name for this continuous query.
|
OutputFormat |
getOutputFormat()
Deprecated.
Return the format this query will use for keys and values.
|
List<Integer> |
getPartitions()
Deprecated.
Return the list of partitions this query is defined against.
|
boolean |
isKeysOnlyCache()
Deprecated.
Return true if the cache for this continuous query contains only keys.
|
boolean |
noCache()
Deprecated.
Return true if the no caching option is enabled for this Continuous Query.
|
void |
removeAllListeners()
Deprecated.
Removes all registered listeners from this query topic.
|
boolean |
removeListener(ContinuousQueryListener<KeyType,ValueType> listener)
Deprecated.
Remove the listener from this continuous query's the set of listeners.
|
void addListener(ContinuousQueryListener<KeyType,ValueType> listener)
listener - the listener to add to this continuous query's set of listeners.boolean removeListener(ContinuousQueryListener<KeyType,ValueType> listener)
listener - - the continuous query listener to remove.ContinuousQueryCache<KeyType,ValueType> getCache()
String getName()
boolean isKeysOnlyCache()
boolean noCache()
OutputFormat getOutputFormat()
OutputFormatCollection<ContinuousQueryListener<KeyType,ValueType>> getAllListeners()
void removeAllListeners()