public class StopCassandraMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
listenAddress
Address to bind to and tell other Cassandra nodes to connect to.
|
protected int |
rpcPort
Port to listen to for the RPC interface.
|
protected String |
stopKey
Key to provide when stopping cassandra
|
protected int |
stopPort
Port to send stop command over
|
| Constructor and Description |
|---|
StopCassandraMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected int stopPort
protected String stopKey
protected int rpcPort
protected String listenAddress
Copyright © 2011–2017 MojoHaus. All rights reserved.