Tablestore SDK for Java provides you a variety of operations to perform on tables.

Operation Description
Create tables Creates a table or creates a table and its global secondary indexes.
Update tables Updates the configurations of a table.
Query the description of a table Queries the configurations of a table.
Query table names Queries the names of all tables in an instance.
ComputeSplitsBySize Logically splits the data in a table into several partitions whose sizes are close to a specified size.
Delete tables Deletes a specified table.
Create global secondary indexes Creates global secondary indexes for a base table. After you create an index table, you can read data from the index table or delete the index table.