Click or drag to resize
QueryService Class

Note: This API is now obsolete.

Provides a query service.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::QueryService>]
    GemStone.GemFire.CacheQueryService

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class QueryService : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::QueryService>]

The QueryService 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 AllDurableCqsFromServer on 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, CqAttributes, Boolean)
Get a CqQuery object to enable continuous querying.
Public methodNewCq(String, String, CqAttributes, Boolean)
Get a CqQuery object to enable continuous querying.
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