| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.runtime | |
| org.apache.flink.state.api.runtime.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(BroadcastStateBootstrapFunction<T> processFunction)
Applies the given
BroadcastStateBootstrapFunction on the non-keyed input. |
BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(KeyedStateBootstrapFunction<K,T> processFunction)
Applies the given
KeyedStateBootstrapFunction on the keyed input. |
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(SavepointWriterOperatorFactory factory)
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(SavepointWriterOperatorFactory factory)
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(StateBootstrapFunction<T> processFunction)
Applies the given
StateBootstrapFunction on the non-keyed input. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> F |
WritableSavepoint.withOperator(String uid,
BootstrapTransformation<T> transformation)
Adds a new operator to the savepoint.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BootstrapTransformation<T> |
BootstrapTransformationWithID.getBootstrapTransformation() |
| 构造器和说明 |
|---|
BootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
BootstrapTransformation<T> bootstrapTransformation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SavepointMetadata.addOperator(String uid,
BootstrapTransformation<?> transformation) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.