Uses of Class
com.tangosol.coherence.rest.config.QueryConfig
Packages that use QueryConfig
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
-
Uses of QueryConfig in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as QueryConfigModifier and TypeFieldDescriptionprotected QueryConfig
CacheResource.m_queryConfig
Query configuration for this resource.Methods in com.tangosol.coherence.rest with parameters of type QueryConfigModifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Create an instance ofCacheResource
.Constructors in com.tangosol.coherence.rest with parameters of type QueryConfigModifierConstructorDescriptionCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Construct a new CacheResource. -
Uses of QueryConfig in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return QueryConfigModifier and TypeMethodDescriptionQueryConfig.addNamedQuery
(NamedQuery query) Add named query to this config.protected QueryConfig
RestConfig.createQueryConfig
(XmlElement xml) Create a map ofQueryConfig
objects from the given XML configuration.ResourceConfig.getQueryConfig()
Return the query configuration for this resource.QueryConfig.setDirectQuery
(DirectQuery directQuery) Set the direct query.Methods in com.tangosol.coherence.rest.config with parameters of type QueryConfigModifier and TypeMethodDescriptionvoid
ResourceConfig.setQueryConfig
(QueryConfig config) Set the query configuration for this resource.