public class ParallelFileProcessingResult extends Object
Constructor and Description |
---|
ParallelFileProcessingResult(int considered,
int added,
int consumed,
int numberHandledExceptions,
double secondsElapsed,
int exitStatus,
String causeForTermination) |
Modifier and Type | Method and Description |
---|---|
int |
getAdded() |
String |
getCauseForTermination() |
int |
getConsidered()
Returns the number of file resources considered.
|
int |
getConsumed() |
int |
getExitStatus() |
int |
getNumberHandledExceptions() |
double |
secondsElapsed() |
String |
toString() |
public ParallelFileProcessingResult(int considered, int added, int consumed, int numberHandledExceptions, double secondsElapsed, int exitStatus, String causeForTermination)
public int getConsidered()
getConsumed()
.public int getAdded()
public int getConsumed()
public String getCauseForTermination()
BatchProcess
was interrupted
by an Interrupter
.public double secondsElapsed()
public int getNumberHandledExceptions()
public int getExitStatus()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.