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

Method clear

java/kudu-client/src/main/java/org/apache/kudu/util/ByteVec.java:168–170  ·  view source on GitHub ↗

Removes all elements from the vector. No reallocation will be performed.

()

Source from the content-addressed store, hash-verified

166 * No reallocation will be performed.
167 */
168 public void clear() {
169 truncate(0);
170 }
171
172 /**
173 * Appends an element to the vector.

Callers 15

runServerStepMethod · 0.45
callMethod · 0.45
getErrorsMethod · 0.45
schemaToListPbMethod · 0.45
encodeRowMethod · 0.45
handleCallbackMethod · 0.45
cacheTabletLocationsMethod · 0.45
resetUnlockedMethod · 0.45

Calls 1

truncateMethod · 0.95