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 theKvStateEntry
containing the requested instance as identified by the given KvStateID, along with itsKvStateInfo
ornull
if none is registered.
-