Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
ProbabilisticQuorumConfigBuilder
Builder for a
QuorumConfig configured with ProbabilisticQuorumFunction that
considers members present in the context of a quorum using a probabilistic, adaptive quorum function. |
class |
RecentlyActiveQuorumConfigBuilder
Builder for a
QuorumConfig configured with RecentlyActiveQuorumFunction that
considers members present in the context of a quorum if the last received heartbeat is within a recent window of time. |
Modifier and Type | Method and Description |
---|---|
QuorumConfigBuilder |
QuorumConfigBuilder.enabled(boolean enabled) |
QuorumConfigBuilder |
QuorumConfigBuilder.withQuorumSize(int size) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.