webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods Adapter for Apache Cassandra
 
webMethods Adapter for Apache Cassandra
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"packageName": "<Package_Name>",
"adapterTypeName": "com.wm.adapter.wmcassandra.CassandraAdapter",
"connectionFactoryType": "com.wm.adapter.wmcassandra.connection.CassandraAdapterConnectionFactory",
"connectionSettings": {
"clusterName": "<Cluster_Name>",
"contactPoints": "<Host1>:<Port1>,<Host2>:<Port2>"
"enableMetrics": false,
"enableJMXMetrics": false,
"enablePoolingOptions": false,
"enableProtocolOptions": true,
"enableLoadBalancing": false,
"enablePolicies": false,
"enableSocketOptions": false,
"enableQueryOptions": false
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10"
}
}