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

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

Uses of CassandraDaemon in org.apache.cassandra.avro
 

Classes in org.apache.cassandra.avro that implement CassandraDaemon
 class CassandraDaemon
          The Avro analogue to org.apache.cassandra.service.CassandraDaemon.
 

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()).
 



Copyright © 2010 The Apache Software Foundation