public interface OperatorStateCarrier<T extends StateHandle<?>>
setInitialState(org.apache.flink.runtime.state.StateHandle) is used
to set the initial state of the operator, upon recovery.| Modifier and Type | Method and Description |
|---|---|
void |
setInitialState(T stateHandle)
Sets the initial state of the operator, upon recovery.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.