|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityResourceFactoryV2
A factory interface for resources related to Ehcache.
| Method Summary | |
|---|---|
org.terracotta.management.resource.ResponseEntityV2 |
createCacheConfigEntities(Set<String> cacheManagerNames,
Set<String> cacheNames)
A factory method for CacheConfigEntityV2 objects. |
org.terracotta.management.resource.ResponseEntityV2 |
createCacheEntities(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> attributes)
A factory method for CacheEntityV2 objects. |
org.terracotta.management.resource.ResponseEntityV2 |
createCacheManagerConfigEntities(Set<String> cacheManagerNames)
A factory method for CacheManagerConfigEntityV2 objects. |
org.terracotta.management.resource.ResponseEntityV2 |
createCacheManagerEntities(Set<String> cacheManagerNames,
Set<String> attributes)
A factory method for CacheManagerEntityV2 objects. |
org.terracotta.management.resource.ResponseEntityV2 |
createCacheStatisticSampleEntity(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> statNames)
A factory method for CacheStatisticSampleEntityV2 objects. |
| Method Detail |
|---|
org.terracotta.management.resource.ResponseEntityV2 createCacheManagerEntities(Set<String> cacheManagerNames,
Set<String> attributes)
throws org.terracotta.management.ServiceExecutionException
CacheManagerEntityV2 objects.
cacheManagerNames - a Set of names for the CacheManager objects to be represented by the
returned resourcesattributes - a Set of specific cache manager attributes to include in the returned representations;
if null, all attributes will be included
ResponseEntityV2 containing CacheManagerEntity objects
org.terracotta.management.ServiceExecutionException
org.terracotta.management.resource.ResponseEntityV2 createCacheManagerConfigEntities(Set<String> cacheManagerNames)
throws org.terracotta.management.ServiceExecutionException
CacheManagerConfigEntityV2 objects.
cacheManagerNames - a Set of names for the CacheManager configurations to be represented by the
returned resources
ResponseEntityV2 containing CacheManagerConfigEntity objects
org.terracotta.management.ServiceExecutionException
org.terracotta.management.resource.ResponseEntityV2 createCacheEntities(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> attributes)
throws org.terracotta.management.ServiceExecutionException
CacheEntityV2 objects.
cacheManagerNames - a Set of names for the CacheManagers that manage the Cache
objects to be represented by the returned resourcescacheNames - a Set of names for the Cache objects to be represented by the
returned resourcesattributes - a Set of specific cache manager attributes to include in the returned representations;
if null, all attributes will be included
ResponseEntityV2 containing CacheEntity objects
org.terracotta.management.ServiceExecutionException
org.terracotta.management.resource.ResponseEntityV2 createCacheConfigEntities(Set<String> cacheManagerNames,
Set<String> cacheNames)
throws org.terracotta.management.ServiceExecutionException
CacheConfigEntityV2 objects.
cacheManagerNames - a Set of names for the CacheManagers that manage the Cache
objects to be represented by the returned resourcescacheNames - a Set of names for the Cache objects to be represented by the
returned resources
ResponseEntityV2 containing CacheConfigEntity objects
org.terracotta.management.ServiceExecutionException
org.terracotta.management.resource.ResponseEntityV2 createCacheStatisticSampleEntity(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> statNames)
throws org.terracotta.management.ServiceExecutionException
CacheStatisticSampleEntityV2 objects.
cacheManagerNames - a Set of names for the CacheManagers that manage the Caches whose
sampled statistics are to be represented by the returned resourcescacheNames - a Set of names for the Caches whose sampled statistics are to be represented
by the returned resourcesstatNames - a Set of names for the sampled statistics to be represented by the returned resources
ResponseEntityV2 containing CacheStatisticSampleEntity objects
org.terracotta.management.ServiceExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||