public class RecentlyActiveQuorumConfigBuilder extends QuorumConfigBuilder
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 | Field and Description |
---|---|
static int |
DEFAULT_HEARTBEAT_TOLERANCE_MILLIS
Default duration of time window during which a heartbeat must have been received from a member, for it to be considered
present for quorum (in milliseconds).
|
enabled
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
build() |
enabled, withQuorumSize
public static final int DEFAULT_HEARTBEAT_TOLERANCE_MILLIS
public QuorumConfig build()
build
in class QuorumConfigBuilder
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.