| Package | Description | 
|---|---|
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.jet | 
 Hazelcast Jet is a distributed computation engine running on top of
 Hazelcast IMDG technology. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JetService | 
HazelcastInstance.getJet()
Returns a Jet service to execute distributed batch and streaming jobs. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JetInstance
Deprecated. 
 
After 5.0 Jet was merged into core Hazelcast product. Jet
 became a service of Hazelcast instead of being an instance of its own
 that encapsulates  
HazelcastInstance. Please use JetService instead. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.