Uses of Interface
org.infinispan.tasks.TaskExecution
-
Packages that use TaskExecution Package Description org.infinispan.tasks Classes and interfaces related to task executionorg.infinispan.tasks.impl Implementation of tasks management and execution -
-
Uses of TaskExecution in org.infinispan.tasks
Methods in org.infinispan.tasks that return types with arguments of type TaskExecution Modifier and Type Method Description List<TaskExecution>TaskManager. getCurrentTasks()Retrieves the currently executing tasks. -
Uses of TaskExecution in org.infinispan.tasks.impl
Classes in org.infinispan.tasks.impl that implement TaskExecution Modifier and Type Class Description classTaskExecutionImplTaskExecutionImpl.Methods in org.infinispan.tasks.impl that return types with arguments of type TaskExecution Modifier and Type Method Description List<TaskExecution>TaskManagerImpl. getCurrentTasks()
-