Class ForStDBGetRequest<K,​V>

  • Type Parameters:
    K - The type of key in get access request.
    V - The type of value returned by get request.

    public class ForStDBGetRequest<K,​V>
    extends Object
    The Get access request for ForStDB.
    • Method Detail

      • getColumnFamilyHandle

        public org.rocksdb.ColumnFamilyHandle getColumnFamilyHandle()
      • completeStateFuture

        public void completeStateFuture​(byte[] bytesValue)
                                 throws IOException
        Throws:
        IOException
      • completeStateFutureExceptionally

        public void completeStateFutureExceptionally​(String message,
                                                     Throwable ex)