Searched defs:getWriteBatch (Results 1 – 8 of 8) sorted by relevance
304 WriteBatch getWriteBatch(); in getWriteBatch() method
157 public WriteBatch getWriteBatch() { in getWriteBatch() method in AbstractWriteBatch215 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
296 @Override final native WriteBatch getWriteBatch(final long handle); in getWriteBatch() method in WriteBatchWithIndex
1542 public WriteBatchWithIndex getWriteBatch() { in getWriteBatch() method in Transaction1994 private native long getWriteBatch(final long handle); in getWriteBatch() method in Transaction
441 public void getWriteBatch() { in getWriteBatch() method in WriteBatchWithIndexTest
479 public void getWriteBatch() { in getWriteBatch() method in WriteBatchTest
700 public void getWriteBatch() throws RocksDBException { in getWriteBatch() method in AbstractTransactionTest