Home
last modified time | relevance | path

Searched defs:hasPut (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java92 public boolean hasPut() { in hasPut() method in WriteBatch
270 private native boolean hasPut(final long nativeHandle); in hasPut() method in WriteBatch
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchTest.java390 public void hasPut() throws RocksDBException { in hasPut() method in WriteBatchTest