All Classes and Interfaces
Class
Description
Base class that provides automatic
@Action annotation dispatch for
CallableByActionName implementors running on the JVM.Interface for accumulating results from multiple sources.
A result entry in an accumulator.
Marks a method as callable by action name from workflow YAML.
Compile-time annotation processor for @Action annotation.
Utility class for parsing arguments in
Action-annotated methods.Unified accessor for action arguments.
SPI interface for registering base classes that support the
Action annotation.Reflection-based dispatch helper for
@Action-annotated methods.Represents the result of executing an action on an actor.
Message protocol for distributed actor invocation.
Service provider interface for plugin-based actor registration.
A reference to an actor that provides messaging capabilities and lifecycle management.
A lightweight actor system implementation that manages actor lifecycles and thread pools.
Builder class for creating ActorSystem instances with custom configurations.
A type-safe key for storing named attributes on an ActorRef.
An accumulator that buffers results and outputs them on getSummary().
A single result entry.
Interface for actors that can be invoked dynamically by action name strings.
Extends a local
ActorSystem with distributed capabilities.Dynamic actor loader for runtime-extensible actor system.
A WorkerPool implementation that wraps ForkJoinPool (work-stealing executor).
Node discovery implementation for Grid Engine (SGE/UGE/OGE).
HTTP server that receives actor invocation requests from remote nodes
and dispatches them to the local
ActorSystem.HTTP-based transport for inter-node actor communication.
An accumulator that outputs results in JSON format.
JSON state container with XPath-style path accessor.
Node discovery implementation for Kubernetes StatefulSets.
Server-side component that receives actor messages from Kafka and dispatches
them to the local
ActorSystem.Kafka-based transport for inter-node actor communication.
A managed thread pool for CPU-intensive tasks in POJO-actor.
Interface for node discovery in distributed actor systems.
Factory for automatic node discovery based on runtime environment.
Information about a node in the distributed actor system.
Reference to an actor hosted on a remote node.
A scheduler for periodic task execution with ActorRef.
Node discovery implementation for Slurm workload manager.
An accumulator that outputs results immediately as they are added.
An accumulator that formats results as a table.
Abstraction over the network transport used for inter-node actor communication.
Javadoc doclet that generates META-INF/turing-plugin.json from @Action annotated methods.
Extension of ExecutorService that adds per-actor job management.