Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.quorum |
Contains classes related to cluster quorum.
|
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
Class and Description |
---|
QuorumService
Quorum service can be used to trigger cluster quorums at any time.
|
Class and Description |
---|
QuorumFunction
A function that can be used to conclude absence/presence of quorum.
|
QuorumListener
Listener to get notified when a quorum state is changed
IMPORTANT: The term "quorum" simply refers to the count of members in the cluster required for an operation to succeed.
|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
QuorumService
Quorum service can be used to trigger cluster quorums at any time.
|
Class and Description |
---|
QuorumService
Quorum service can be used to trigger cluster quorums at any time.
|
Class and Description |
---|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
Quorum
Quorum provides access to the current status of a quorum. |
QuorumEvent
An Event that is send when a
Quorum changes. |
QuorumException
An exception thrown when the cluster size is below the defined threshold.
|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
HeartbeatAware
QuorumFunction s which implement this interface will be notified of member heartbeats. |
PingAware
Quorum functions that need access to ICMP ping failure detector should implement this interface; the instance of
PingFailureDetector used by this member's ClusterHeartbeatManager
will be provided on initialization. |
Quorum
Quorum provides access to the current status of a quorum. |
QuorumEvent
An Event that is send when a
Quorum changes. |
QuorumFunction
A function that can be used to conclude absence/presence of quorum.
|
QuorumListener
Listener to get notified when a quorum state is changed
IMPORTANT: The term "quorum" simply refers to the count of members in the cluster required for an operation to succeed.
|
QuorumService
Quorum service can be used to trigger cluster quorums at any time.
|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
QuorumType
Represents a cluster quorum type
|
Class and Description |
---|
QuorumService
Quorum service can be used to trigger cluster quorums at any time.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.