K
- The type of key in put access request.V
- The type of value in put access request.public class ForStDBPutRequest<K,V> extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
buildSerializedKey() |
byte[] |
buildSerializedValue() |
void |
completeStateFuture() |
void |
completeStateFutureExceptionally(String message,
Throwable ex) |
org.rocksdb.ColumnFamilyHandle |
getColumnFamilyHandle() |
boolean |
valueIsNull() |
public boolean valueIsNull()
public org.rocksdb.ColumnFamilyHandle getColumnFamilyHandle()
public byte[] buildSerializedKey() throws IOException
IOException
public byte[] buildSerializedValue() throws IOException
IOException
public void completeStateFuture()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.