This topic describes the prerequisites, version compatibility, and historical versions of Tablestore SDK for Java. The content in this topic applies to Tablestore SDK for Java V5.0.0 or later.
Background information
Tablestore supports multiple data models, such as the Wide Column model, the TimeSeries model, and the Timeline model. This SDK reference mainly describes how to use the Wide Column model and the TimeSeries model. Use Tablestore SDK for Java based on the data model of your Tablestore instance, as described in the following table.
Data model | Procedure |
You can use Tablestore SDK for Java to manage the Wide Column model based on the following general procedure:
Use other features based on your business requirements.
| |
You can use Tablestore SDK for Java to manage the TimeSeries model based on the following general procedure:
|
Version compatibility
The latest version of Tablestore SDK for Java is V5.x.x. The following section describes the compatibility of the latest version with earlier versions:
Tablestore SDK for Java V4.x.x: compatible
Tablestore SDK for Java V2.x.x: incompatible
For more information, see Version history of Tablestore SDK for Java.
References
For information about the source code of Tablestore SDK for Java, visit the GitHub page of Tablestore SDK for Java.
For information about API operations, see List of operations by function.
For information about the Timeline model, see Timeline model.
For information about how to get started with Tablestore SDK for Java, see Getting started with Tablestore SDK for Java.
For information about how to troubleshoot Tablestore errors, see Error handling.