Uses of Class
org.infinispan.server.core.admin.AdminServerTask
-
Packages that use AdminServerTask Package Description org.infinispan.server.core.admin org.infinispan.server.core.admin.embeddedserver -
-
Uses of AdminServerTask in org.infinispan.server.core.admin
Constructors in org.infinispan.server.core.admin with parameters of type AdminServerTask Constructor Description AdminOperationsHandler(AdminServerTask<?>... tasks)
-
Uses of AdminServerTask in org.infinispan.server.core.admin.embeddedserver
Subclasses of AdminServerTask in org.infinispan.server.core.admin.embeddedserver Modifier and Type Class Description class
CacheCreateTask
Admin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.class
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.class
CacheNamesTask
Admin operation to obtain a list of cachesclass
CacheReindexTask
Admin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedclass
CacheRemoveTask
Admin operation to remove a cache Parameters: name the name of the cache to remove flags
-