This topic describes the general procedures for using Tablestore SDK for Java with different data models and the version compatibility of Tablestore SDK for Java. 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.
For more information about the Timeline model, see Overview.
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:
Compatbile with Tablestore SDK for Java V4.x.x: yes
Compatbile with Tablestore SDK for Java V2.x.x: no
For more information, see Version history of Tablestore SDK for Java.
References
For more information about the source code of Tablestore SDK for Java, visit the GitHub page of Tablestore SDK for Java.
For more information about API operations, see Operation summary.