Skip to content

Latest commit

 

History

History
 
 

Java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

表格存储基本功能使用样例(Java)

Tablestore Examples of Basic Usage (Java)

项目列表

分类 功能 子项目链接
数据管理 数据管理接口概览 DataManage
数据管理 GetRow使用 DataManage-GetRow
二级索引 二级索引使用 GlobalIndex
局部事务 局部事务使用 LocalTransaction

项目模块

项目目录为:Java 项目子模块:(其中Common为公共模块)

<modules>
    <module>DataManage</module>
    <module>GlobalIndexCRD</module>
    <module>LocalTransaction</module>
    <module>Common</module>
    <module>DataManage-GetRow</module>
</modules>