Searched refs:getWriteBatch (Results 1 – 8 of 8) sorted by relevance
157 public WriteBatch getWriteBatch() { in getWriteBatch() method in AbstractWriteBatch158 return getWriteBatch(nativeHandle_); in getWriteBatch()215 abstract WriteBatch getWriteBatch(final long handle); in getWriteBatch() method in AbstractWriteBatch
169 public WriteBatch getWriteBatch() { in getWriteBatch() method in WriteBatch193 WriteBatch getWriteBatch(final long handle) { in getWriteBatch() method in WriteBatch
1542 public WriteBatchWithIndex getWriteBatch() { in getWriteBatch() method in Transaction1545 new WriteBatchWithIndex(getWriteBatch(nativeHandle_)); in getWriteBatch()1994 private native long getWriteBatch(final long handle); in getWriteBatch() method in Transaction
304 WriteBatch getWriteBatch(); in getWriteBatch() method
296 @Override final native WriteBatch getWriteBatch(final long handle); in getWriteBatch() method in WriteBatchWithIndex
479 public void getWriteBatch() { in getWriteBatch() method in WriteBatchTest481 assertThat(batch.getWriteBatch()).isEqualTo(batch); in getWriteBatch()
441 public void getWriteBatch() { in getWriteBatch() method in WriteBatchWithIndexTest444 final WriteBatch wb = wbwi.getWriteBatch(); in getWriteBatch()
700 public void getWriteBatch() throws RocksDBException { in getWriteBatch() method in AbstractTransactionTest709 final WriteBatchWithIndex writeBatch = txn.getWriteBatch(); in getWriteBatch()