This topic describes the SDKs for the ApsaraDB for Cassandra API. These SDKs are used to manage ApsaraDB for Cassandra instances. For example, you can use these SDKs to create, scale out, and delete instances, configure whitelists, and manage tags. These SDKs are different from the SDKs used to access Apache Cassandra. The ApsaraDB for Cassandra API supports the SDKs listed in the following table.
Alibaba Cloud SDK | ApsaraDB for Cassandra SDK | References |
---|---|---|
You can use the following sample code to install the ApsaraDB for Cassandra SDK. The SDK version used in this example is for reference only. Use Maven to install the ApsaraDB for Cassandra SDK of the latest version.
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-cassandra</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.4.7</version>
</dependency>