Class ForStDBMapCheckRequest<K,N,V>

java.lang.Object
org.apache.flink.state.forst.ForStDBGetRequest<K,N,V,Boolean>
org.apache.flink.state.forst.ForStDBMapCheckRequest<K,N,V>
Type Parameters:
K - The type of key in map check request.
N - The type of namespace in map check request.
V - The type of value in map check request.

public class ForStDBMapCheckRequest<K,N,V> extends ForStDBGetRequest<K,N,V,Boolean>
The Map#isEmpty() and Map#contains() request for ForStDB.