Index
All Classes and Interfaces|All Packages|Serialized Form
C
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.tasks.impl.LifecycleCallbacks
- construct(String) - Method in class org.infinispan.tasks.impl.TaskManagerFactory
G
- getCurrentTasks() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getCurrentTasks() - Method in interface org.infinispan.tasks.TaskManager
-
Retrieves the currently executing tasks.
- getEngines() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getEngines() - Method in interface org.infinispan.tasks.TaskManager
-
Retrieves the installed task engines
- getLoggingLocale() - Method in class org.infinispan.tasks.logging.Log_$logger
- getLoggingLocale() - Method in class org.infinispan.tasks.logging.Messages_$bundle
- getModuleName() - Method in class org.infinispan.tasks.impl.TasksModuleImpl
- getName() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getName() - Method in interface org.infinispan.tasks.spi.TaskEngine
-
Returns the name of the engine
- getName() - Method in interface org.infinispan.tasks.TaskExecution
-
Returns the name of the task
- getOptionalDependencies() - Method in class org.infinispan.tasks.impl.TasksModuleImpl
- getRequiredDependencies() - Method in class org.infinispan.tasks.impl.TasksModuleImpl
- getStart() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getStart() - Method in interface org.infinispan.tasks.TaskExecution
-
Returns the time when the task was started
- getTasks() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getTasks() - Method in interface org.infinispan.tasks.spi.TaskEngine
-
Returns the list of tasks managed by this engine
- getTasks() - Method in interface org.infinispan.tasks.TaskManager
-
Retrieves the list of all available tasks
- getTasksAsync() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getTasksAsync() - Method in interface org.infinispan.tasks.spi.NonBlockingTaskEngine
-
Returns the list of tasks managed by this engine.
- getTasksAsync() - Method in interface org.infinispan.tasks.TaskManager
-
Same as
TaskManager.getTasks()except that the tasks are returned in a non blocking fashion. - getUserTasks() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getUserTasks() - Method in interface org.infinispan.tasks.TaskManager
- getUserTasksAsync() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- getUserTasksAsync() - Method in interface org.infinispan.tasks.TaskManager
-
Same as
TaskManager.getTasks()except that the user tasks are returned in a non - getUUID() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getWhat() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getWhat() - Method in interface org.infinispan.tasks.TaskExecution
-
An optional context to which the task was applied.
- getWhere() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getWhere() - Method in interface org.infinispan.tasks.TaskExecution
-
The node/address where the task was initiated
- getWho() - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- getWho() - Method in interface org.infinispan.tasks.TaskExecution
-
An optional name of the principal who has executed this task.
H
- handles(String) - Method in interface org.infinispan.tasks.spi.TaskEngine
-
Returns whether this task engine knows about a specified named task
- handlesAsync(String) - Method in interface org.infinispan.tasks.spi.NonBlockingTaskEngine
-
Returns whether this task engine knows about a specified named task.
I
- INSTANCE - Static variable in class org.infinispan.tasks.logging.Messages_$bundle
L
- LifecycleCallbacks - Class in org.infinispan.tasks.impl
-
LifecycleCallbacks.
- LifecycleCallbacks() - Constructor for class org.infinispan.tasks.impl.LifecycleCallbacks
- Log - Interface in org.infinispan.tasks.logging
-
Log abstraction for the Tasks module.
- Log_$logger - Class in org.infinispan.tasks.logging
-
Warning this class consists of generated code.
- Log_$logger(Logger) - Constructor for class org.infinispan.tasks.logging.Log_$logger
M
- Messages - Interface in org.infinispan.tasks.logging
-
Messages for the tasks module
- MESSAGES - Static variable in interface org.infinispan.tasks.logging.Messages
- Messages_$bundle - Class in org.infinispan.tasks.logging
-
Warning this class consists of generated code.
- Messages_$bundle() - Constructor for class org.infinispan.tasks.logging.Messages_$bundle
N
- newModuleLifecycle() - Method in class org.infinispan.tasks.impl.TasksModuleImpl
- NonBlockingTaskEngine - Interface in org.infinispan.tasks.spi
-
Extends the
TaskEngineinterface to include additional methods allowing a task engine to have non blocking methods where as the mirrored methods onTaskEnginewould block the invoking thread.
O
- org.infinispan.tasks - package org.infinispan.tasks
-
Classes and interfaces related to task execution
- org.infinispan.tasks.impl - package org.infinispan.tasks.impl
-
Implementation of tasks management and execution
- org.infinispan.tasks.logging - package org.infinispan.tasks.logging
- org.infinispan.tasks.spi - package org.infinispan.tasks.spi
R
- readObject(ObjectInput) - Method in class org.infinispan.tasks.impl.TaskExecutionImplExternalizer
- readResolve() - Method in class org.infinispan.tasks.logging.Messages_$bundle
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Method in class org.infinispan.tasks.impl.TasksModuleImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.tasks.impl.TasksPackageImpl
- registerTaskEngine(TaskEngine) - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- registerTaskEngine(TaskEngine) - Method in interface org.infinispan.tasks.TaskManager
-
Registers a new
TaskEngine - runTask(String, TaskContext) - Method in class org.infinispan.tasks.impl.TaskManagerImpl
- runTask(String, TaskContext) - Method in interface org.infinispan.tasks.TaskManager
-
Executes the named task, passing an optional cache and a map of named parameters.
- runTask(String, TaskContext, BlockingManager) - Method in interface org.infinispan.tasks.spi.TaskEngine
-
Executes the named task on the specified cache, passing a map of named parameters.
S
- setStart(Instant) - Method in class org.infinispan.tasks.impl.TaskExecutionImpl
- start() - Method in class org.infinispan.tasks.impl.TaskManagerImpl
T
- TaskEngine - Interface in org.infinispan.tasks.spi
-
TaskEngine.
- TaskExecution - Interface in org.infinispan.tasks
-
TaskExecution.
- TaskExecutionImpl - Class in org.infinispan.tasks.impl
-
TaskExecutionImpl.
- TaskExecutionImpl(String, String, Optional<String>, TaskContext) - Constructor for class org.infinispan.tasks.impl.TaskExecutionImpl
- TaskExecutionImplExternalizer - Class in org.infinispan.tasks.impl
-
TaskEventImplExternalizer.
- TaskExecutionImplExternalizer() - Constructor for class org.infinispan.tasks.impl.TaskExecutionImplExternalizer
- taskFailure(String) - Method in class org.infinispan.tasks.logging.Messages_$bundle
- taskFailure(String) - Method in interface org.infinispan.tasks.logging.Messages
- taskFailure$str() - Method in class org.infinispan.tasks.logging.Messages_$bundle
- TaskManager - Interface in org.infinispan.tasks
-
TaskManager.
- TaskManagerFactory - Class in org.infinispan.tasks.impl
- TaskManagerFactory() - Constructor for class org.infinispan.tasks.impl.TaskManagerFactory
- TaskManagerImpl - Class in org.infinispan.tasks.impl
-
TaskManagerImpl.
- TaskManagerImpl() - Constructor for class org.infinispan.tasks.impl.TaskManagerImpl
- TasksModuleImpl - Class in org.infinispan.tasks.impl
- TasksModuleImpl() - Constructor for class org.infinispan.tasks.impl.TasksModuleImpl
- TasksPackageImpl - Class in org.infinispan.tasks.impl
- TasksPackageImpl() - Constructor for class org.infinispan.tasks.impl.TasksPackageImpl
- taskSuccess(String) - Method in class org.infinispan.tasks.logging.Messages_$bundle
- taskSuccess(String) - Method in interface org.infinispan.tasks.logging.Messages
- taskSuccess$str() - Method in class org.infinispan.tasks.logging.Messages_$bundle
U
- unknownTask(String) - Method in class org.infinispan.tasks.logging.Log_$logger
- unknownTask(String) - Method in interface org.infinispan.tasks.logging.Log
- unknownTask$str() - Method in class org.infinispan.tasks.logging.Log_$logger
W
- writeObject(ObjectOutput, TaskExecutionImpl) - Method in class org.infinispan.tasks.impl.TaskExecutionImplExternalizer
All Classes and Interfaces|All Packages|Serialized Form