public class ResultManager extends Object
| Constructor and Description |
|---|
ResultManager(String fileNameSeed) |
ResultManager(String fileNameSeed,
boolean writeRuntimeResults) |
ResultManager(String fileNameSeed,
List<ResultHandler> resultHandlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Allows for flushing all the
ResultHandler |
List<ResultHandler> |
getResultHandlers() |
void |
write(DataModelResult result)
Write out the result to each writer in the pool
|
void |
write(List<DataModelResult> dataModelResults)
Write a combined set of results for each result in the list.
|
public ResultManager(String fileNameSeed)
public ResultManager(String fileNameSeed, boolean writeRuntimeResults)
public ResultManager(String fileNameSeed, List<ResultHandler> resultHandlers)
public void write(DataModelResult result) throws Exception
result - DataModelResultExceptionpublic void write(List<DataModelResult> dataModelResults) throws Exception
public void flush()
ResultHandlerExceptionpublic List<ResultHandler> getResultHandlers()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.