| 程序包 | 说明 |
|---|---|
| com.aliyun.odps.datahub |
ODPS Datahub服务用于上传、下载数据到ODPS
Examples:
Account account = new AliyunAccount("accessId", "accessKey");
Odps odps = new Odps(account);
odps.setDefaultProject("my_project");
DatahubClient client = new DatahubClient(odps);
DatahubReader reader = client.openDatahubReader("shardId");
DatahubWriter writer = client.openDatahubWriter("shardId");
.... |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicatorStatus |
DatahubClient.QueryReplicatorStatus(long shardId)
在ODPS hub查询非分区表拷贝到离线集群的状态
|
ReplicatorStatus |
DatahubClient.QueryReplicatorStatus(long shardId,
PartitionSpec partitionSpec)
在ODPS hub查询partiton对应的拷贝到离线集群的状态
|
Copyright © 2015 Alibaba Cloud Computing. All rights reserved.