Package org.apache.flink.state.forst
Class ForStDBGetRequest<K,N,V,R>
java.lang.Object
org.apache.flink.state.forst.ForStDBGetRequest<K,N,V,R>
- Type Parameters:
K- The type of key in get access request.N- The type of namespace in put access request.V- The type of value returned by get request.R- The type of returned value in state future.
- Direct Known Subclasses:
ForStDBListGetRequest,ForStDBMapCheckRequest,ForStDBRawGetRequest,ForStDBSingleGetRequest
The Get access request for ForStDB.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]abstract voidcompleteStateFuture(byte[] bytesValue) voidcompleteStateFutureExceptionally(String message, Throwable ex) org.forstdb.ColumnFamilyHandlevoidprocess(org.forstdb.RocksDB db)
-
Method Details
-
process
- Throws:
IOExceptionorg.forstdb.RocksDBException
-
buildSerializedKey
- Throws:
IOException
-
getColumnFamilyHandle
public org.forstdb.ColumnFamilyHandle getColumnFamilyHandle() -
completeStateFuture
- Throws:
IOException
-
completeStateFutureExceptionally
-