A C D E G N Q S U

A

AbstractCacheEntityV2 - Class in net.sf.ehcache.management.resource
An abstract class for all cache entity objects providing all common properties, namely: agentId name cacheManagerName
AbstractCacheEntityV2() - Constructor for class net.sf.ehcache.management.resource.AbstractCacheEntityV2
 
ATTR_QUERY_KEY - Static variable in class net.sf.ehcache.management.resource.services.CacheManagersResourceServiceImplV2
 
ATTR_QUERY_KEY - Static variable in class net.sf.ehcache.management.resource.services.CachesResourceServiceImplV2
 
ATTR_QUERY_KEY - Static variable in class net.sf.ehcache.management.resource.services.QueryResourceServiceImplV2
 

C

CacheConfigEntityV2 - Class in net.sf.ehcache.management.resource
A VersionedEntity representing a cache configuration resource from the management API.
CacheConfigEntityV2() - Constructor for class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
CacheConfigsResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
 
CacheConfigsResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.CacheConfigsResourceServiceImplV2
 
CacheEntityV2 - Class in net.sf.ehcache.management.resource
An entity representing a cache resource from the management API.
CacheEntityV2() - Constructor for class net.sf.ehcache.management.resource.CacheEntityV2
 
CacheManagerConfigEntityV2 - Class in net.sf.ehcache.management.resource
 
CacheManagerConfigEntityV2() - Constructor for class net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
 
CacheManagerConfigsResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
 
CacheManagerConfigsResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.CacheManagerConfigsResourceServiceImplV2
 
CacheManagerEntityV2 - Class in net.sf.ehcache.management.resource
A VersionedEntity representing a cache manager resource from the management API.
CacheManagerEntityV2() - Constructor for class net.sf.ehcache.management.resource.CacheManagerEntityV2
 
CacheManagerServiceV2 - Interface in net.sf.ehcache.management.service
An interface for service implementations providing operations on CacheManager objects.
CacheManagersResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
An implementation of CacheManagersResourceService.
CacheManagersResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.CacheManagersResourceServiceImplV2
 
CacheServiceV2 - Interface in net.sf.ehcache.management.service
An interface for service implementations providing operations on Cache objects.
CachesResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
A resource service for interacting with ehcache caches via the CacheEntityV2.
CachesResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.CachesResourceServiceImplV2
 
CacheStatisticSampleEntityV2 - Class in net.sf.ehcache.management.resource
 
CacheStatisticSampleEntityV2() - Constructor for class net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
 
CacheStatisticSamplesResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
 
CacheStatisticSamplesResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.CacheStatisticSamplesResourceServiceImplV2
 
clearCache(String, String) - Method in interface net.sf.ehcache.management.service.CacheServiceV2
Clears all the elements in the cache.
createCacheConfigEntities(Set<String>, Set<String>) - Method in interface net.sf.ehcache.management.service.EntityResourceFactoryV2
A factory method for CacheConfigEntityV2 objects.
createCacheEntities(Set<String>, Set<String>, Set<String>) - Method in interface net.sf.ehcache.management.service.EntityResourceFactoryV2
A factory method for CacheEntityV2 objects.
createCacheManagerConfigEntities(Set<String>) - Method in interface net.sf.ehcache.management.service.EntityResourceFactoryV2
A factory method for CacheManagerConfigEntityV2 objects.
createCacheManagerEntities(Set<String>, Set<String>) - Method in interface net.sf.ehcache.management.service.EntityResourceFactoryV2
A factory method for CacheManagerEntityV2 objects.
createCacheStatisticSampleEntity(Set<String>, Set<String>, Set<String>) - Method in interface net.sf.ehcache.management.service.EntityResourceFactoryV2
A factory method for CacheStatisticSampleEntityV2 objects.
createOrUpdateCache(UriInfo, CacheEntityV2) - Method in class net.sf.ehcache.management.resource.services.CachesResourceServiceImplV2
Create or update a cache with the name specified in the request path, for a specific agent and cache manager.
createOrUpdateCache(String, String, CacheEntityV2) - Method in interface net.sf.ehcache.management.service.CacheServiceV2
Create or update a cache represented by the submitted entity.

D

deleteElements(UriInfo) - Method in class net.sf.ehcache.management.resource.services.ElementsResourceServiceImplV2
Remove elements from the cache.

E

ElementEntityV2 - Class in net.sf.ehcache.management.resource
 
ElementEntityV2() - Constructor for class net.sf.ehcache.management.resource.ElementEntityV2
 
ElementsResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
A resource service interface for implementations interacting with cache elements.
ElementsResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.ElementsResourceServiceImplV2
 
