Uses of Package
com.hazelcast.quorum

Packages that use com.hazelcast.quorum
com.hazelcast.client.impl 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.jca This package contains jca functionality 
com.hazelcast.quorum Contains classes related to cluster quorum. 
com.hazelcast.quorum.impl Contains cluster quorum implementation classes. 
 

Classes in com.hazelcast.quorum used by com.hazelcast.client.impl
QuorumService
          Quorum service can be used to trigger cluster quorums at any time.
 

Classes in com.hazelcast.quorum used by com.hazelcast.config
QuorumFunction
          A function that can be used for conclude absence/presence of quorum.
QuorumListener
          Listener to get notified when a quorum state is changed
QuorumType
          Represents a cluster quorum type
 

Classes in com.hazelcast.quorum used by com.hazelcast.core
QuorumService
          Quorum service can be used to trigger cluster quorums at any time.
 

Classes in com.hazelcast.quorum used by com.hazelcast.instance
QuorumService
          Quorum service can be used to trigger cluster quorums at any time.
 

Classes in com.hazelcast.quorum used by com.hazelcast.jca
QuorumService
          Quorum service can be used to trigger cluster quorums at any time.
 

Classes in com.hazelcast.quorum used by com.hazelcast.quorum
Quorum
          Quorum provides access to the current status of a quorum.
QuorumEvent
          An Event that is send when a Quorum changes.
QuorumType
          Represents a cluster quorum type
 

Classes in com.hazelcast.quorum used by com.hazelcast.quorum.impl
Quorum
          Quorum provides access to the current status of a quorum.
QuorumEvent
          An Event that is send when a Quorum changes.
QuorumListener
          Listener to get notified when a quorum state is changed
QuorumService
          Quorum service can be used to trigger cluster quorums at any time.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.