Package org.infinispan.server.core.admin.embeddedserver
-
Class Summary Class Description CacheCreateTask Admin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.CacheGetOrCreateTask Admin operation to create a cache Parameters: name the name of the cache to create template the name of the template to use configuration the XML configuration to use flags any flags, e.g.CacheNamesTask Admin operation to obtain a list of cachesCacheReindexTask Admin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedCacheRemoveTask Admin operation to remove a cache Parameters: name the name of the cache to remove flagsEmbeddedServerAdminOperationHandler EmbeddedServerAdminOperationHandler is an implementation ofAdminOperationsHandler
which usesCacheContainerAdmin
to apply changes to the cache manager configuration