Searched refs:hasBeginPrepare (Results 1 – 2 of 2) sorted by relevance
137 public boolean hasBeginPrepare() { in hasBeginPrepare() method in WriteBatch138 return hasBeginPrepare(nativeHandle_); in hasBeginPrepare()275 private native boolean hasBeginPrepare(final long nativeHandle); in hasBeginPrepare() method in WriteBatch
436 assertThat(batch.hasBeginPrepare()).isFalse(); in hasBeginPrepareRange()