Uses of Interface
org.apache.cassandra.service.CassandraDaemon

Packages that use CassandraDaemon
org.apache.cassandra.service   
org.apache.cassandra.thrift   
 

Uses of CassandraDaemon in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement CassandraDaemon
 class AbstractCassandraDaemon
          The CassandraDaemon is an abstraction for a Cassandra daemon service, which defines not only a way to activate and deactivate it, but also hooks into its lifecycle methods (see AbstractCassandraDaemon.setup(), AbstractCassandraDaemon.start(), AbstractCassandraDaemon.stop() and AbstractCassandraDaemon.setup()).
 

Methods in org.apache.cassandra.service with parameters of type CassandraDaemon
 void StorageService.registerDaemon(CassandraDaemon daemon)
           
 

Uses of CassandraDaemon in org.apache.cassandra.thrift
 

Classes in org.apache.cassandra.thrift that implement CassandraDaemon
 class CassandraDaemon
          This class supports two methods for creating a Cassandra node daemon, invoking the class's main method, and using the jsvc wrapper from commons-daemon, (for more information on using this class with the jsvc wrapper, see the Commons Daemon documentation).
 



Copyright © 2012 The Apache Software Foundation