| Constructor and Description |
|---|
StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle,
Path downloadDestination) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle |
createLocalStateHandleForDownloadedState() |
Path |
getDownloadDestination() |
org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle |
getStateHandle() |
public StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle,
Path downloadDestination)
public org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle getStateHandle()
public Path getDownloadDestination()
public org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle createLocalStateHandleForDownloadedState()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.