| Package | Description |
|---|---|
| org.apache.batchee.container.status |
| Modifier and Type | Method and Description |
|---|---|
ExtendedBatchStatus |
ExecutionStatus.getExtendedBatchStatus() |
static ExtendedBatchStatus |
ExtendedBatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedBatchStatus[] |
ExtendedBatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStatus.setExtendedBatchStatus(ExtendedBatchStatus extendedBatchStatus) |
| Constructor and Description |
|---|
ExecutionStatus(ExtendedBatchStatus extendedBatchStatus) |
ExecutionStatus(ExtendedBatchStatus extendedBatchStatus,
String exitStatus) |
SplitExecutionStatus(ExtendedBatchStatus extendedBatchStatus) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.