voldemort.server.gossip
Class GossipService

java.lang.Object
  extended by voldemort.common.service.AbstractService
      extended by voldemort.server.gossip.GossipService
All Implemented Interfaces:
VoldemortService

public class GossipService
extends AbstractService

This service runs a metadata Gossip protocol. See Gossiper for more details.


Constructor Summary
GossipService(MetadataStore metadataStore, SchedulerService service, VoldemortConfig voldemortConfig)
           
 
Method Summary
protected  void startInner()
           
protected  void stopInner()
           
 
Methods inherited from class voldemort.common.service.AbstractService
getType, isStarted, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GossipService

public GossipService(MetadataStore metadataStore,
                     SchedulerService service,
                     VoldemortConfig voldemortConfig)
Method Detail

startInner

protected void startInner()
Specified by:
startInner in class AbstractService

stopInner

protected void stopInner()
Specified by:
stopInner in class AbstractService


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu