cassandra:stop-cluster
Full name:
org.codehaus.mojo:cassandra-maven-plugin:4.1.10.0:stop-cluster
Description:
Stops a background Cassandra instance.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: post-integration-test.
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <stopKey> | String | - | Key to provide when stopping cassandra Default: cassandra-maven-pluginUser Property: cassandra.stopKey | 
| <stopPort> | int | - | Port to send stop command over Default: 8081User Property: cassandra.stopPort | 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <clusterSize> | int | - | The number of nodes in the cluster. Default: 4User Property: cassandra.cluster.size | 
| <nativeTransportPort> | int | - | port for the CQL native transport to listen for clients on. Default: 9042User Property: cassandra.nativeTransportPort | 
| <rpcAddress> | String | - | Address to use for the RPC interface. Do not change this unless you really know what you are doing. Default: 127.0.0.1 | 
| <skip> | boolean | - | Skip the execution. Default: falseUser Property: cassandra.skip | 
Parameter Details
<clusterSize>
The number of nodes in the cluster.
- Type: int
- Required: No
- User Property: cassandra.cluster.size
- Default: 4
<nativeTransportPort>
port for the CQL native transport to listen for clients on.
- Type: int
- Required: No
- User Property: cassandra.nativeTransportPort
- Default: 9042
<rpcAddress>
Address to use for the RPC interface. Do not change this unless you really know what you are doing.
- Type: java.lang.String
- Required: No
- Default: 127.0.0.1
<skip>
Skip the execution.
- Type: boolean
- Required: No
- User Property: cassandra.skip
- Default: false
<stopKey>
Key to provide when stopping cassandra
- Type: java.lang.String
- Required: Yes
- User Property: cassandra.stopKey
- Default: cassandra-maven-plugin
<stopPort>
Port to send stop command over
- Type: int
- Required: Yes
- User Property: cassandra.stopPort
- Default: 8081

