Searched refs:maxBytes (Results 1 – 6 of 6) sorted by relevance
152 public void setMaxBytes(final long maxBytes) { in setMaxBytes() argument153 setMaxBytes(nativeHandle_, maxBytes); in setMaxBytes()213 abstract void setMaxBytes(final long handle, long maxBytes); in setMaxBytes() argument
297 void setMaxBytes(long maxBytes); in setMaxBytes() argument
295 final long maxBytes); in setMaxBytes() argument
261 final long maxBytes); in setMaxBytes() argument
334 public void maxBytes() throws RocksDBException { in maxBytes() method in WriteBatchTest
423 public void maxBytes() throws RocksDBException { in maxBytes() method in WriteBatchWithIndexTest