开发者社区> 问答> 正文

DownloadSession接口怎么定义

DownloadSession接口怎么定义

展开
收起
Puppet 2020-03-19 22:40:35 2997 0
1 条回答
写回答
取消 提交回答
  • DownloadSession接口定义

    public class DownloadSession {
        DownloadSession(Configuration conf, String projectName, String tableName,
                        String partitionSpec) throws TunnelException
        DownloadSession(Configuration conf, String projectName, String tableName,
                        String partitionSpec, String downloadId) throws TunnelException
        public String getId()
        public long getRecordCount()
        public TableSchema getSchema()
        public TableTunnel.DownloadStatus getStatus()
        public RecordReader openRecordReader(long start, long count)
        public RecordReader openRecordReader(long start, long count, boolean compress)
    }
    
    2020-03-19 22:40:52
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
继承与功能组合 立即下载
建立联系方法之一 立即下载
低代码开发师(初级)实战教程 立即下载