com.hazelcast.spi
Interface QuorumAwareService

All Known Implementing Classes:
MapQuorumAwareService, MapService

public interface QuorumAwareService

Quorum service can ask for quorum information to the QuorumAwareService to decide whether operation participates into a quorum or not.


Method Summary
 String getQuorumName(String operationName)
           
 

Method Detail

getQuorumName

String getQuorumName(String operationName)


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