Class ForStDBBunchPutRequest<K,N,UK,UV>

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

public class ForStDBBunchPutRequest<K,N,UK,UV> extends ForStDBPutRequest<K,N,Map<UK,UV>>
The Bunch Put access request for ForStDB.