Interface | Description |
---|---|
AddressScopedStorage |
An
AddressScopedStorage is used for reading and writing persistent values that is managed
by Stateful Functions for fault-tolerance and consistency. |
Context | |
StatefulFunction |
A
StatefulFunction is a user-defined function that can be invoked with a given input. |
Class | Description |
---|---|
Address |
An
Address is the unique identity of an individual StatefulFunction , containing
of the function's TypeName and an unique identifier within the type. |
ApiExtension | |
Expiration |
State Expiration Configuration
|
StatefulFunctions |
A registry for multiple
StatefulFunction s. |
StatefulFunctionSpec |
Specification for a
StatefulFunction , identifiable by a unique TypeName . |
StatefulFunctionSpec.Builder |
Builder for a
StatefulFunctionSpec . |
TypeName |
A
TypeName is used to uniquely identify objects within a Stateful Functions application,
including functions, egresses, and types. |
ValueSpec<T> |
A
ValueSpec identifies a registered persistent value of a function, which will be managed
by the Stateful Functions runtime for consistency and fault-tolerance. |
ValueSpec.Untyped |
Enum | Description |
---|---|
Expiration.Mode |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.