com.hazelcast.map.impl
Class MapQuorumAwareService

java.lang.Object
  extended by com.hazelcast.map.impl.MapQuorumAwareService
All Implemented Interfaces:
QuorumAwareService

public class MapQuorumAwareService
extends Object
implements QuorumAwareService

Quorum service will ask map service about whether map has defined quorum or not.


Constructor Summary
MapQuorumAwareService(MapServiceContext mapServiceContext)
           
 
Method Summary
 String getQuorumName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapQuorumAwareService

public MapQuorumAwareService(MapServiceContext mapServiceContext)
Method Detail

getQuorumName

public String getQuorumName(String name)
Specified by:
getQuorumName in interface QuorumAwareService


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