(Map<String, List<PigStats>> statsMap)
| 132 | } |
| 133 | |
| 134 | public static void setStatsMap(Map<String, List<PigStats>> statsMap) { |
| 135 | PigStats.start(new EmbeddedPigStats(statsMap)); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Returns the counter name for the given input file name |
no test coverage detected