Uses of Interface
org.infinispan.tasks.spi.TaskEngine
-
Packages that use TaskEngine Package Description org.infinispan.tasks Classes and interfaces related to task executionorg.infinispan.tasks.impl Implementation of tasks management and executionorg.infinispan.tasks.spi -
-
Uses of TaskEngine in org.infinispan.tasks
Methods in org.infinispan.tasks that return types with arguments of type TaskEngine Modifier and Type Method Description List<TaskEngine>TaskManager. getEngines()Retrieves the installed task enginesMethods in org.infinispan.tasks with parameters of type TaskEngine Modifier and Type Method Description voidTaskManager. registerTaskEngine(TaskEngine taskEngine)Registers a newTaskEngine -
Uses of TaskEngine in org.infinispan.tasks.impl
Methods in org.infinispan.tasks.impl that return types with arguments of type TaskEngine Modifier and Type Method Description List<TaskEngine>TaskManagerImpl. getEngines()Methods in org.infinispan.tasks.impl with parameters of type TaskEngine Modifier and Type Method Description voidTaskManagerImpl. registerTaskEngine(TaskEngine engine) -
Uses of TaskEngine in org.infinispan.tasks.spi
Subinterfaces of TaskEngine in org.infinispan.tasks.spi Modifier and Type Interface Description interfaceNonBlockingTaskEngineExtends theTaskEngineinterface to include additional methods allowing a task engine to have non blocking methods where as the mirrored methods onTaskEnginewould block the invoking thread.
-