Searched defs:putLogData (Results 1 – 8 of 8) sorted by relevance
258 void putLogData(byte[] blob) throws RocksDBException; in putLogData() method
127 public void putLogData(byte[] blob) throws RocksDBException { in putLogData() method in AbstractWriteBatch202 abstract void putLogData(final long handle, final byte[] blob, in putLogData() method in AbstractWriteBatch
288 @Override final native void putLogData(final long handle, final byte[] blob, in putLogData() method in WriteBatchWithIndex
254 @Override final native void putLogData(final long handle, in putLogData() method in WriteBatch
1442 public void putLogData(final byte[] blob) { in putLogData() method in Transaction1985 private native void putLogData(final long handle, final byte[] blob, in putLogData() method in Transaction
643 public void putLogData() throws RocksDBException { in putLogData() method in AbstractTransactionTest
446 auto putLogData = [&wb](ROCKSDB_NAMESPACE::Slice blob) { in Java_org_rocksdb_WriteBatch_putLogData() local
387 auto putLogData = [&wbwi](ROCKSDB_NAMESPACE::Slice blob) { in Java_org_rocksdb_WriteBatchWithIndex_putLogData() local