| 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. 
 | 
| com.hazelcast.mapstore | 
 Implementation of  
MapStore interface based on Hazelcast SQL engine | 
| Modifier and Type | Method and Description | 
|---|---|
SqlService | 
HazelcastInstance.getSql()
Returns a service to execute distributed SQL queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlService | 
JetInstance.getSql()
Deprecated. 
 
since 5.0
 Use  
HazelcastInstance.getSql() instead. | 
| Modifier and Type | Field and Description | 
|---|---|
protected SqlService | 
GenericMapLoader.sqlService  | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.