Uses of Class
com.tangosol.coherence.rest.config.NamedQuery
-
Packages that use NamedQuery 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 NamedQuery in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as NamedQuery Modifier and Type Field Description protected NamedQuery
NamedQueryResource. m_query
Named query responsible to filter cache entries.Methods in com.tangosol.coherence.rest with parameters of type NamedQuery Modifier and Type Method Description NamedQueryResource
CacheResource. 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 NamedQuery Constructor Description NamedQueryResource(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.config Modifier and Type Class Description class
DirectQuery
Holder for direct query configuration.Fields in com.tangosol.coherence.rest.config with type parameters of type NamedQuery Modifier and Type Field Description protected Map<String,NamedQuery>
QueryConfig. m_mapNamedQueries
Named query mappings.Methods in com.tangosol.coherence.rest.config that return NamedQuery Modifier and Type Method Description NamedQuery
QueryConfig. getNamedQuery(String sName)
Return the named query.Methods in com.tangosol.coherence.rest.config with parameters of type NamedQuery Modifier and Type Method Description QueryConfig
QueryConfig. addNamedQuery(NamedQuery query)
Add named query to this config.
-