Java org.apache.cassandra.service CassandraDaemon fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.service CassandraDaemon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.service CassandraDaemon.

The text is from its open source code.

Subclass

org.apache.cassandra.service.CassandraDaemon has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidactivate()
A convenience method to initialize and start the daemon in one shot.
voiddeactivate()
A convenience method to stop and destroy the daemon in one shot.
voidinit(String[] arguments)
Initialize the Cassandra Daemon based on the given Commons Daemon-specific arguments.
voidmain(String[] args)
voidstart()
Start the Cassandra Daemon, assuming that it has already been initialized via #init(String[]) Hook for JSVC