GetCassandraConnection Activity

The GetCassandraConnection activity is an asynchronous activity that gets a Cassandra connection instance.

General

The General tab contains the following fields:

Field Literal Value/Process Property/Module Property? Description
Name None The name to be displayed as the label for the activity in the process.
Cassandra Connection Literal Value

Module Property

Shared configuration resource containing the Cassandra connection information.

Description

Provide a short description for the activity.

Output

This tab has the following fields:

Output Item Data Type Description
CassandraConnectionAccessor Object Cassandra connection instance. You can get the connection and perform some operation by writing code in Java invoke activity.

Fault

The Fault tab lists exceptions that are thrown by this activity.

Error Schema Element Datatype Description
CassandraPluginException Any exception thrown by the activity after execution. It has a msg and msgCode field for the exception.
DriverExeption Any exception thrown by Cassandra driver. It has a msg and msgCode field for the exception.
msg string The error message returned by the plug-in.
msgCode string The error code returned by the plug-in.