Uses of Enum Class
software.amazon.lambda.durable.config.NestingType
Packages that use NestingType
-
Uses of NestingType in software.amazon.lambda.durable.config
Fields in software.amazon.lambda.durable.config declared as NestingTypeMethods in software.amazon.lambda.durable.config that return NestingTypeModifier and TypeMethodDescriptionMapConfig.nestingType()ParallelConfig.nestingType()static NestingTypeReturns the enum constant of this class with the specified name.static NestingType[]NestingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.config with parameters of type NestingTypeModifier and TypeMethodDescriptionMapConfig.Builder.nestingType(NestingType nestingType) Sets the nesting type for the map operation.ParallelConfig.Builder.nestingType(NestingType nestingType) Sets the nesting type for the parallel operation. -
Uses of NestingType in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type NestingTypeModifierConstructorDescriptionprotectedConcurrencyOperation(OperationIdentifier operationIdentifier, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContextImpl durableContext, int maxConcurrency, Integer minSuccessful, Integer toleratedFailureCount, NestingType nestingType)