Uses of Interface
com.hazelcast.cluster.Member

Packages that use Member 
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.collection
This package contains classes to support the collection API.
com.hazelcast.core
Provides core API interfaces/classes.
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.scheduledexecutor
This package contains ScheduledExecutorService functionality for Hazelcast.
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.