Package org.infinispan.server.core.admin.embeddedserver
package org.infinispan.server.core.admin.embeddedserver
-
ClassDescriptionAdmin operation to (re)-assign an alias to a cache Parameters: name the name of the cache to which the alias should be assigned alias the name of the alias flags unusedAdmin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.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.Admin operation to obtain a list of cachesAdmin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedAdmin operation to remove a cache Parameters: name the name of the cache to remove flagsAdministrative operation to update a specific configuration attribute for a given cache with the following parameters: Parameters: name specifies the cache for which its configuration attribute will be updated. attribute the path of the attribute we want to change, e.g.Administrative operation to update the index schema for a cache with the following parameters: Parameters: name specifies the cache for which its index schema will be updated. flags unusedEmbeddedServerAdminOperationHandler is an implementation of
AdminOperationsHandler
which usesCacheContainerAdmin
to apply changes to the cache manager configuration* Admin operation to create a template * Parameters: * * name the name of the template to create * configuration the XML configuration to use * flags any flags, e.g.Admin operation to obtain a list of caches* Admin operation to remove a template * Parameters: * * name the name of the template to remove * flags any flags, e.g.