| Package | Description | 
|---|---|
| com.hazelcast.jet | Hazelcast Jet is a distributed computation engine running on top of
 Hazelcast IMDG technology. | 
| com.hazelcast.jet.core | Jet's Core API. | 
| Modifier and Type | Method and Description | 
|---|---|
| JobStatus | Job. getStatus()Returns the current status of this job. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobStatus | JobStatus. getById(int id) | 
| 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. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.