Searched refs:seekForPrev (Results 1 – 4 of 4) sorted by relevance
102 iterator.seekForPrev(key); in rocksIterator()131 iterator.seekForPrev("key0".getBytes()); in rocksIterator()134 iterator.seekForPrev("key1".getBytes()); in rocksIterator()138 iterator.seekForPrev("key1.5".getBytes()); in rocksIterator()142 iterator.seekForPrev("key2".getBytes()); in rocksIterator()146 iterator.seekForPrev("key3".getBytes()); in rocksIterator()
67 void seekForPrev(byte[] target); in seekForPrev() method90 void seekForPrev(ByteBuffer target); in seekForPrev() method
64 public void seekForPrev(byte[] target) { in seekForPrev() method in AbstractRocksIterator77 public void seekForPrev(ByteBuffer target) { in seekForPrev() method in AbstractRocksIterator
291 iter.seekForPrev(bytes(key)); in doRandomIterationTest()292 result_iter.seekForPrev(bytes(key)); in doRandomIterationTest()434 public void seekForPrev(final byte[] target) {515 public void seekForPrev(ByteBuffer target) {