Package | Description |
---|---|
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.state |
Modifier and Type | Method and Description |
---|---|
ChainedStateHandle<OperatorStateHandle> |
SubtaskState.getManagedOperatorState() |
ChainedStateHandle<OperatorStateHandle> |
SubtaskState.getRawOperatorState() |
Constructor and Description |
---|
SubtaskState(ChainedStateHandle<OperatorStateHandle> managedOperatorState,
ChainedStateHandle<OperatorStateHandle> rawOperatorState,
KeyedStateHandle managedKeyedState,
KeyedStateHandle rawKeyedState) |
SubtaskState(ChainedStateHandle<OperatorStateHandle> managedOperatorState,
ChainedStateHandle<OperatorStateHandle> rawOperatorState,
KeyedStateHandle managedKeyedState,
KeyedStateHandle rawKeyedState) |
Modifier and Type | Method and Description |
---|---|
static <T extends StateObject> |
ChainedStateHandle.wrapSingleHandle(T stateHandleToWrap) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ChainedStateHandle.isNullOrEmpty(ChainedStateHandle<?> chainedStateHandle) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.