Searched refs:getContents (Results 1 – 1 of 1) sorted by relevance
112 assertThat(new String(getContents(batch), "US-ASCII")) in multipleBatchOperationsDirect()127 assertThat(getContents(b1).length).isEqualTo(0); in testAppendOperation()131 assertThat("Put(a, va)@200".equals(new String(getContents(b1), in testAppendOperation()139 .equals(new String(getContents(b1), UTF_8))); in testAppendOperation()147 .equals(new String(getContents(b1), UTF_8))); in testAppendOperation()169 .equals(new String(getContents(batch), UTF_8))); in blobOperation()485 static byte[] getContents(final WriteBatch wb) { in getContents() method in WriteBatchTest486 return getContents(wb.nativeHandle_); in getContents()501 private static native byte[] getContents(final long writeBatchHandle); in getContents() method in WriteBatchTest