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

Method map

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

Source from the content-addressed store, hash-verified

154 }
155
156 @Override
157 public void map(final LongWritable key, final Text value, final Context context) {
158 final BurstMap parsed = burster.parse(value.toString());
159 if(!parsed.isEmpty()) {
160 accum.trackVariableLevelsFromRow(parsed);
161 }
162 }
163
164 @Override
165 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