Uses of Package
com.hazelcast.core

Packages that use com.hazelcast.core 
Package Description
com.hazelcast.cache
This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
com.hazelcast.cardinality
This package contains Cardinality Estimator functionality for Hazelcast.
com.hazelcast.client
Contains classes/interfaces related to Client
com.hazelcast.client.config
Contains classes related to config for com.hazelcast.client
com.hazelcast.client.console
This package contains ClientConsoleApp
com.hazelcast.client.util
This package contains some utility classes and the base implementations of the loadbalancer implementations
com.hazelcast.collection
This package contains classes to support the collection API.
com.hazelcast.config
Provides classes for configuring HazelcastInstance.
com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
com.hazelcast.console
This package contains classes related to ConsoleApp
com.hazelcast.core
Provides core API interfaces/classes.
com.hazelcast.cp
Contains public APIs of CP Subsystem
com.hazelcast.cp.exception
Contains exceptions that can be thrown by APIs of CP Subsystem
com.hazelcast.cp.lock
Contains locking APIs of CP Subsystem
com.hazelcast.cp.lock.exception
Contains exception classes related to the locking API of CP Subsystem
com.hazelcast.crdt
This package contains the common classes for CRDT (conflict-free replicated data type) implementations based on the Hazelcast infrastructure.
com.hazelcast.crdt.pncounter
This package contains the PN (Positive-Negative) CRDT counter interface.
com.hazelcast.durableexecutor
This package contains DurableExecutorService functionality for Hazelcast.
The DurableExecutorService extends the ExecutorService and provides additional methods like executing tasks on a member who is owner of a specific key.
com.hazelcast.flakeidgen
This package contains Flake ID Generator functionality for Hazelcast.
com.hazelcast.instance.impl  
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.
com.hazelcast.jet.core.test
Utilities for writing tests of Core API Processors.
com.hazelcast.jet.json
Utility classes for JSON parsing and serialization.
com.hazelcast.map
Contains Hazelcast map module classes.
com.hazelcast.map.listener
Contains various MapListener interfaces.
com.hazelcast.multimap
Contains the API for the MultiMap.
com.hazelcast.nio.serialization
Contains interfaces/classes related to serialization, such as serializer interfaces, input/output streams.
com.hazelcast.osgi
This package contains the OSGI functionality contract points for Hazelcast.
com.hazelcast.partition
Contains the partition logic for Hazelcast.
com.hazelcast.query
Contains interfaces/classes related to Hazelcast query and indexing support.
com.hazelcast.replicatedmap
Classes for replicated map.
com.hazelcast.ringbuffer
Contains the API for the Ringbuffer.
com.hazelcast.scheduledexecutor
This package contains ScheduledExecutorService functionality for Hazelcast.
com.hazelcast.security
Provides interfaces/classes for Hazelcast security implementation.
com.hazelcast.spi.exception
Contains exceptions for Hazelcast SPI.
com.hazelcast.splitbrainprotection
Contains classes related to cluster split brain protection.
com.hazelcast.spring.cache
Contains Hazelcast cache classes related to Spring.
com.hazelcast.spring.context
Contains context classes for Spring.
com.hazelcast.spring.transaction
Contains Hazelcast transaction classes for Spring Transaction API.
com.hazelcast.sql
This package contains the SQL API.
com.hazelcast.topic
Contains the API for the ITopic.
com.hazelcast.transaction
Provides interfaces/classes for Hazelcast transaction support.
com.hazelcast.wan
This package contains the WAN replication API