Searched refs:hasPut (Results 1 – 2 of 2) sorted by relevance
92 public boolean hasPut() { in hasPut() method in WriteBatch93 return hasPut(nativeHandle_); in hasPut()270 private native boolean hasPut(final long nativeHandle); in hasPut() method in WriteBatch
390 public void hasPut() throws RocksDBException { in hasPut() method in WriteBatchTest392 assertThat(batch.hasPut()).isFalse(); in hasPut()396 assertThat(batch.hasPut()).isTrue(); in hasPut()