Uses of Class
software.amazon.lambda.durable.operation.BaseDurableOperation
Packages that use BaseDurableOperation
Package
Description
-
Uses of BaseDurableOperation in software.amazon.lambda.durable.execution
Methods in software.amazon.lambda.durable.execution with parameters of type BaseDurableOperationModifier and TypeMethodDescriptionvoidExecutionManager.registerOperation(BaseDurableOperation operation) Registers an operation so it can receive checkpoint completion notifications. -
Uses of BaseDurableOperation in software.amazon.lambda.durable.operation
Subclasses of BaseDurableOperation in software.amazon.lambda.durable.operationModifier and TypeClassDescriptionclassDurable operation for creating and waiting on external callbacks.classManages the lifecycle of a child execution context.classAbstract base class for concurrent execution of multiple child context operations.classInvokeOperation<T,I> Durable operation that invokes another Lambda function and waits for its result.classMapOperation<I,O> Executes a map operation: applies a function to each item in a collection concurrently, with each item running in its own child context.classManages parallel execution of multiple branches as child context operations.classBase class for all durable operations (STEP, WAIT, etc.).classDurable operation that executes a user-provided function with retry support.classDurable operation that periodically checks a user-supplied condition function, using a configurable wait strategy to determine polling intervals and termination.classDurable operation that suspends execution for a specified duration without consuming compute.Fields in software.amazon.lambda.durable.operation declared as BaseDurableOperationModifier and TypeFieldDescriptionprotected final BaseDurableOperationBaseDurableOperation.parentOperationFields in software.amazon.lambda.durable.operation with type parameters of type BaseDurableOperationModifier and TypeFieldDescriptionprotected final CompletableFuture<BaseDurableOperation>BaseDurableOperation.completionFutureMethods in software.amazon.lambda.durable.operation that return types with arguments of type BaseDurableOperationConstructors in software.amazon.lambda.durable.operation with parameters of type BaseDurableOperationModifierConstructorDescriptionprotectedBaseDurableOperation(OperationIdentifier operationIdentifier, DurableContextImpl durableContext, BaseDurableOperation parentOperation) Constructs a new durable operation.protectedSerializableDurableOperation(OperationIdentifier operationIdentifier, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContextImpl durableContext, BaseDurableOperation parentOperation)