Uses of Package
org.apache.flink.runtime.state.internal
-
Packages that use org.apache.flink.runtime.state.internal Package Description org.apache.flink.runtime.query org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.runtime.state.internal This package holds the classes of the internal state type hierarchy.org.apache.flink.runtime.state.metrics org.apache.flink.runtime.state.v2.adaptor -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.query Class Description InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state Class Description InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state.heap Class Description InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy.InternalKvState.StateIncrementalVisitor The state entry visitor which supports remove and update of the last returned entries. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state.internal Class Description InternalAppendingState The peer to theAppendingStatein the internal state type hierarchy.InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy.InternalKvState.StateIncrementalVisitor The state entry visitor which supports remove and update of the last returned entries.InternalMergingState The peer to theMergingStatein the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state.metrics Class Description InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state.v2.adaptor Class Description InternalAggregatingState The peer to theAggregatingStatein the internal state type hierarchy.InternalKvState TheInternalKvStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy.InternalListState The peer to theListStatein the internal state type hierarchy.InternalMapState The peer to theMapStatein the internal state type hierarchy.InternalMergingState The peer to theMergingStatein the internal state type hierarchy.InternalReducingState The peer to theReducingStatein the internal state type hierarchy.InternalValueState The peer to theValueStatein the internal state type hierarchy.