| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.quorum.impl | 
 Contains cluster quorum implementation classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QuorumFunction | 
QuorumConfig.getQuorumFunctionImplementation()  | 
| Modifier and Type | Method and Description | 
|---|---|
QuorumConfig | 
QuorumConfig.setQuorumFunctionImplementation(QuorumFunction quorumFunctionImplementation)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProbabilisticQuorumFunction  | 
class  | 
RecentlyActiveQuorumFunction
A quorum function that keeps track of the last heartbeat timestamp per member. 
 | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.