Uses of Interface
org.infinispan.tasks.spi.TaskEngine
Packages that use TaskEngine
Package
Description
Classes and interfaces related to task execution
Implementation of tasks management and execution
-
Uses of TaskEngine in org.infinispan.tasks
Methods in org.infinispan.tasks that return types with arguments of type TaskEngineMethods in org.infinispan.tasks with parameters of type TaskEngineModifier and TypeMethodDescriptionvoidTaskManager.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 TaskEngineMethods in org.infinispan.tasks.impl with parameters of type TaskEngine -
Uses of TaskEngine in org.infinispan.tasks.spi
Subinterfaces of TaskEngine in org.infinispan.tasks.spiModifier and TypeInterfaceDescriptioninterfaceExtends theTaskEngineinterface to include additional methods allowing a task engine to have non blocking methods where as the mirrored methods onTaskEnginewould block the invoking thread.