| Package | Description |
|---|---|
| com.aliyun.odps.tunnel |
ODPS Tunnel服务用于上传、下载数据到ODPS
|
| com.aliyun.odps.tunnel.io |
提供通过Tunnel读写数据的Reader、Writer
|
| Modifier and Type | Method and Description |
|---|---|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName)
在非分区表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName,
boolean async)
在非分区表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName,
long shardId)
在shard表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName,
PartitionSpec partitionSpec)
在分区表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName,
PartitionSpec partitionSpec,
boolean async)
在分区表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.createDownloadSession(String projectName,
String tableName,
PartitionSpec partitionSpec,
long shardId)
在shard表上创建下载会话
|
TableTunnel.DownloadSession |
TableTunnel.getDownloadSession(String projectName,
String tableName,
long shardId,
String id)
获得在非分区表上创建的下载会话
|
TableTunnel.DownloadSession |
TableTunnel.getDownloadSession(String projectName,
String tableName,
PartitionSpec partitionSpec,
long shardId,
String id)
获得在shard表上创建的下载会话
|
TableTunnel.DownloadSession |
TableTunnel.getDownloadSession(String projectName,
String tableName,
PartitionSpec partitionSpec,
String id)
获得在分区表上创建的下载会话
|
TableTunnel.DownloadSession |
TableTunnel.getDownloadSession(String projectName,
String tableName,
String id)
获得在非分区表上创建的下载会话
|
| Modifier and Type | Method and Description |
|---|---|
static RawTunnelRecordReader |
RawTunnelRecordReader.createTableTunnelReader(long start,
long count,
CompressOption compress,
List<Column> columns,
com.aliyun.odps.rest.RestClient restClient,
TableTunnel.DownloadSession session)
创建不可靠的 tunnel record reader
|
| Constructor and Description |
|---|
ArrowTunnelRecordReader(long start,
long count,
List<Column> columns,
com.aliyun.odps.rest.RestClient tunnelRestClient,
TableTunnel.DownloadSession session,
org.apache.arrow.memory.BufferAllocator allocator,
CompressOption compress) |
TunnelRecordReader(long start,
long count,
List<Column> columns,
CompressOption option,
com.aliyun.odps.rest.RestClient tunnelRestClient,
TableTunnel.DownloadSession session)
构造此类对象
|
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.