MCPcopy Create free account
hub / github.com/apache/pig / keySet

Method keySet

src/org/apache/pig/impl/util/MultiMap.java:144–146  ·  view source on GitHub ↗

Get a set of all the keys in this map. @return Set of keys.

()

Source from the content-addressed store, hash-verified

142 * @return Set of keys.
143 */
144 public Set<K> keySet() {
145 return mMap.keySet();
146 }
147
148 /**
149 * Get a single collection of all the values in the map. All of the

Callers 15

testBagStoreLoadMethod · 0.95
performDeletionMethod · 0.95
getNewBaseDataMethod · 0.95
testGetKeyValuesMethod · 0.45
testTestsMethod · 0.45
testTestsMethod · 0.45
testTestsMethod · 0.45
execMethod · 0.45
firstParallelTestMethod · 0.45
runParallelTestMethod · 0.45
runParallelTest2Method · 0.45
runLoopTestMethod · 0.45

Calls

no outgoing calls

Tested by 15

testBagStoreLoadMethod · 0.76
testGetKeyValuesMethod · 0.36
testTestsMethod · 0.36
testTestsMethod · 0.36
testTestsMethod · 0.36
firstParallelTestMethod · 0.36
runParallelTestMethod · 0.36
runParallelTest2Method · 0.36
runLoopTestMethod · 0.36
testMapLongValueTypeMethod · 0.36