| CqQueryTKey, TResult Class |
Namespace: GemStone.GemFire.Cache.Generic
public sealed class CqQuery<TKey, TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqQuery>]
The CqQueryTKey, TResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Name |
Get the name for this cq query.
| |
| QueryString |
Get the string for this cq query.
|
| Name | Description | |
|---|---|---|
| Close |
stop the cq query
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes the Cq Query on the cache server
| |
| ExecuteWithInitialResults |
Executes the Cq Query on the cache server
and returns the Cqresults.
| |
| ExecuteWithInitialResults(UInt32) |
Executes the Cq Query on the cache server
with the specified timeout and returns the results.
| |
| GetCqAttributes |
Get the Attributes for this cq query.
| |
| GetCqAttributesMutator |
Get the Attributes Mutator for this cq query.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetQuery |
Get the Query for this cq query.
| |
| GetState |
get the state of this cq query
| |
| GetStatistics |
Get the stats for this cq query.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsClosed |
Is this Cq in closed state?
| |
| IsRunning |
Is this Cq in running state?
| |
| IsStopped |
Is this Cq in stopped state?
| |
| Stop |
stop the cq query
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |