Home
last modified time | relevance | path

Searched refs:hasDelete (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java101 public boolean hasDelete() { in hasDelete() method in WriteBatch
102 return hasDelete(nativeHandle_); in hasDelete()
271 private native boolean hasDelete(final long nativeHandle); in hasDelete() method in WriteBatch
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchTest.java401 public void hasDelete() throws RocksDBException { in hasDelete() method in WriteBatchTest
403 assertThat(batch.hasDelete()).isFalse(); in hasDelete()
407 assertThat(batch.hasDelete()).isTrue(); in hasDelete()