Uses of Interface
org.apache.flink.runtime.state.heap.LevelIndexHeader
-
Packages that use LevelIndexHeader Package Description 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. -
-
Uses of LevelIndexHeader in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement LevelIndexHeader Modifier and Type Class Description class
OnHeapLevelIndexHeader
Implementation ofLevelIndexHeader
which stores index on heap.
-