MCPcopy Create free account
hub / github.com/apache/kudu / getBytes

Method getBytes

java/kudu-client/src/main/java/org/apache/kudu/util/Slice.java:181–183  ·  view source on GitHub ↗

Transfers this buffer's data to the specified destination starting at the specified absolute index. @param dstIndex the first index of the destination @param length the number of bytes to transfer @throws IndexOutOfBoundsException if the specified index is less than 0, if th

(int index, Slice dst, int dstIndex, int length)

Source from the content-addressed store, hash-verified

179 * {@code dst.capacity}
180 */
181 public void getBytes(int index, Slice dst, int dstIndex, int length) {
182 getBytes(index, dst.data, dstIndex, length);
183 }
184
185 /**
186 * Transfers this buffer's data to the specified destination starting at

Callers 15

prepareRowwiseSlicesMethod · 0.80
writeStringMethod · 0.80
unwrapOutboundMessageMethod · 0.80
setUpMethod · 0.80
checkRowsMethod · 0.80
assertBytesEqualsMethod · 0.80
testAllTypesMergeMethod · 0.80
testGetMethod · 0.80

Calls 4

wrapMethod · 0.80
putMethod · 0.45
minMethod · 0.45
writeMethod · 0.45

Tested by 15

unwrapOutboundMessageMethod · 0.64
setUpMethod · 0.64
checkRowsMethod · 0.64
assertBytesEqualsMethod · 0.64
testAllTypesMergeMethod · 0.64
testGetMethod · 0.64
testBinaryColumnsMethod · 0.64
testMurmur2Hash64Method · 0.64