Uses of Class
org.infinispan.server.core.admin.AdminServerTask
Packages that use AdminServerTask
Package
Description
-
Uses of AdminServerTask in org.infinispan.server.core.admin
Constructors in org.infinispan.server.core.admin with parameters of type AdminServerTask -
Uses of AdminServerTask in org.infinispan.server.core.admin.embeddedserver
Subclasses of AdminServerTask in org.infinispan.server.core.admin.embeddedserverModifier and TypeClassDescriptionclassAdmin 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 unusedclassAdmin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.classAdmin 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.classAdmin operation to obtain a list of cachesclassAdmin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedclassAdmin operation to remove a cache Parameters: name the name of the cache to remove flagsclassAdministrative 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.classAdministrative 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 unusedclassAdmin 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.classAdmin operation to obtain a list of cachesclassAdmin operation to remove a template Parameters: name the name of the template to remove flags any flags, e.g.