Searched refs:hasDelete (Results 1 – 2 of 2) sorted by relevance
101 public boolean hasDelete() { in hasDelete() method in WriteBatch102 return hasDelete(nativeHandle_); in hasDelete()271 private native boolean hasDelete(final long nativeHandle); in hasDelete() method in WriteBatch
401 public void hasDelete() throws RocksDBException { in hasDelete() method in WriteBatchTest403 assertThat(batch.hasDelete()).isFalse(); in hasDelete()407 assertThat(batch.hasDelete()).isTrue(); in hasDelete()