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 QueryConfigCacheResource.m_queryConfigQuery configuration for this resource.Methods in com.tangosol.coherence.rest with parameters of type QueryConfigModifier and TypeMethodDescriptionprotected CacheResourceDefaultRootResource.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 QueryConfigRestConfig.createQueryConfig(XmlElement xml) Create a map ofQueryConfigobjects 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 TypeMethodDescriptionvoidResourceConfig.setQueryConfig(QueryConfig config) Set the query configuration for this resource.