Gets the collection of PigStats after the script is run.
()
| 314 | * Gets the collection of {@link PigStats} after the script is run. |
| 315 | */ |
| 316 | protected Map<String, List<PigStats>> getPigStatsMap() { |
| 317 | return statsMap; |
| 318 | } |
| 319 | |
| 320 | void setPigStats(String key, PigStats stats) { |
| 321 | List<PigStats> lst = statsMap.get(key); |