|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheManagerServiceV2
An interface for service implementations providing operations on CacheManager objects.
| Method Summary | |
|---|---|
org.terracotta.management.resource.ResponseEntityV2 |
executeQuery(String cacheManagerName,
String queryString)
Execute query against cache manager and returns results array |
void |
updateCacheManager(String cacheManagerName,
CacheManagerEntityV2 resource)
Update a cache manager represented by the submitted entity. |
| Method Detail |
|---|
void updateCacheManager(String cacheManagerName,
CacheManagerEntityV2 resource)
throws org.terracotta.management.ServiceExecutionException
cacheManagerName - the name of the CacheManager to be updatedresource - the representation of the resource informing this update
org.terracotta.management.ServiceExecutionException - if the update fails
org.terracotta.management.resource.ResponseEntityV2 executeQuery(String cacheManagerName,
String queryString)
throws org.terracotta.management.ServiceExecutionException
queryString -
ResponseEntityV2 containing QueryResultsEntityV2 entities
org.terracotta.management.ServiceExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||