| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected NamedQuery | 
NamedQueryResource.m_query
Named query responsible to filter cache entries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NamedQueryResource | 
CacheResource.instantiateNamedQueryResource(NamedCache cache,
                             NamedQuery query,
                             int cMaxResults)
Create an instance of  
NamedQueryResource for the specified resource
 configuration. | 
| Constructor and Description | 
|---|
NamedQueryResource(NamedCache cache,
                  NamedQuery query,
                  int cMaxResults)
Create a instance of NamedQueryResource. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectQuery
Holder for direct query configuration. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,NamedQuery> | 
QueryConfig.m_mapNamedQueries
Named query mappings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NamedQuery | 
QueryConfig.getNamedQuery(String sName)
Return the named query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryConfig | 
QueryConfig.addNamedQuery(NamedQuery query)
Add named query to this config. 
 |