Class ForStDBSingleGetRequest<K,N,V>

java.lang.Object
org.apache.flink.state.forst.ForStDBGetRequest<K,N,V,V>
org.apache.flink.state.forst.ForStDBSingleGetRequest<K,N,V>
Type Parameters:
K - The type of key in get access request.
V - The type of value returned by get request.

public class ForStDBSingleGetRequest<K,N,V> extends ForStDBGetRequest<K,N,V,V>
The Get access request for ForStDB.