| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
StateDescriptor.Type |
MapStateDescriptor.getType() |
StateDescriptor.Type |
FoldingStateDescriptor.getType()
Deprecated.
|
abstract StateDescriptor.Type |
StateDescriptor.getType() |
StateDescriptor.Type |
ListStateDescriptor.getType() |
StateDescriptor.Type |
ValueStateDescriptor.getType() |
StateDescriptor.Type |
AggregatingStateDescriptor.getType() |
StateDescriptor.Type |
ReducingStateDescriptor.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–2018 The Apache Software Foundation. All rights reserved.