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 -
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.