Uses of Class
org.apache.flink.runtime.query.KvStateEntry
-
Packages that use KvStateEntry Package Description org.apache.flink.runtime.query -
-
Uses of KvStateEntry in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateEntry Modifier and Type Method Description KvStateEntry<?,?,?>KvStateRegistry. getKvState(org.apache.flink.queryablestate.KvStateID kvStateId)Returns theKvStateEntrycontaining the requested instance as identified by the given KvStateID, along with itsKvStateInfoornullif none is registered.
-