Uses of Package
org.apache.flink.state.api.runtime
-
Packages that use org.apache.flink.state.api.runtime Package Description org.apache.flink.state.api.input.operator org.apache.flink.state.api.runtime org.apache.flink.state.api.runtime.metadata -
Classes in org.apache.flink.state.api.runtime used by org.apache.flink.state.api.input.operator Class Description SavepointRuntimeContext A streamingRuntimeContext
which delegates to the underlying batchRuntimeContext
along with a specifiedKeyedStateStore
. -
Classes in org.apache.flink.state.api.runtime used by org.apache.flink.state.api.runtime Class Description SavepointEnvironment A minimally implementedEnvironment
that provides the functionality required to run thestate-processor-api
.SavepointEnvironment.Builder SavepointEnvironment
builder.VoidTriggerable ATriggerable
that does nothing. -
Classes in org.apache.flink.state.api.runtime used by org.apache.flink.state.api.runtime.metadata Class Description StateBootstrapTransformationWithID A simple container class that represents a newly bootstrapped operator state within savepoints.