Searched refs:hasEndPrepare (Results 1 – 2 of 2) sorted by relevance
146 public boolean hasEndPrepare() { in hasEndPrepare() method in WriteBatch147 return hasEndPrepare(nativeHandle_); in hasEndPrepare()276 private native boolean hasEndPrepare(final long nativeHandle); in hasEndPrepare() method in WriteBatch
443 assertThat(batch.hasEndPrepare()).isFalse(); in hasEndPrepareRange()