Remote Query API
You use the querying API to access all the querying functionality discussed in the previous sections.
This section gives a general overview of the interfaces and classes that are provided by the Query package API, and the shortcut methods provided in the Region interface.
-
You create queries on the cache server by obtaining a
QueryService
method and manage them through the resultingQuery
object. TheRegion
interface has several shortcut query methods. Query Code Samples Returning ResultSet
API examples demonstrate methods for returning
ResultSet
for both built-in and user-fined data types.Query Code Samples Returning StructSet
These examples return a
StructSet
for built-in and user-defined data types,Struct
objects, and collections.