All Classes and Interfaces
Class
Description
Base class for all the Cassandra Maven Plugin goals.
Abstract parent class for mojos that need to run CQL statements.
Abstract parent class for mojos that load and execute CQL statements from a file.
Some general operations and contract for Mojo implementations that will interact
with the system_* API methods.
A Monitor for controlling the Cassandra process.
Runs
nodetool cleanup
on a Cassandra instance.Runs
nodetool compact
on a Cassandra instance.Created by IntelliJ IDEA.
Executes cql statements from maven.
Exception to wrap the various Exceptions that can come back
from Apache Cassandra's Cql API
Deletes the Cassandra home directory that we create for running Cassandra.
Drop the specified ColumnFamilies or, if no arguments are given,
the specified Keyspace
Runs
nodetool flush
on a Cassandra instance.Display help information on cassandra-maven-plugin.
Call
Call
mvn cassandra:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.Loads a Cassandra CQL script into a Cassandra instance.
Runs
nodetool repair
on a Cassandra instance.Runs Cassandra in the foreground.
Starts a Cassandra instance in the background.
Starts a Cassandra instance in the background.
Stops a background Cassandra instance.
Stops a background Cassandra instance.
Executes the truncate command against the specified keyspace.
Utility classes for interacting with Cassandra.