检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
父主题: 样例代码说明
样例代码 此章节主要介绍CloudTable Doris冷热分离的使用命令,以及冷数据如何自动存储到obs桶中。 样例代码 自动存储冷数据。 创建冷数据自动归档到冷存储的数据迁移策略testPolicy。
样例代码 此章节主要介绍CloudTable ClickHouse冷热分离的使用命令,以及冷数据如何自动存储到obs桶中。 样例代码 创建ClickHouse冷热分离表test_table。
样例代码说明 配置参数 创建Configuration 配置应用代码 创建Connection 创建表 删除表 修改表 插入数据 删除数据 使用Get读取数据 使用Scan读取数据 使用过滤器Filter 父主题: 开发HBase应用
样例代码说明 配置参数 创建Configuration 创建Connection 创建表 删除表 修改表 插入数据 使用Get读取数据 使用Scan读取数据 父主题: 开发HBase冷热分离应用
样例代码说明 配置参数 创建Configuration 创建数据表开启标签索引 写入数据 普通查询 抽样查询 分页查询 统计查询 父主题: 开发标签索引应用
样例代码说明 设置属性 建立连接 创建库 创建表 插入数据 查询数据 删除表 父主题: 开发程序
数据表复制样例代码 用户可以根据实际的业务需求基于HBase API开发应用程序,复制表数据到集群。以下样例代码,可供用户参考。 以下样例代码的场景是将一个集群的表数据复制到另一个集群中。
父主题: 样例代码说明
父主题: 样例代码说明
父主题: 样例代码说明
代码样例 public void testDelete() { LOG.info("Entering testDelete."); byte[] rowKey = Bytes.toBytes("012005000201"); Table table = null;
统计查询 功能介绍 返回满足查询条件的实体总量,不返回数据的具体信息,代码中设置setCountOnly()。
注[1]指的是代码样例中的“admin.deleteTable(tableName);//注[1]”。 父主题: 样例代码说明
代码样例 public void testPut() { LOG.info("Entering testPut."); // Specify the column family name.
代码样例 public void testGet() { LOG.info("Entering testGet."); // Specify the column family name.
父主题: 样例代码说明
样例代码 public void testPut() { LOG.info("Entering testPut."); try(Table table = conn.getTable(tableName)) { List<Put> puts = new ArrayList
样例代码 public void testSamplingQuery() { LOG.info("Entering testSamplingQuery."); try (Table table = conn.getTable(tableName)) { // Using
父主题: 样例代码说明