public class HandlerUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
saveMap(HandlerIO handlerIO,
Map<String,?> map,
int rank,
boolean removeTmpFile,
boolean asyncIO)
Save the given map as specified by the rank output argument
|
public static void saveMap(HandlerIO handlerIO, Map<String,?> map, int rank, boolean removeTmpFile, boolean asyncIO) throws IOException, ProcessingException
handlerIO
- the handler iomap
- the data map to writerank
- the output rankremoveTmpFile
- if remove temp output fileIOException
- if cannot write file in json formatProcessingException
- if processing exception occurredCopyright © 2018 Vitam. All rights reserved.