| 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 | 
JobStatusEvent.getNewStatus()  | 
JobStatus | 
JobStatusEvent.getPreviousStatus()  | 
JobStatus | 
Job.getStatus()
Returns the current status of this job. 
 | 
| Constructor and Description | 
|---|
JobStatusEvent(long jobId,
              JobStatus previousStatus,
              JobStatus newStatus,
              String description,
              boolean userRequested)  | 
| 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 © 2023 Hazelcast, Inc.. All rights reserved.