Uses of Class
com.tangosol.coherence.rest.config.QueryConfig
-
Packages that use QueryConfig Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration. -
-
Uses of QueryConfig in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as QueryConfig Modifier and Type Field Description protected QueryConfig
CacheResource. m_queryConfig
Query configuration for this resource.Methods in com.tangosol.coherence.rest with parameters of type QueryConfig Modifier and Type Method Description protected 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 QueryConfig Constructor Description CacheResource(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 QueryConfig Modifier and Type Method Description QueryConfig
QueryConfig. 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.QueryConfig
ResourceConfig. getQueryConfig()
Return the query configuration for this resource.QueryConfig
QueryConfig. setDirectQuery(DirectQuery directQuery)
Set the direct query.Methods in com.tangosol.coherence.rest.config with parameters of type QueryConfig Modifier and Type Method Description void
ResourceConfig. setQueryConfig(QueryConfig config)
Set the query configuration for this resource.
-