Skip to main content
Skip table of contents

Operation: Terminate

The Terminate operation of the Apache Cassandra Connector closes and removes the connection pooling with all open connections.

For more information on other operations of the Apache Cassandra Connector, see Apache Cassandra Connector.

Parameters

Parameters

Description

Adapter

Adapter main class (do not change!)

Possible values: de.softproject.integration.adapter.apache.cassandra.ApacheCassandraConnectorAdapter: Main Class (Standard)

host

Host within the cluster

Example:

Cluster cluster1 = cluster.builder().addContactPoints("172.30.210.11","172.30.210.12").build();

Note:

You can add multiple IPs or hostnames that correspond with different servers, which are executed as executable files within the module by Apache Cassandra.

port

Native protocol port

login

Login if the cluster requires credentials

Possible values: Any string with the login, e.g. myLogin

password

Password if the cluster requires credentials

Possible values: Any string with the password, e.g. myPassword

Status values

1

The adapter operation was executed successfully

-1

The operation failed due to a technical error.

Input

The Terminate operation ignores any input XML document you specify. If you want to process an input XML file, use the Execute operation. For more information, see Operation: Execute

Output

The adapter outputs the following output:

CODE
<Cluster_disconnected_OK/>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.