| AggregatingStateDeclaration |
This represents a declaration of the aggregating state.
|
| AppendingState |
Base interface for partitioned state that supports adding elements and inspecting the current
state.
|
| BroadcastStateDeclaration |
This represents a declaration of the broadcast state.
|
| ListStateDeclaration |
This represents a declaration of the list state.
|
| ListStateDeclaration.RedistributionStrategy |
|
| MapStateDeclaration |
This represents a declaration of the map state.
|
| MergingState |
|
| ReadOnlyBroadcastState |
|
| ReducingStateDeclaration |
This represents a declaration of the reducing state.
|
| State |
Interface that different types of partitioned state must implement.
|
| StateDeclaration |
|
| StateDeclaration.RedistributionMode |
|
| StateDeclarations.AggregatingStateDeclarationBuilder |
|
| StateDeclarations.ListStateDeclarationBuilder |
|
| StateDeclarations.MapStateDeclarationBuilder |
|
| StateDeclarations.ReducingStateDeclarationBuilder |
|
| StateDeclarations.ValueStateDeclarationBuilder |
|
| ValueStateDeclaration |
This represents a declaration of the value state.
|