EntityResourceFactoryV2 - Interface in net.sf.ehcache.management.service
A factory interface for resources related to Ehcache.
executeQuery(UriInfo) - Method in class net.sf.ehcache.management.resource.services.QueryResourceServiceImplV2
 
executeQuery(String, String) - Method in interface net.sf.ehcache.management.service.CacheManagerServiceV2
Execute query against cache manager and returns results array

G

getAttributes() - Method in class net.sf.ehcache.management.resource.CacheEntityV2
 
getAttributes() - Method in class net.sf.ehcache.management.resource.CacheManagerEntityV2
 
getCacheConfigs(UriInfo) - Method in class net.sf.ehcache.management.resource.services.CacheConfigsResourceServiceImplV2
Get a Collection of CacheConfigEntityV2 objects representing the cache manager configuration information provided by the associated monitorable entity's agent given the request path.
getCacheManagerConfigs(UriInfo) - Method in class net.sf.ehcache.management.resource.services.CacheManagerConfigsResourceServiceImplV2
Get a Collection of CacheManagerConfigEntityV2 objects representing the cache manager configuration information provided by the associated monitorable entity's agent given the request path.
getCacheManagerName() - Method in class net.sf.ehcache.management.resource.AbstractCacheEntityV2
 
getCacheManagerName() - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
getCacheManagerName() - Method in class net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
 
getCacheManagers(UriInfo) - Method in class net.sf.ehcache.management.resource.services.CacheManagersResourceServiceImplV2
Get a Collection of CacheManagerEntityV2 objects representing the cache manager information provided by the associated monitorable entity's agent given the request path.
getCacheName() - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
getCacheName() - Method in class net.sf.ehcache.management.resource.ElementEntityV2
 
getCaches(UriInfo) - Method in class net.sf.ehcache.management.resource.services.CachesResourceServiceImplV2
Get a Collection of CacheEntityV2 objects representing the cache information provided by the associated monitorable entity's agent given the request path.
getCacheStatisticSamples(UriInfo) - Method in class net.sf.ehcache.management.resource.services.CacheStatisticSamplesResourceServiceImplV2
 
getData() - Method in class net.sf.ehcache.management.resource.QueryResultsEntityV2
 
getName() - Method in class net.sf.ehcache.management.resource.AbstractCacheEntityV2
 
getName() - Method in class net.sf.ehcache.management.resource.CacheManagerEntityV2
 
getName() - Method in class net.sf.ehcache.management.resource.QueryResultsEntityV2
 
getStatName() - Method in class net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
 
getStatValueByTimeMillis() - Method in class net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
 
getXml() - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
getXml() - Method in class net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
 

N

net.sf.ehcache.management.resource - package net.sf.ehcache.management.resource
 
net.sf.ehcache.management.resource.services - package net.sf.ehcache.management.resource.services
 
net.sf.ehcache.management.service - package net.sf.ehcache.management.service
 

Q

QueryResourceServiceImplV2 - Class in net.sf.ehcache.management.resource.services
An implementation of QueryResourceService.
QueryResourceServiceImplV2() - Constructor for class net.sf.ehcache.management.resource.services.QueryResourceServiceImplV2
 
QueryResultsEntityV2 - Class in net.sf.ehcache.management.resource
A VersionedEntity representing query results.
QueryResultsEntityV2() - Constructor for class net.sf.ehcache.management.resource.QueryResultsEntityV2
 

S

setCacheManagerName(String) - Method in class net.sf.ehcache.management.resource.AbstractCacheEntityV2
 
setCacheManagerName(String) - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
setCacheManagerName(String) - Method in class net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
 
setCacheName(String) - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
setCacheName(String) - Method in class net.sf.ehcache.management.resource.ElementEntityV2
 
setData(Object[][]) - Method in class net.sf.ehcache.management.resource.QueryResultsEntityV2
 
setName(String) - Method in class net.sf.ehcache.management.resource.AbstractCacheEntityV2
 
setName(String) - Method in class net.sf.ehcache.management.resource.CacheManagerEntityV2
 
setName(String) - Method in class net.sf.ehcache.management.resource.QueryResultsEntityV2
 
setStatName(String) - Method in class net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
 
setStatValueByTimeMillis(Map<Long, Long>) - Method in class net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
 
setXml(String) - Method in class net.sf.ehcache.management.resource.CacheConfigEntityV2
 
setXml(String) - Method in class net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
 

U

updateCacheManager(UriInfo, CacheManagerEntityV2) - Method in class net.sf.ehcache.management.resource.services.CacheManagersResourceServiceImplV2
Update a cache manager with the name specified in the request path, for a specific agent.
updateCacheManager(String, CacheManagerEntityV2) - Method in interface net.sf.ehcache.management.service.CacheManagerServiceV2
Update a cache manager represented by the submitted entity.

A C D E G N Q S U

Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.