Uses of Class
com.tangosol.coherence.rest.config.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
Modifier and TypeFieldDescriptionprotected QueryConfig
CacheResource.m_queryConfig
Query configuration for this resource.Modifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Create an instance ofCacheResource
.ModifierConstructorDescriptionCacheResource
(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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ResourceConfig.setQueryConfig
(QueryConfig config) Set the query configuration for this resource.