Click or drag to resize
QueryServiceTKey, TResult Class
Provides a query service.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::QueryService>]
    GemStone.GemFire.Cache.GenericQueryServiceTKey, TResult

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class QueryService<TKey, TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::QueryService>]

Type Parameters

TKey
TResult

The QueryServiceTKey, TResult type exposes the following members.

Methods
  NameDescription
Public methodCloseCqs
Close all CqQuery on this client.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteCqs
Get the CqQuery with the given name on this client.
Public methodGetAllDurableCqsFromServer
Get all durableCq nanes from server for this client.
Public methodGetCq
Get the CqQuery with the given name on this client.
Public methodGetCqs
Get all CqQuery on this client.
Public methodGetCqStatistics
Get CqServiceStatistics on this client.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNewCq(String, CqAttributesTKey, TResult, Boolean)
Public methodNewCq(String, String, CqAttributesTKey, TResult, Boolean)
Public methodNewQuery
Get a Query object to enable querying.
Public methodStopCqs
Stop all CqQuery on this client.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also