MCPcopy
hub / github.com/Alluxio/alluxio / get

Method get

core/common/src/main/java/alluxio/collections/BitSet.java:23–23  ·  view source on GitHub ↗

@param index the index of the bit to get @return the bit value of the specified index

(int index)

Source from the content-addressed store, hash-verified

21 * @return the bit value of the specified index
22 */
23 boolean get(int index);
24
25 /**
26 * Sets the bit at the specified index to {@code true}.

Callers 15

createFileInDirMethod · 0.65
loadedConfMethod · 0.65
missingCoreSiteXMLMethod · 0.65
missingHdfsSiteXMLMethod · 0.65
inconsistentConfMethod · 0.65
validConfMethod · 0.65
prepareHdfsConfFilesMethod · 0.65
validateLocalMethod · 0.65
printTasksMethod · 0.65
validateImplMethod · 0.65
validateImplMethod · 0.65

Implementers 2

BuiltinBitSetcore/common/src/main/java/alluxio/coll
UnmodifiableArrayListcore/common/src/main/java/alluxio/coll

Calls

no outgoing calls

Tested by 15

createFileInDirMethod · 0.52
loadedConfMethod · 0.52
missingCoreSiteXMLMethod · 0.52
missingHdfsSiteXMLMethod · 0.52
inconsistentConfMethod · 0.52
validConfMethod · 0.52
prepareHdfsConfFilesMethod · 0.52
chownMethod · 0.52
chownWithoutValidGidMethod · 0.52
chownWithoutValidUidMethod · 0.52
getattrMethod · 0.52