| Package | Description |
|---|---|
| org.apache.tika.batch |
| Modifier and Type | Field and Description |
|---|---|
(package private) BatchProcess.CAUSE_FOR_TERMINATION |
BatchProcess.State.causeForTermination |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcess.CAUSE_FOR_TERMINATION |
BatchProcess.CAUSE_FOR_TERMINATION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchProcess.CAUSE_FOR_TERMINATION[] |
BatchProcess.CAUSE_FOR_TERMINATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private int |
BatchProcess.getExitStatus(BatchProcess.CAUSE_FOR_TERMINATION causeForTermination,
java.lang.String restartMsg) |
private void |
BatchProcess.politelyAwaitTermination(BatchProcess.CAUSE_FOR_TERMINATION causeForTermination)
This is used instead of awaitTermination(), because that interrupts
the thread and then waits for its termination.
|