Class ForStDBMultiRawMergePutRequest<K,N,V>

java.lang.Object
org.apache.flink.state.forst.ForStDBPutRequest<K,N,V>
org.apache.flink.state.forst.ForStDBMultiRawMergePutRequest<K,N,V>
Type Parameters:
K - The type of key in put access request.
N - The type of namespace in put access request.
V - The type of value in put access request.

public class ForStDBMultiRawMergePutRequest<K,N,V> extends ForStDBPutRequest<K,N,V>
The Put access request for ForStDB.