Uses of Class
com.tangosol.coherence.rest.config.NamedQuery
Packages that use NamedQuery
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
-
Uses of NamedQuery in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as NamedQueryModifier and TypeFieldDescriptionprotected NamedQuery
NamedQueryResource.m_query
Named query responsible to filter cache entries.Methods in com.tangosol.coherence.rest with parameters of type NamedQueryModifier and TypeMethodDescriptionCacheResource.instantiateNamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create an instance ofNamedQueryResource
for the specified resource configuration.Constructors in com.tangosol.coherence.rest with parameters of type NamedQueryModifierConstructorDescriptionNamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create a instance of NamedQueryResource. -
Uses of NamedQuery in com.tangosol.coherence.rest.config
Subclasses of NamedQuery in com.tangosol.coherence.rest.configFields in com.tangosol.coherence.rest.config with type parameters of type NamedQueryModifier and TypeFieldDescriptionprotected Map
<String, NamedQuery> QueryConfig.m_mapNamedQueries
Named query mappings.Methods in com.tangosol.coherence.rest.config that return NamedQueryModifier and TypeMethodDescriptionQueryConfig.getNamedQuery
(String sName) Return the named query.Methods in com.tangosol.coherence.rest.config with parameters of type NamedQueryModifier and TypeMethodDescriptionQueryConfig.addNamedQuery
(NamedQuery query) Add named query to this config.