| Package | Description |
|---|---|
| org.apache.shardingsphere.data.pipeline.api.context | |
| org.apache.shardingsphere.data.pipeline.api.job | |
| org.apache.shardingsphere.data.pipeline.api.job.progress |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
PipelineJobItemContext.getStatus()
Get job status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineJobItemContext.setStatus(JobStatus status)
Set job status.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
PipelineJobItemProgress.getStatus()
Get job status.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.