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 org.apache.flink.state.changelog org.apache.flink.state.changelog.restore org.apache.flink.state.forst.sync org.apache.flink.state.rocksdb org.apache.flink.table.runtime.dataview org.apache.flink.table.runtime.operators.window.groupwindow.operator org.apache.flink.table.runtime.operators.window.tvf.state -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.query Class Description InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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 TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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 TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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 theAppendingState
in the internal state type hierarchy.InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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 theMergingState
in the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.runtime.state.metrics Class Description InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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 theAggregatingState
in the internal state type hierarchy.InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being the root of the public API state hierarchy.InternalListState The peer to theListState
in the internal state type hierarchy.InternalMapState The peer to theMapState
in the internal state type hierarchy.InternalMergingState The peer to theMergingState
in the internal state type hierarchy.InternalReducingState The peer to theReducingState
in the internal state type hierarchy.InternalValueState The peer to theValueState
in the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.state.changelog Class Description InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being the root of the public API state hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.state.changelog.restore Class Description InternalAggregatingState The peer to theAggregatingState
in the internal state type hierarchy.InternalListState The peer to theListState
in the internal state type hierarchy.InternalMapState The peer to theMapState
in the internal state type hierarchy.InternalReducingState The peer to theReducingState
in the internal state type hierarchy.InternalValueState The peer to theValueState
in the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.state.forst.sync Class Description InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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.state.rocksdb Class Description InternalKvState TheInternalKvState
is the root of the internal state type hierarchy, similar to theState
being 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.table.runtime.dataview Class Description InternalListState The peer to theListState
in the internal state type hierarchy.InternalMapState The peer to theMapState
in the internal state type hierarchy.InternalValueState The peer to theValueState
in the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.table.runtime.operators.window.groupwindow.operator Class Description InternalValueState The peer to theValueState
in the internal state type hierarchy. -
Classes in org.apache.flink.runtime.state.internal used by org.apache.flink.table.runtime.operators.window.tvf.state Class Description InternalListState The peer to theListState
in the internal state type hierarchy.InternalMapState The peer to theMapState
in the internal state type hierarchy.InternalValueState The peer to theValueState
in the internal state type hierarchy.