MCPcopy
hub / github.com/brianfrankcooper/YCSB / nextByte

Method nextByte

core/src/main/java/site/ycsb/ByteIterator.java:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public abstract byte nextByte();
58
59 /** @return byte offset immediately after the last valid byte */
60 public int nextBuf(byte[] buf, int bufOff) {

Callers 7

testInsertReadDeleteMethod · 0.95
testInsertReadUpdateMethod · 0.95
testScanMethod · 0.95
nextBufMethod · 0.95
toArrayMethod · 0.95
compareContentsMethod · 0.95

Calls

no outgoing calls

Tested by 5

testInsertReadDeleteMethod · 0.76
testInsertReadUpdateMethod · 0.76
testScanMethod · 0.76
compareContentsMethod · 0.76