ContinuousQueryCache Class |
Namespace: Tangosol.Net.Cache
public class ContinuousQueryCache : AbstractKeySetBasedCache, INamedCache, IObservableCache, IConcurrentCache, IQueryCache, IInvocableCache, ICache, IDictionary, ICollection, IEnumerable, IDisposable
The ContinuousQueryCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContinuousQueryCache(FuncINamedCache) |
Create a locally materialized view of an INamedCache using
an IFilter.
|
![]() | ContinuousQueryCache(INamedCache) |
Create a locally materialized view of an INamedCache using
an IFilter.
|
![]() | ContinuousQueryCache(FuncINamedCache, IFilter) |
Create a locally materialized view of an INamedCache using
an IFilter.
|
![]() | ContinuousQueryCache(INamedCache, IFilter) |
Create a locally materialized view of an INamedCache using
an IFilter.
|
![]() | ContinuousQueryCache(INamedCache, IFilter, Boolean) |
Create a materialized view of an INamedCache using an
IFilter.
|
![]() | ContinuousQueryCache(INamedCache, IFilter, ICacheListener) |
Create a materialized view of an INamedCache using an
IFilter.
|
![]() | ContinuousQueryCache(INamedCache, IFilter, IValueExtractor) |
Create a locally materialized view of an INamedCache using
an IFilter and a transformer.
|
![]() | ContinuousQueryCache(FuncINamedCache, IFilter, Boolean, ICacheListener, IValueExtractor) |
Initialize the ContinuousQueryCache.
|
Name | Description | |
---|---|---|
![]() | Cache |
Obtain the INamedCache that this
ContinuousQueryCache is based on.
|
![]() | CacheListener |
Obtain the configured CacheListener for this ContinuousQueryCache |
![]() | CacheName |
Gets the cache name.
|
![]() | CacheNameSupplier |
Return the function providing the name of this ContinuousQueryCache.
|
![]() | CacheService |
Gets the ICacheService that this INamedCache is a
part of.
|
![]() | CacheValues |
Obtain or modify the local-caching option for this
ContinuousQueryCache.
|
![]() | Count |
Returns the number of key-value mappings in this cache.
(Inherited from AbstractKeySetBasedCache.) |
![]() | Dispatcher |
Obtain this ContinuousQueryCache's event dispatcher.
|
![]() | Entries |
Returns a collection of the mappings contained in this cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | Filter |
Obtain the IFilter that this
ContinuousQueryCache is using to query the underlying
INamedCache.
|
![]() | IndexMap |
The index IDictionary used by this ContinuousQueryCache.
|
![]() | InternalCache |
Obtain a reference to the internal cache.
|
![]() | IsActive |
Specifies whether or not the INamedCache is active.
|
![]() | IsCacheValues | Obsolete.
Obtain or modify the local-caching option for this
ContinuousQueryCache.
|
![]() | IsFixedSize |
Gets a value indicating whether the IDictionary object has
a fixed size.
(Inherited from AbstractKeyBasedCache.) |
![]() | IsObserved |
Determine or modify if the ContinuousQueryCache has any
listeners that cannot be served by this cache listening to lite
events.
|
![]() | IsReadOnly |
Obtain or modify the read-only option for the
ContinuousQueryCache.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection
is synchronized (thread safe).
(Overrides AbstractKeyBasedCacheIsSynchronized.) |
![]() | Item |
Returns the value to which this cache maps the specified key.
(Inherited from AbstractKeyBasedCache.) |
![]() | Keys |
Returns a collection view of the keys contained in this cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | ReconnectInterval |
Return a reconnection interval (in milliseconds).
|
![]() | State |
The state of the ContinuousQueryCache.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the
ICollection.
(Inherited from AbstractKeyBasedCache.) |
![]() | Transformer |
Obtain the ValueExtractor that this ContinuousQueryCache is
using to transform the results from the underlying cache prior to storing them locally.
|
![]() | Values |
Returns a collection of the values contained in this cache.
(Inherited from AbstractKeyBasedCache.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the
IDictionary object.
(Inherited from AbstractKeyBasedCache.) |
![]() | AddCacheListener(ICacheListener) |
Add a standard cache listener that will receive all events
(inserts, updates, deletes) that occur against the cache, with
the key, old-value and new-value included.
|
![]() | AddCacheListener(ICacheListener, Object, Boolean) |
Add a cache listener for a specific key.
|
![]() | AddCacheListener(ICacheListener, IFilter, Boolean) |
Add a cache listener that receives events based on a filter
evaluation.
|
![]() | AddIndex |
Add an index to this IQueryCache.
|
![]() | Aggregate(ICollection, IEntryAggregator) |
Perform an aggregating operation against the entries specified by
the passed keys.
|
![]() | Aggregate(IFilter, IEntryAggregator) |
Perform an aggregating operation against the collection of
entries that are selected by the given IFilter.
|
![]() | CheckEntry(ICacheEntry) |
Check the passed value to verify that it does belong in this
ContinuousQueryCache.
|
![]() | CheckEntry(Object, Object) |
Check the passed value to verify that it does belong in this
ContinuousQueryCache.
|
![]() | CheckReadOnly |
Check the read-only setting to verify that the cache is NOT read-only.
|
![]() | Clear |
Removes all mappings from this cache.
(Overrides AbstractKeyBasedCacheClear.) |
![]() | ConfigureSynchronization |
Set up the listeners that keep the ContinuousQueryCache
up-to-date.
|
![]() | Contains |
Returns true if this cache contains a mapping for the
specified key.
(Overrides AbstractKeySetBasedCacheContains(Object).) |
![]() | CopyTo |
Copies the elements of the ICollection to an Array,
starting at a particular index.
(Inherited from AbstractKeyBasedCache.) |
![]() | CreateTransformerFilter |
Wrap specified CacheEventFilter with a CacheEventTransformerFilter that
will either transform cache value using transformer defined for this
ContinuousQueryCache, or remove the old value from the event using
SemiLiteEventTransformer, if no transformer is defined for this CQC.
|
![]() | createUnexpectedStateException |
Simple helper to create an exception for communicating invalid state transitions.
|
![]() | Destroy |
Release and destroy this instance of INamedCache.
|
![]() | Dispose |
Calls Release to release the resources associated with this cache.
|
![]() | EnsureEventDispatcher |
Obtain the existing event queue or create one if none exists.
|
![]() | EnsureIndexMap |
Obtain the IDictionary of indexes maintained by this cache.
|
![]() | EnsureInternalCache | |
![]() | EnsureSynchronized |
Ensure that the ContinousQueryCache listeners have been
registered and its content synchronized with the underlying
INamedCache.
|
![]() | Equals |
Compares the specified object with this cache for equality.
(Inherited from AbstractKeyBasedCache.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get |
Returns the value for the specified key.
(Overrides AbstractKeyBasedCacheGet(Object).) |
![]() | GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Overrides AbstractKeyBasedCacheGetAll(ICollection).) |
![]() | GetEntries(IFilter) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEntries(IFilter, IComparer) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEnumerator |
Returns an ICacheEnumerator object for the
ICache instance.
(Inherited from AbstractKeyBasedCache.) |
![]() | GetHashCode |
Returns the hash code value for this cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | GetInternalKeysCollection |
Obtain a collection of keys that are represented by this cache.
(Overrides AbstractKeySetBasedCacheGetInternalKeysCollection.) |
![]() | GetKeys |
Return a collection of the keys contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetKeysEnumerator |
Create an IEnumerator over the keys in this cache.
(Inherited from AbstractKeySetBasedCache.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValues(IFilter) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetValues(IFilter, IComparer) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | Insert(Object, Object) |
Associates the specified value with the specified key in this
cache.
(Overrides AbstractKeyBasedCacheInsert(Object, Object).) |
![]() | Insert(Object, Object, Int64) |
Associates the specified value with the specified key in this
cache.
(Overrides AbstractKeyBasedCacheInsert(Object, Object, Int64).) |
![]() | InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Overrides AbstractKeyBasedCacheInsertAll(IDictionary).) |
![]() | InstantiateAddListener |
Instantiate an ICacheListener for adding items to
the query, and (if there are listeners on the
ContinuousQueryCache) for dispatching inserts and updates.
|
![]() | InstantiateEntriesCollection |
Factory pattern: Create a collection that represents the entries
in the cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | InstantiateEventDispatcher |
Create a self-processing event queue dispatcher.
|
![]() | InstantiateEventRouter |
Instantiate a listener on the internal cache that will direct
events to the passed listener, either synchronously or
asynchronously as appropriate.
|
![]() | InstantiateInternalCache |
Instantiate the internal cache used by the ContinuousQueryCache.
|
![]() | InstantiateKeyEnumerator |
Factory pattern: Create an IEnumerator over the keys in
the cache.
(Inherited from AbstractKeySetBasedCache.) |
![]() | InstantiateKeysCollection |
Factory pattern: Create a collection that represents the keys in
the cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | InstantiateRemoveListener |
Instantiate an ICacheListener for evicting items
from the query.
|
![]() | InstantiateValuesCollection |
Factory pattern: Instantiate the values collection.
(Inherited from AbstractKeyBasedCache.) |
![]() | Invoke |
Invoke the passed IEntryProcessor against the entry
specified by the passed key, returning the result of the
invocation.
|
![]() | InvokeAll(ICollection, IEntryProcessor) |
Invoke the passed IEntryProcessor against the
entries specified by the passed keys, returning the result of the
invocation for each.
|
![]() | InvokeAll(IFilter, IEntryProcessor) |
Invoke the passed IEntryProcessor against the set
of entries that are selected by the given IFilter,
returning the result of the invocation for each.
|
![]() | IsEventDeferred |
Called when an event has occurred.
|
![]() | Lock(Object) |
Attempt to lock the specified item and return immediately.
|
![]() | Lock(Object, Int64) |
Attempt to lock the specified item within the specified period of
time.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MergeFilter |
Return a filter which merges the ContinousQueueCache's
filter with the supplied filter.
|
![]() | OnMemberJoined |
Invoked when an IMember has joined the service.
|
![]() | OnMemberLeaving |
Invoked when an IMember is leaving the service.
|
![]() | OnMemberLeft |
Invoked when an IMember has left the service.
|
![]() | RegisterDeactivationListener |
Instantiate and register a INamedCacheDeactivationListener to allow this
cache to listen for cache deactivation or truncation events.
|
![]() | RegisterServiceMemberEventHandler |
Register a member event handler with the underlying caches's
service.
|
![]() | Release |
Release local resources associated with this instance of
INamedCache.
|
![]() | ReleaseIndexMap |
Release the the entire index map.
|
![]() | ReleaseListeners |
Release all locally registered listeners.
|
![]() | Remove |
Removes the element with the specified key from the
IDictionary object.
(Overrides AbstractKeyBasedCacheRemove(Object).) |
![]() | RemoveBlind |
Removes the mapping for this key from this cache if present.
(Overrides AbstractKeyBasedCacheRemoveBlind(Object).) |
![]() | RemoveCacheListener(ICacheListener) |
Remove a standard cache listener that previously signed up for
all events.
|
![]() | RemoveCacheListener(ICacheListener, Object) |
Remove a cache listener that previously signed up for events
about a specific key.
|
![]() | RemoveCacheListener(ICacheListener, IFilter) |
Remove a cache listener that previously signed up for events
based on a filter evaluation.
|
![]() | RemoveIndex |
Remove an index from this IQueryCache.
|
![]() | ShutdownEventQueue |
Shut down running event queue.
|
![]() | ToString |
Returns a string representation of this cache.
(Inherited from AbstractKeyBasedCache.) |
![]() | Truncate |
Removes all mappings from this map.
|
![]() | Unlock |
Unlock the specified item.
|
![]() | UnregisterDeactivationListener |
Unregister the previously registered INamedCacheDeactivationListener.
|
![]() | UnregisterServiceMemberEventHandler |
Unregister underlying caches's service member event handler.
|
![]() | View |
Construct a view of this INamedCache.
|
Name | Description | |
---|---|---|
![]() | m_connectionTimestamp |
The timestamp when the synchronization was last attempted.
|
Name | Description | |
---|---|---|
![]() | GetOrDefault |
Returns the value to which the specified key is mapped, or
the defaultValue if this cache contains no mapping for the key.
(Defined by InvocableCacheEx.) |
![]() | InsertIfAbsent |
If the specified key is not already associated with a value
(or is mapped to null) associates it with the given value and
returns null, else returns the current value.
(Defined by InvocableCacheEx.) |
![]() | Remove |
Removes the entry for the specified key only if it is currently
mapped to the specified value.
(Defined by InvocableCacheEx.) |
![]() | Replace(Object, Object) | Overloaded.
Replaces the entry for the specified key only if it is
currently mapped to some value.
(Defined by InvocableCacheEx.) |
![]() | Replace(Object, Object, Object) | Overloaded.
Replaces the entry for the specified key only if currently
mapped to the specified value.
(Defined by InvocableCacheEx.) |