Uses of Package
com.hazelcast.cluster

Packages that use com.hazelcast.cluster
Package Description
com.hazelcast.client
Contains classes/interfaces related to Client
com.hazelcast.client.util
This package contains some utility classes and the base implementations of the loadbalancer implementations
com.hazelcast.cluster
This package contains the cluster functionality.
com.hazelcast.cluster.memberselector
This package contains several MemberSelector implementations.
com.hazelcast.collection
This package contains classes to support the collection API.
com.hazelcast.core
Provides core API interfaces/classes.
com.hazelcast.cp
Contains public APIs of CP Subsystem
com.hazelcast.cp.session
Contains session abstractions of CP Subsystem
com.hazelcast.instance
This package contains Hazelcast Instance functionality.
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.logging
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in.
com.hazelcast.map
Contains Hazelcast map module classes.
com.hazelcast.partition
Contains the partition logic for Hazelcast.
com.hazelcast.replicatedmap
Classes for replicated map.
com.hazelcast.scheduledexecutor
This package contains ScheduledExecutorService functionality for Hazelcast.
com.hazelcast.security
Provides interfaces/classes for Hazelcast security implementation.
com.hazelcast.spi.discovery
This package contains the public SPI for vendors and users to implement their custom node / IP discovery strategy.
com.hazelcast.spi.exception
Contains exceptions for Hazelcast SPI.
com.hazelcast.spi.partitiongroup
This package contains the basic SPI for the Partition Group SPI to define or configure how Hazelcast will configure and distribute backups in the cluster.
com.hazelcast.splitbrainprotection
Contains classes related to cluster split brain protection.
com.hazelcast.topic
Contains the API for the ITopic.