| 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 QueryConfig |
CacheResource.m_queryConfig
Query configuration for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheResource |
DefaultRootResource.instantiateCacheResource(NamedCache cache,
Class clzKey,
Class clzValue,
KeyConverter keyConverter,
QueryConfig queryConfig,
int cMaxResults)
Create an instance of
CacheResource. |
| Constructor and Description |
|---|
CacheResource(NamedCache cache,
Class clzKey,
Class clzValue,
KeyConverter keyConverter,
QueryConfig queryConfig,
int cMaxResults)
Construct a new CacheResource.
|
| Modifier and Type | Method and Description |
|---|---|
QueryConfig |
QueryConfig.addNamedQuery(NamedQuery query)
Add named query to this config.
|
protected QueryConfig |
RestConfig.createQueryConfig(XmlElement xml)
Create a map of
QueryConfig 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceConfig.setQueryConfig(QueryConfig config)
Set the query configuration for this resource.
|