Uses of Interface
org.infinispan.tasks.Task
Packages that use Task
Package
Description
Server tasks API.
-
Uses of Task in org.infinispan.server.core.admin
Classes in org.infinispan.server.core.admin that implement TaskMethods in org.infinispan.server.core.admin that return types with arguments of type Task -
Uses of Task in org.infinispan.server.core.admin.embeddedserver
Classes in org.infinispan.server.core.admin.embeddedserver that implement TaskModifier 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. -
Uses of Task in org.infinispan.server.resp.scripting
Methods in org.infinispan.server.resp.scripting that return types with arguments of type Task -
Uses of Task in org.infinispan.tasks
Subinterfaces of Task in org.infinispan.tasksModifier and TypeInterfaceDescriptioninterfaceServerTask<V>An interface representing a deployed server task.