MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / setInt

Method setInt

src/Bytes.java:198–200  ·  view source on GitHub ↗

Writes a big-endian 4-byte int at the begining of the given array. @param b The array to write to. @param n An integer. @throws IndexOutOfBoundsException if the byte array is too small.

(final byte[] b, final int n)

Source from the content-addressed store, hash-verified

196 * @throws IndexOutOfBoundsException if the byte array is too small.
197 */
198 public static void setInt(final byte[] b, final int n) {
199 setInt(b, n, 0);
200 }
201
202 /**
203 * Writes a big-endian 4-byte int at an offset in the given array.

Callers 15

getSaslBufferMethod · 0.95
writeToBufferMethod · 0.95
getBufferMethod · 0.95
answerMethod · 0.95
getSaslBufferMethod · 0.95
header095Method · 0.95
buildGoodResponseMethod · 0.95
processResultRoot92Method · 0.95
processResultMetaMethod · 0.95
handleRootZnode92Method · 0.95

Calls

no outgoing calls

Tested by 15

getSaslBufferMethod · 0.76
writeToBufferMethod · 0.76
getBufferMethod · 0.76
answerMethod · 0.76
getSaslBufferMethod · 0.76
header095Method · 0.76
buildGoodResponseMethod · 0.76
processResultRoot92Method · 0.76
processResultMetaMethod · 0.76
handleRootZnode92Method · 0.76