MCPcopy Create free account
hub / github.com/bytedance/terarkdb / value

Method value

java/src/main/java/org/rocksdb/RocksIterator.java:48–51  ·  view source on GitHub ↗

Return the value for the current entry. The underlying storage for the returned slice is valid only until the next modification of the iterator. REQUIRES: !AtEnd() && !AtStart() @return value for the current entry.

()

Source from the content-addressed store, hash-verified

46 * @return value for the current entry.
47 */
48 public byte[] value() {
49 assert(isOwningHandle());
50 return value0(nativeHandle_);
51 }
52
53 @Override protected final native void disposeInternal(final long handle);
54 @Override final native boolean isValid0(long handle);

Callers 5

runTaskMethod · 0.95
iteratorsMethod · 0.95
mainMethod · 0.45

Calls 2

value0Method · 0.95
isOwningHandleMethod · 0.45

Tested by 2

iteratorsMethod · 0.76