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.org.infinispan.tasks.spi -
-
Uses of Task in org.infinispan.server.core.admin
Classes in org.infinispan.server.core.admin that implement Task Modifier and Type Class Description classAdminServerTask<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 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 classCacheCreateTaskAdmin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.classCacheGetOrCreateTaskAdmin 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.classCacheNamesTaskAdmin operation to obtain a list of cachesclassCacheReindexTaskAdmin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedclassCacheRemoveTaskAdmin 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 interfaceServerTask<V>An interface for deployed server tasks.Methods in org.infinispan.tasks that return types with arguments of type Task Modifier and Type Method Description List<Task>TaskManager. getTasks()Retrieves the list of all available tasks -
Uses of Task in org.infinispan.tasks.spi
Methods in org.infinispan.tasks.spi that return types with arguments of type Task Modifier and Type Method Description List<Task>TaskEngine. getTasks()Returns the list of tasks managed by this engine
-