saveMap
public static void saveMap(HandlerIO handlerIO,
java.util.Map<java.lang.String,?> map,
int rank,
boolean removeTmpFile,
boolean asyncIO)
throws java.io.IOException,
ProcessingException
Save the given map as specified by the rank output argument
- Parameters:
handlerIO - the handler io
map - the data map to write
rank - the output rank
removeTmpFile - if remove temp output file
- Throws:
java.io.IOException - if cannot write file in json format
ProcessingException - if processing exception occurred