Package org.apache.flink.state.forst
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.
The Put access request for ForStDB.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ForStDBWriteBatchWrapper writeBatchWrapper, org.forstdb.RocksDB db) Methods inherited from class org.apache.flink.state.forst.ForStDBPutRequest
buildSerializedKey, buildSerializedValue, completeStateFuture, completeStateFutureExceptionally, getColumnFamilyHandle, valueIsNull
-
Method Details
-
process
public void process(ForStDBWriteBatchWrapper writeBatchWrapper, org.forstdb.RocksDB db) throws IOException, org.forstdb.RocksDBException - Overrides:
processin classForStDBPutRequest<K,N, V> - Throws:
IOExceptionorg.forstdb.RocksDBException
-