Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
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.nio.serialization |
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
|
com.hazelcast.nio.serialization.compact |
Package contains API for Compact Serializer
|
com.hazelcast.spi.tenantcontrol |
Classes for tenant control
|
com.hazelcast.sql |
This package contains the SQL API.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedNetworkConfig
Similar to
NetworkConfig with the additional ability to define multiple
endpoints, each with its own separate protocol/security and/or socket properties. |
class |
CompactSerializationConfig
In 5.0, this feature is disabled by default and has to be enabled via configuration
|
Modifier and Type | Method and Description |
---|---|
CompactSerializationConfig |
SerializationConfig.getCompactSerializationConfig() |
SerializationConfig |
SerializationConfig.setCompactSerializationConfig(CompactSerializationConfig compactSerializationConfig) |
Modifier and Type | Class and Description |
---|---|
class |
Pipelining<E>
The Pipelining can be used to speed up requests.
|
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 | Interface and Description |
---|---|
interface |
GenericRecord
|
interface |
GenericRecordBuilder
Interface for creating
GenericRecord instances. |
Modifier and Type | Method and Description |
---|---|
static GenericRecordBuilder |
GenericRecordBuilder.compact(String className) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompactReader
Provides means of reading compact serialized fields from the binary data.
|
interface |
CompactSerializer<T>
Defines the contract of the serializers used for Compact
serialization.
|
interface |
CompactWriter
Provides means of writing compact serialized fields to the binary data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DestroyEventContext
Hook to decouple Hazelcast object from the tenant
|
interface |
Tenantable
Interface to be implemented by classes which can be queried for requirement
of a tenant context.
|
interface |
TenantControl
Hooks for multi-tenancy for application servers.
|
interface |
TenantControlFactory
A
TenantControlFactory supplies TenantControl objects when
Hazelcast service attaches the tenant control to a distributed object. |
Modifier and Type | Interface and Description |
---|---|
interface |
SqlService
A service to execute SQL statements.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.