Uses of Class
com.tangosol.coherence.rest.config.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
Modifier and TypeFieldDescriptionprotected NamedQuery
NamedQueryResource.m_query
Named query responsible to filter cache entries.Modifier and TypeMethodDescriptionCacheResource.instantiateNamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create an instance ofNamedQueryResource
for the specified resource configuration.ModifierConstructorDescriptionNamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create a instance of NamedQueryResource. -
Uses of NamedQuery in com.tangosol.coherence.rest.config
Modifier and TypeFieldDescriptionprotected Map
<String, NamedQuery> QueryConfig.m_mapNamedQueries
Named query mappings.Modifier and TypeMethodDescriptionQueryConfig.getNamedQuery
(String sName) Return the named query.Modifier and TypeMethodDescriptionQueryConfig.addNamedQuery
(NamedQuery query) Add named query to this config.