|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityResourceFactory
A factory interface for resources related to Ehcache.
| Method Summary | |
|---|---|
Collection<CacheConfigEntity> |
createCacheConfigEntities(Set<String> cacheManagerNames,
Set<String> cacheNames)
A factory method for CacheConfigEntity objects. |
Collection<CacheEntity> |
createCacheEntities(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> attributes)
A factory method for CacheEntity objects. |
Collection<CacheManagerConfigEntity> |
createCacheManagerConfigEntities(Set<String> cacheManagerNames)
A factory method for CacheManagerConfigEntity objects. |
Collection<CacheManagerEntity> |
createCacheManagerEntities(Set<String> cacheManagerNames,
Set<String> attributes)
A factory method for CacheManagerEntity objects. |
Collection<CacheStatisticSampleEntity> |
createCacheStatisticSampleEntity(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> statNames)
A factory method for CacheStatisticSampleEntity objects. |
| Method Detail |
|---|
Collection<CacheManagerEntity> createCacheManagerEntities(Set<String> cacheManagerNames,
Set<String> attributes)
throws org.terracotta.management.ServiceExecutionException
CacheManagerEntity 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
Collection of CacheManagerEntity objects
org.terracotta.management.ServiceExecutionException
Collection<CacheManagerConfigEntity> createCacheManagerConfigEntities(Set<String> cacheManagerNames)
throws org.terracotta.management.ServiceExecutionException
CacheManagerConfigEntity objects.
cacheManagerNames - a Set of names for the CacheManager configurations to be represented by the
returned resources
Collection of CacheManagerConfigEntity objects
org.terracotta.management.ServiceExecutionException
Collection<CacheEntity> createCacheEntities(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> attributes)
throws org.terracotta.management.ServiceExecutionException
CacheEntity 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
Collection of CacheEntity objects
org.terracotta.management.ServiceExecutionException
Collection<CacheConfigEntity> createCacheConfigEntities(Set<String> cacheManagerNames,
Set<String> cacheNames)
throws org.terracotta.management.ServiceExecutionException
CacheConfigEntity 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
Collection of CacheConfigEntity objects
org.terracotta.management.ServiceExecutionException
Collection<CacheStatisticSampleEntity> createCacheStatisticSampleEntity(Set<String> cacheManagerNames,
Set<String> cacheNames,
Set<String> statNames)
throws org.terracotta.management.ServiceExecutionException
CacheStatisticSampleEntity 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
Collection of CacheStatisticSampleEntity objects
org.terracotta.management.ServiceExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||