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

Method putAll

src/org/apache/pig/impl/util/avro/AvroMapWrapper.java:102–106  ·  view source on GitHub ↗
(
      final Map<? extends CharSequence, ? extends Object> m)

Source from the content-addressed store, hash-verified

100 }
101
102 @Override
103 public void putAll(
104 final Map<? extends CharSequence, ? extends Object> m) {
105 innerMap.putAll(m);
106 }
107
108 @Override
109 public void clear() {

Callers 15

overrideMethod · 0.80
testUniqueIDMethod · 0.80
testRANDOMWithJobMethod · 0.80
runMethod · 0.80
parseUriMethod · 0.80
accumulateStatsMethod · 0.80
addInputStatisticsMethod · 0.80
addOutputStatisticsMethod · 0.80
getConfigurationMethod · 0.80
setPropertyMethod · 0.80
getJobMethod · 0.80
runSingleMethod · 0.80

Calls

no outgoing calls

Tested by 3

overrideMethod · 0.64
testUniqueIDMethod · 0.64
testRANDOMWithJobMethod · 0.64