Package org.apache.flink.runtime.query
Class KvStateEntry<K,N,V>
java.lang.Object
org.apache.flink.runtime.query.KvStateEntry<K,N,V>
- Type Parameters:
K- The type of key the state is associated toN- The type of the namespace the state is associated toV- The type of values kept internally in state
An entry holding the
InternalKvState along with its KvStateInfo.-
Constructor Details
-
KvStateEntry
-
-
Method Details
-
getState
-
getUserClassLoader
-
getInfoForCurrentThread
-
clear
public void clear() -
getCacheSize
@VisibleForTesting public int getCacheSize()
-