MCPcopy Create free account
hub / github.com/WinVector/Logistic / map

Method map

src/com/winvector/logistic/mr/MapRedScan.java:59–65  ·  view source on GitHub ↗
(final LongWritable key, final Text value, final Context context)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public void map(final LongWritable key, final Text value, final Context context) {
61 final BurstMap parsed = burster.parse(value.toString());
62 if(!parsed.isEmpty()) {
63 accum.trackVariableDefsFromRow(parsed);
64 }
65 }
66
67 @Override
68 public void cleanup(final Context context) throws IOException, InterruptedException {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45

Tested by

no test coverage detected