| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
StateDescriptor.Type |
ReducingStateDescriptor.getType() |
abstract StateDescriptor.Type |
StateDescriptor.getType()
Return the specific
Type of described state. |
StateDescriptor.Type |
ListStateDescriptor.getType() |
StateDescriptor.Type |
MapStateDescriptor.getType() |
StateDescriptor.Type |
ValueStateDescriptor.getType() |
StateDescriptor.Type |
AggregatingStateDescriptor.getType() |
static StateDescriptor.Type |
StateDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateDescriptor.Type[] |
StateDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.