Uses of Interface
org.infinispan.tasks.Task
-
Packages that use Task Package Description org.infinispan.server.core.admin org.infinispan.server.core.admin.embeddedserver org.infinispan.tasks Server tasks API. -
-
Uses of Task in org.infinispan.server.core.admin
Classes in org.infinispan.server.core.admin that implement Task Modifier and Type Class Description class
AdminServerTask<T>
Common base for admin server tasksMethods in org.infinispan.server.core.admin that return types with arguments of type Task Modifier and Type Method Description java.util.List<Task>
AdminOperationsHandler. getTasks()
-
Uses of Task in org.infinispan.server.core.admin.embeddedserver
Classes in org.infinispan.server.core.admin.embeddedserver that implement Task 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 -
Uses of Task in org.infinispan.tasks
Subinterfaces of Task in org.infinispan.tasks Modifier and Type Interface Description interface
ServerTask<V>
An interface for deployed server tasks.
-