Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractProcessor - Class in com.aliyun.odps.ml
 
AbstractProcessor() - Constructor for class com.aliyun.odps.ml.AbstractProcessor
 
abTestConf - Variable in class com.aliyun.odps.ml.ModelAbTestInfo
 
Account - Interface in com.aliyun.odps.account
用于认证的账号信息
Account.AccountProvider - Enum in com.aliyun.odps.account
淘宝账号,有两种认证方式(1)使用token认证(2)使用AccessId/AccessKey认证 阿里云账号,使用AccessId/AccessKey认证 域帐号使用token认证
AccountFormat - Enum in com.aliyun.odps.account
使用的账号格式
add(T) - Method in class com.aliyun.odps.simpleframework.xml.util.Dictionary
This method is used to add the provided entry to this set.
add(M) - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This inserts the Match implementation into the set so that it can be used for resolutions.
addNetworkProperty(String, String) - Method in class com.aliyun.odps.Project.ExternalProjectProperties
 
addProperty(String, String) - Method in class com.aliyun.odps.Project.ExternalProjectProperties
 
addProperty(Task.Property) - Method in class com.aliyun.odps.Task.Properties
 
addTask(Task) - Method in class com.aliyun.odps.Job
 
addWarning(String) - Method in class com.aliyun.odps.Session.SubQueryResult
 
after(Instance, Odps) - Method in class com.aliyun.odps.OdpsHook
instance 结束后,框架会将 Instance 和 odps 对象传入 hook
after(Instance, Odps) - Method in class com.aliyun.odps.OdpsHooks
调用 Hook 的 after
algorithm - Variable in class com.aliyun.odps.tunnel.io.CompressOption
 
AlgoTask - Class in com.aliyun.odps.task
Created by ruibo.lirb on 2016-12-06.
aliasName - Variable in class com.aliyun.odps.Session.SessionItem
 
AliyunAccount - Class in com.aliyun.odps.account
阿里云认证账号
AliyunAccount(String, String) - Constructor for class com.aliyun.odps.account.AliyunAccount
构造AliyunAccount对象
AliyunRequestSigner - Class in com.aliyun.odps.account
ODPS请求签名工具
AliyunRequestSigner(String, String) - Constructor for class com.aliyun.odps.account.AliyunRequestSigner
 
alwaysFallbackPolicy() - Static method in class com.aliyun.odps.sqa.FallbackPolicy
 
AnnotationStrategy - Class in com.aliyun.odps.simpleframework.xml.convert
The AnnotationStrategy object is used to intercept the serialization process and delegate to custom converters.
AnnotationStrategy() - Constructor for class com.aliyun.odps.simpleframework.xml.convert.AnnotationStrategy
Constructor for the AnnotationStrategy object.
AnnotationStrategy(Strategy) - Constructor for class com.aliyun.odps.simpleframework.xml.convert.AnnotationStrategy
Constructor for the AnnotationStrategy object.
AppAccount - Class in com.aliyun.odps.account
This class is for keeping track of the behaviors of a certain application.
AppAccount(Account) - Constructor for class com.aliyun.odps.account.AppAccount
 
append(Record) - Method in class com.aliyun.odps.data.RecordPack
插入一条记录
append(Record) - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
append(Record) - Method in class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
append(Record) - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamRecordPack
append一条记录
AppRequestSigner - Class in com.aliyun.odps.account
 
AppRequestSigner(Account) - Constructor for class com.aliyun.odps.account.AppRequestSigner
 
ArchiveResource - Class in com.aliyun.odps
ArchiveResource表示ODPS中一个Archive类型资源。ODPS通过资源名称中的后缀识别压缩类型,支持的压缩文件类型包括:.zip/.tgz/.tar.gz/.tar/.jar
ArchiveResource() - Constructor for class com.aliyun.odps.ArchiveResource
构造Archive类型的资源对象
ASYNC_MODE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
attach(Odps, String) - Static method in class com.aliyun.odps.Session
attach 指定名字的 session 此调用会立即返回,不会等待 session 启动完成。 可以手动调用 Session.waitForStart(long) 来等待启动。
attach(Odps, String, Map<String, String>) - Static method in class com.aliyun.odps.Session
attach 指定名字的 session 此调用会立即返回,不会等待 session 启动完成。 可以手动调用 Session.waitForStart(long) 来等待启动。
attach(Odps, String, Map<String, String>, Long) - Static method in class com.aliyun.odps.Session
attach 指定名字的 session
attach(Odps, String, Map<String, String>, Long, String) - Static method in class com.aliyun.odps.Session
attach 指定名字的 session
attach(Odps, String, Map<String, String>, Long, String, String) - Static method in class com.aliyun.odps.Session
attach 指定名字的 session
Attribute - Annotation Type in com.aliyun.odps.simpleframework.xml
The Attribute annotation represents a serializable XML attribute within an XML element.
AttributeException - Exception in com.aliyun.odps.simpleframework.xml.core
The AttributeException is used to represent conditions when an XML attribute is in an invalid state.
AttributeException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.AttributeException
Constructor for the AttributeException object.
AttributeException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.AttributeException
Constructor for the AttributeException object.
AuthorizationQueryInstance(String) - Constructor for class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
AuthorizationQueryInstance(String, String, SecurityManager) - Constructor for class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
AuthorizationUtil - Class in com.aliyun.odps.account
 
AuthorizationUtil() - Constructor for class com.aliyun.odps.account.AuthorizationUtil
 

B

BearerTokenAccount - Class in com.aliyun.odps.account
使用临时授权 Token 的认证账号
BearerTokenAccount(String) - Constructor for class com.aliyun.odps.account.BearerTokenAccount
构造 BearerTokenAccount 对象
BearerTokenRequestSigner - Class in com.aliyun.odps.account
ODPS请求签名工具 Created by zhenhong.gzh on 16/7/22.
BearerTokenRequestSigner(String) - Constructor for class com.aliyun.odps.account.BearerTokenRequestSigner
 
before(Job, Odps) - Method in class com.aliyun.odps.OdpsHook
提交代码前,框架会将 Job 和 Odps 对象传入 Hook
before(Job, Odps) - Method in class com.aliyun.odps.OdpsHooks
调用 Hook 的 before
bind(Class, Class) - Method in class com.aliyun.odps.simpleframework.xml.convert.Registry
This is used to register a binding between a type and the converter used to serialize and deserialize it.
bind(Class, Converter) - Method in class com.aliyun.odps.simpleframework.xml.convert.Registry
This is used to register a binding between a type and the converter used to serialize and deserialize it.
bind(Class, Class) - Method in class com.aliyun.odps.simpleframework.xml.transform.RegistryMatcher
This is used to bind a Transform type.
bind(Class, Transform) - Method in class com.aliyun.odps.simpleframework.xml.transform.RegistryMatcher
This is used to bind a Transform instance to the specified type.
BLOCKID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
build() - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
build() - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
builder() - Static method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
builder() - Static method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
buildEvaluationResource(String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildEvaluationResource(String, String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildOfflineModelResource(String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildOfflineModelResource(String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildOnlineModelResource(String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildOnlineModelResource(String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildPredictionResource(String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildPredictionResource(String, String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
buildTrainingResource(String, String, String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
BuiltinProcessor - Class in com.aliyun.odps.ml
 
BuiltinProcessor() - Constructor for class com.aliyun.odps.ml.BuiltinProcessor
 

C

Cache<T> - Interface in com.aliyun.odps.simpleframework.xml.util
The Cache interface is used to represent a cache that will store key value pairs.
cache(Object, T) - Method in interface com.aliyun.odps.simpleframework.xml.util.Cache
This method is used to insert a key value mapping in to the cache.
cache(Object, T) - Method in class com.aliyun.odps.simpleframework.xml.util.ConcurrentCache
This method is used to insert a key value mapping in to the cache.
cache(Object, T) - Method in class com.aliyun.odps.simpleframework.xml.util.LimitedCache
This method is used to insert a key value mapping in to the cache.
cache(Object, T) - Method in class com.aliyun.odps.simpleframework.xml.util.WeakCache
This method is used to insert a key value mapping in to the cache.
CACHED - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
CamelCaseStyle - Class in com.aliyun.odps.simpleframework.xml.stream
The CamelCaseStyle is used to represent an XML style that can be applied to a serialized object.
CamelCaseStyle() - Constructor for class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
CamelCaseStyle(boolean) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
CamelCaseStyle(boolean, boolean) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
cancel() - Method in interface com.aliyun.odps.sqa.SQLExecutor
取消当前查询
cancelQuery(int) - Method in class com.aliyun.odps.Session
 
checkDownloadPrivilege() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
checkPathHasVolume(String) - Static method in class com.aliyun.odps.Volume
Check whether the path has a volume part
checkPermission(CheckPermissionConstants.ObjectType, String, CheckPermissionConstants.ActionType, String, List<String>) - Method in class com.aliyun.odps.security.SecurityManager
查看是否有操作权限
checkPermission(CheckPermissionConstants.ObjectType, String, CheckPermissionConstants.ActionType, List<String>) - Method in class com.aliyun.odps.security.SecurityManager
查看是否有操作权限
checkPermission(CheckPermissionConstants.ObjectType, String, CheckPermissionConstants.ActionType) - Method in class com.aliyun.odps.security.SecurityManager
查看是否有操作权限
checkPermission(CheckPermissionConstants.ObjectType, String, CheckPermissionConstants.ActionType, String) - Method in class com.aliyun.odps.security.SecurityManager
查看是否有操作权限
CheckPermissionConstants - Class in com.aliyun.odps.security
 
CheckPermissionConstants() - Constructor for class com.aliyun.odps.security.CheckPermissionConstants
 
CheckPermissionConstants.ActionType - Enum in com.aliyun.odps.security
 
CheckPermissionConstants.CheckPermissionResult - Enum in com.aliyun.odps.security
 
CheckPermissionConstants.ObjectType - Enum in com.aliyun.odps.security
 
checkPermissionUsingAcl() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
checkPermissionUsingAclV2() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
checkPermissionUsingPackage() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
checkPermissionUsingPackageV2() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
checkPermissionUsingPolicy() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
Checksum - Class in com.aliyun.odps.tunnel.io
CRC32 checksum util
Checksum() - Constructor for class com.aliyun.odps.tunnel.io.Checksum
 
checkTransConsistency(boolean) - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
className - Variable in class com.aliyun.odps.ml.ModelProcessor
 
className - Variable in class com.aliyun.odps.ml.Processor
 
clear() - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This is used to clear all matches from the set.
clearRegisteredHooks() - Static method in class com.aliyun.odps.OdpsHooks
清空 hooks
clone() - Method in class com.aliyun.odps.Odps
 
close() - Method in class com.aliyun.odps.data.DefaultRecordReader
 
close() - Method in interface com.aliyun.odps.sqa.SQLExecutor
默认行为关闭该executor,若为连接池模式,则归还Executor到连接池中
close() - Method in class com.aliyun.odps.sqa.SQLExecutorPool
关闭连接池
close() - Method in class com.aliyun.odps.tunnel.io.RawTunnelRecordReader
 
close() - Method in class com.aliyun.odps.tunnel.io.StreamRecordWriter
 
close() - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
关闭这个 writer,并上传缓存中没有上传过的记录。
close() - Method in class com.aliyun.odps.tunnel.io.TunnelRecordReader
 
close() - Method in class com.aliyun.odps.tunnel.io.TunnelRecordWriter
 
close() - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
close() - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
Cluster(String, String) - Constructor for class com.aliyun.odps.Project.Cluster
 
ClusterInfo() - Constructor for class com.aliyun.odps.Table.ClusterInfo
 
com.aliyun.odps - package com.aliyun.odps
提供操作ODPS基本资源的类
com.aliyun.odps.account - package com.aliyun.odps.account
提供ODPS支持的账号类型
com.aliyun.odps.commons - package com.aliyun.odps.commons
 
com.aliyun.odps.data - package com.aliyun.odps.data
提供表示ODPS中记录的数据结构定义
com.aliyun.odps.ml - package com.aliyun.odps.ml
提供机器学习相关操作类
com.aliyun.odps.security - package com.aliyun.odps.security
提供ODPS支持的账号类型。
com.aliyun.odps.simpleframework.xml - package com.aliyun.odps.simpleframework.xml
 
com.aliyun.odps.simpleframework.xml.convert - package com.aliyun.odps.simpleframework.xml.convert
 
com.aliyun.odps.simpleframework.xml.core - package com.aliyun.odps.simpleframework.xml.core
 
com.aliyun.odps.simpleframework.xml.filter - package com.aliyun.odps.simpleframework.xml.filter
 
com.aliyun.odps.simpleframework.xml.strategy - package com.aliyun.odps.simpleframework.xml.strategy
 
com.aliyun.odps.simpleframework.xml.stream - package com.aliyun.odps.simpleframework.xml.stream
 
com.aliyun.odps.simpleframework.xml.transform - package com.aliyun.odps.simpleframework.xml.transform
 
com.aliyun.odps.simpleframework.xml.util - package com.aliyun.odps.simpleframework.xml.util
 
com.aliyun.odps.sqa - package com.aliyun.odps.sqa
 
com.aliyun.odps.task - package com.aliyun.odps.task
提供ODPS支持的Task定义
com.aliyun.odps.tunnel - package com.aliyun.odps.tunnel
ODPS Tunnel服务用于上传、下载数据到ODPS
com.aliyun.odps.tunnel.io - package com.aliyun.odps.tunnel.io
提供通过Tunnel读写数据的Reader、Writer
Commit - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Commit annotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes.
commit() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
The commit method is used flush and commit any child nodes that have been created by this node.
commit() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
不进行校验的会话提交
commit(Long[]) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
提交本次上传的所有数据块
commit(String, String, String) - Method in class com.aliyun.odps.tunnel.VolumeFSTunnel
Commit upload session
commit(String[]) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
提交本次上传的所有file
Complete - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Complete annotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed.
complete() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
CompressOption - Class in com.aliyun.odps.tunnel.io
设置压缩算法、压缩级别、压缩策略。 当前只支持deflate算法,压缩级别和策略请参照zlib的定义
CompressOption() - Constructor for class com.aliyun.odps.tunnel.io.CompressOption
 
CompressOption(CompressOption.CompressAlgorithm, int, int) - Constructor for class com.aliyun.odps.tunnel.io.CompressOption
 
CompressOption.CompressAlgorithm - Enum in com.aliyun.odps.tunnel.io
 
ConcurrentCache<T> - Class in com.aliyun.odps.simpleframework.xml.util
The ConcurrentCache interface is used to represent a cache that will store key value pairs.
ConcurrentCache() - Constructor for class com.aliyun.odps.simpleframework.xml.util.ConcurrentCache
Constructor for the ConcurrentCache object.
configuration - Variable in class com.aliyun.odps.ml.ModelProcessor
 
configuration - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
configuration - Variable in class com.aliyun.odps.ml.Processor
 
ConstructorException - Exception in com.aliyun.odps.simpleframework.xml.core
The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid.
ConstructorException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ConstructorException
Constructor for the ConstructorException object.
ConstructorException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ConstructorException
Constructor for the ConstructorException object.
contains(Object) - Method in interface com.aliyun.odps.simpleframework.xml.util.Cache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.ConcurrentCache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.LimitedCache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.WeakCache
This is used to determine whether the specified key exists with in the cache.
Convert - Annotation Type in com.aliyun.odps.simpleframework.xml.convert
The Convert annotation is used to specify a converter class to use for serialization.
Converter<T> - Interface in com.aliyun.odps.simpleframework.xml.convert
The Converter object is used to convert an object to XML by intercepting the normal serialization process.
ConvertException - Exception in com.aliyun.odps.simpleframework.xml.convert
The ConvertException is thrown when there is a problem converting an object.
ConvertException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.convert.ConvertException
Constructor for the ConvertException object.
copy(String, OfflineModelInfo) - Method in class com.aliyun.odps.ml.OfflineModels
创建离线模型, 返回负责复制离线模型的XmodelTask的instance
CPU - Variable in class com.aliyun.odps.ml.Resource
 
create(Function) - Method in class com.aliyun.odps.Functions
创建函数
create(String, Function) - Method in class com.aliyun.odps.Functions
创建函数
create(Job) - Method in class com.aliyun.odps.Instances
为给定的Job定义在默认Project中创建Instance
create(Task) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(Task, int) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(Task, int, String) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(String, Task) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(String, Task, int) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(String, Task, int, String) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(String, Task, Integer, String) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(String, Task, Integer, String, String) - Method in class com.aliyun.odps.Instances
为给定的Task创建Instance
create(OfflineModelInfo) - Method in class com.aliyun.odps.ml.OfflineModels
创建离线模型, 返回负责创建离线模型的XmodelTask的instance
create(String, OfflineModelInfo) - Method in class com.aliyun.odps.ml.OfflineModels
创建离线模型, 返回负责创建离线模型的XmodelTask的instance
create(String, String, String, short) - Method in class com.aliyun.odps.ml.OnlineModels
将训练完成的离线模型发布为在线模型
create(String, String, String, short, String) - Method in class com.aliyun.odps.ml.OnlineModels
 
create(String, String, String, String, short) - Method in class com.aliyun.odps.ml.OnlineModels
将训练完成的离线模型发布为在线模型
create(String, String, String, String, short, String) - Method in class com.aliyun.odps.ml.OnlineModels
 
create(OnlineModelInfo) - Method in class com.aliyun.odps.ml.OnlineModels
 
create(OnlineModelInfoNew) - Method in class com.aliyun.odps.ml.OnlineModels
 
create(FileResource, InputStream) - Method in class com.aliyun.odps.Resources
创建文件资源
create(String, FileResource, InputStream) - Method in class com.aliyun.odps.Resources
创建文件资源
create(TableResource) - Method in class com.aliyun.odps.Resources
创建表资源
create(String, TableResource) - Method in class com.aliyun.odps.Resources
创建表资源
create(VolumeResource) - Method in class com.aliyun.odps.Resources
创建 Volume 资源
create(String, VolumeResource) - Method in class com.aliyun.odps.Resources
创建 Volume 资源
create(Odps, int, int) - Static method in class com.aliyun.odps.Session
创建 session 此调用会立即返回,不会等待 session 启动完成。 可以手动调用 Session.waitForStart(long) 来等待启动。
create(Odps, int, int, String) - Static method in class com.aliyun.odps.Session
创建 session 此调用会立即返回,不会等待 session 启动完成。 可以手动调用 Session.waitForStart(long) 来等待启动。
create(Odps, int, int, String, String, String, Map<String, String>, Long) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, int, int, String, String, String, Map<String, String>, Long, Integer) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, int, int, String, String, String, Map<String, String>, Long, Integer, String) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, int, int, String, String, String, Map<String, String>, Long, Integer, String, String) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, String, String, Map<String, String>, Long) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, String, String, Map<String, String>, Long, Integer) - Static method in class com.aliyun.odps.Session
创建 session
create(Odps, String, String, Map<String, String>, Long, Integer, String) - Static method in class com.aliyun.odps.Session
创建 session
create(String, TableSchema) - Method in class com.aliyun.odps.Tables
创建表
create(String, TableSchema, boolean) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema, boolean, Long, Long) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema, boolean) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema, String, boolean, Long, Long) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema, String, boolean) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, TableSchema, String, boolean, Long, Map<String, String>, Map<String, String>) - Method in class com.aliyun.odps.Tables
创建表
create(String, String, boolean, RestClient) - Static method in class com.aliyun.odps.VolumeFSFile
Create new file (Only support to create directory now)
create(String, String) - Method in class com.aliyun.odps.Volumes
Deprecated.
call #create(String, String, Volume.TYPE) instead.
create(String, String, String) - Method in class com.aliyun.odps.Volumes
Deprecated.
call #create(String, String, String, Volume.TYPE) instead.
create(String, String, Volume.Type) - Method in class com.aliyun.odps.Volumes
创建Volume
create(String, String, String, Volume.Type) - Method in class com.aliyun.odps.Volumes
创建Volume
create(String, String, String, Volume.Type, Long) - Method in class com.aliyun.odps.Volumes
创建Volume
create(XFlow.XFlowModel) - Method in class com.aliyun.odps.XFlows
创建 XFlow 对象
create(XFlow.XFlowModel, String) - Method in class com.aliyun.odps.XFlows
创建 XFlow 对象
createDirectDownloadSession(String, String, String, int) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
在 Instance 上创建下载long polling会话 非法情况: 1.
createDownloadSession(String, String) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
在 Instance 上创建下载会话 非法情况: 1.
createDownloadSession(String, String, boolean) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
在 Instance 上创建下载会话 非法情况: 1.
createDownloadSession(String, String, String) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
在 Instance 上创建下载会话 非法情况: 1.
createDownloadSession(String, String, String, int) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
在 Instance 上创建下载会话 非法情况: 1.
createDownloadSession(String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
在非分区表上创建下载会话
createDownloadSession(String, String, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel
在非分区表上创建下载会话
createDownloadSession(String, String, PartitionSpec) - Method in class com.aliyun.odps.tunnel.TableTunnel
在分区表上创建下载会话
createDownloadSession(String, String, PartitionSpec, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel
在分区表上创建下载会话
createDownloadSession(String, String, long) - Method in class com.aliyun.odps.tunnel.TableTunnel
在shard表上创建下载会话
createDownloadSession(String, String, PartitionSpec, long) - Method in class com.aliyun.odps.tunnel.TableTunnel
在shard表上创建下载会话
createDownloadSession(String, String, String, String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel
构造一个新的VolumeTunnel.DownloadSession对象。
createExternal(String, String, TableSchema, String, String, List<String>, Map<String, String>, String, boolean, Long, Map<String, String>, Map<String, String>) - Method in class com.aliyun.odps.Tables
创建外部表
createExternalProject(String, String, String, Project.ExternalProjectProperties) - Method in class com.aliyun.odps.Projects
创建 external 项目
createInstanceTunnelReader(long, long, CompressOption, List<Column>, RestClient, InstanceTunnel.DownloadSession, boolean) - Static method in class com.aliyun.odps.tunnel.io.RawTunnelRecordReader
 
createPackage() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
createPackageV2() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
createPartition(PartitionSpec) - Method in class com.aliyun.odps.Table
增加分区
createPartition(PartitionSpec, boolean) - Method in class com.aliyun.odps.Table
增加分区
createShards(long) - Method in class com.aliyun.odps.Table
在Table上创建Shards
createStreamUploadSession(String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
 
createStreamUploadSession(String, String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
 
createStreamUploadSession(String, String, PartitionSpec) - Method in class com.aliyun.odps.tunnel.TableTunnel
 
createTableTunnelReader(long, long, CompressOption, List<Column>, RestClient, TableTunnel.DownloadSession) - Static method in class com.aliyun.odps.tunnel.io.RawTunnelRecordReader
创建不可靠的 tunnel record reader
createTableWithLifeCycle(String, String, TableSchema, String, boolean, Long) - Method in class com.aliyun.odps.Tables
创建表
createTempResource(String) - Method in class com.aliyun.odps.Resources
上传临时文件资源
createTempResource(String, String) - Method in class com.aliyun.odps.Resources
上传临时文件资源
createTempResource(String, String, Resource.Type) - Method in class com.aliyun.odps.Resources
 
createUploadSession(String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
在非分区表上创建上传会话
createUploadSession(String, String, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel
在非分区表上创建上传会话
createUploadSession(String, String, PartitionSpec) - Method in class com.aliyun.odps.tunnel.TableTunnel
在分区表上创建上传会话
createUploadSession(String, String, PartitionSpec, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel
在分区表上创建上传会话
createUploadSession(String, String, String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel
构造一个新的VolumeTunnel.UploadSession对象。
CupidTask - Class in com.aliyun.odps.task
 
CupidTask() - Constructor for class com.aliyun.odps.task.CupidTask
 
CycleException - Exception in com.aliyun.odps.simpleframework.xml.strategy
The CycleException is thrown when an invalid cycle is found when deserializing an object from an XML document.
CycleException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.strategy.CycleException
Constructor for the CycleException object.
CycleException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.strategy.CycleException
Constructor for the CycleException object.
CycleStrategy - Class in com.aliyun.odps.simpleframework.xml.strategy
The CycleStrategy represents a strategy that is used to augment the deserialization and serialization process such that cycles in an object graph can be supported.
CycleStrategy() - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String, String) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String, String, String) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.

D

Default - Annotation Type in com.aliyun.odps.simpleframework.xml
The Default annotation is used to specify that all fields or methods should be serialized in a default manner.
DEFAULT_CHUNK_SIZE - Static variable in class com.aliyun.odps.commons.GeneralConfiguration
上传数据的默认块大小(单位字节)。默认值按照MTU-4设置,MTU值1500。
DEFAULT_CONNECT_RETRYTIMES - Static variable in class com.aliyun.odps.tunnel.io.TunnelRecordReader
底层网络重试次数, 4
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.aliyun.odps.tunnel.io.TunnelRecordReader
底层网络建立超时时间,30秒
DEFAULT_DIRECTORY_PERMISSION - Static variable in class com.aliyun.odps.VolumeFSFile
 
DEFAULT_GROUP - Static variable in class com.aliyun.odps.VolumeFSFile
 
DEFAULT_OWNER - Static variable in class com.aliyun.odps.VolumeFSFile
 
DEFAULT_SOCKET_CONNECT_TIMEOUT - Static variable in class com.aliyun.odps.commons.GeneralConfiguration
底层网络链接的默认超时时间,180秒
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.aliyun.odps.commons.GeneralConfiguration
底层网络默认超时时间, 300秒。
DefaultRecordReader - Class in com.aliyun.odps.data
默认 RecordReader 的实现,用于读取 Record
DefaultRecordReader(InputStream, TableSchema) - Constructor for class com.aliyun.odps.data.DefaultRecordReader
构造一个 DefaultRecordReader
DefaultType - Enum in com.aliyun.odps.simpleframework.xml
The DefaultType enumeration is used to specify the type of defaults to apply to a class.
delete(String) - Method in class com.aliyun.odps.Functions
删除函数
delete(String, String) - Method in class com.aliyun.odps.Functions
删除函数
delete(String) - Method in class com.aliyun.odps.ml.OfflineModels
删除离线模型
delete(String, String) - Method in class com.aliyun.odps.ml.OfflineModels
删除离线模型
delete(String) - Method in class com.aliyun.odps.ml.OnlineModels
删除在线模型
delete(String, String) - Method in class com.aliyun.odps.ml.OnlineModels
删除在线模型
delete(String) - Method in class com.aliyun.odps.Resources
删除资源
delete(String, String) - Method in class com.aliyun.odps.Resources
删除资源
delete(String) - Method in class com.aliyun.odps.Tables
删除表
delete(String, boolean) - Method in class com.aliyun.odps.Tables
删除表
delete(String, String) - Method in class com.aliyun.odps.Tables
删除表
delete(String, String, boolean) - Method in class com.aliyun.odps.Tables
删除表
delete(boolean) - Method in class com.aliyun.odps.VolumeFSFile
Delete file (or dir)
delete(String) - Method in class com.aliyun.odps.Volumes
删除Volume
delete(String, String) - Method in class com.aliyun.odps.Volumes
删除Volume
delete(String) - Method in class com.aliyun.odps.XFlows
删除 XFlow 对象
delete(String, String) - Method in class com.aliyun.odps.XFlows
删除 XFlow 对象
DeleteConflict - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
deleteExternalProject(String) - Method in class com.aliyun.odps.Projects
删除 external 项目,只允许 project owner 删除。
deletePartition(PartitionSpec) - Method in class com.aliyun.odps.Table
删除指定分区
deletePartition(PartitionSpec, boolean) - Method in class com.aliyun.odps.Table
删除指定分区
deleteVolumePartition(String) - Method in class com.aliyun.odps.Volume
删除指定分区
destModel - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
destProject - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
Dictionary<T extends Entry> - Class in com.aliyun.odps.simpleframework.xml.util
The Dictionary object represents a mapped set of entry objects that can be serialized and deserialized.
Dictionary() - Constructor for class com.aliyun.odps.simpleframework.xml.util.Dictionary
Constructor for the Dictionary object.
disableCheckPermissionUsingAcl() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
disableCheckPermissionUsingPolicy() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
disableDownloadPrivilege() - Method in class com.aliyun.odps.security.SecurityConfiguration
If project setting DOWNLOAD_PRIV_ENFORCED is enabled, download privilege cannot be set to false via odps sdk
disableLabelSecurity() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
disableObjectCreatorHasAccessPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
disableObjectCreatorHasGrantPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
disableProjectProtection() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
DOWNLOADID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
DOWNLOADS - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
DownloadSession(String, String, String) - Constructor for class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
根据已有downloadId构造一个InstanceTunnel.DownloadSession对象。
DownloadSession(String, String, String, String) - Constructor for class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
构造一个新的VolumeTunnel.DownloadSession
DownloadSession(String, String, String, String, String) - Constructor for class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
根据已有downloadId构造一个VolumeTunnel.DownloadSession对象。

E

Element - Annotation Type in com.aliyun.odps.simpleframework.xml
The Element annotation is used to represent a field or method that appears as an XML element.
ElementArray - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementArray annotation represents a method or field that is an array of elements.
ElementException - Exception in com.aliyun.odps.simpleframework.xml.core
The ElementException is used to represent conditions when an XML element is in an invalid state.
ElementException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ElementException
Constructor for the ElementException object.
ElementException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ElementException
Constructor for the ElementException object.
ElementList - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementList annotation represents a method or field that is a Collection for storing entries.
ElementListUnion - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementListUnion annotation is used to describe fields and methods that can dynamically match a schema class.
ElementMap - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementMap annotation represents a method or field that is a Map for storing key value pairs.
ElementMapUnion - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementMapUnion annotation is used to describe a field or method that can dynamically match a schema class.
ElementUnion - Annotation Type in com.aliyun.odps.simpleframework.xml
The ElementUnion annotation is used to describe fields and methods that can dynamically match a schema class.
enableCheckPermissionUsingAcl() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableCheckPermissionUsingPolicy() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableDownloadPrivilege() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableLabelSecurity() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableObjectCreatorHasAccessPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableObjectCreatorHasGrantPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableProjectProtection() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableProjectProtection(String) - Method in class com.aliyun.odps.security.SecurityConfiguration
 
enableReattach(boolean) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
enableReattach(boolean) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
encode(String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
encodeObjectName(String) - Static method in class com.aliyun.odps.ml.ModelResourceBuilder
 
Entry - Interface in com.aliyun.odps.simpleframework.xml.util
The Entry object represents entries to the dictionary object.
EnvironmentFilter - Class in com.aliyun.odps.simpleframework.xml.filter
The EnvironmentFilter object is used to provide a filter that will replace the specified values with an environment variable from the OS.
EnvironmentFilter() - Constructor for class com.aliyun.odps.simpleframework.xml.filter.EnvironmentFilter
Constructor for the EnvironmentFilter object.
EnvironmentFilter(Filter) - Constructor for class com.aliyun.odps.simpleframework.xml.filter.EnvironmentFilter
Constructor for the EnvironmentFilter object.
equals(StreamUploadSessionImpl.Slot) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
EVALUATIONS - Static variable in class com.aliyun.odps.ml.ModelResourceBuilder
 
execute(XFlows.XFlowInstance) - Method in class com.aliyun.odps.XFlows
 
execute(XFlows.XFlowInstance, String) - Method in class com.aliyun.odps.XFlows
 
ExecuteMode - Enum in com.aliyun.odps.sqa
Created by dongxiao on 2020/3/16.
executeMode(ExecuteMode) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
executeMode(ExecuteMode) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
exists(String) - Method in class com.aliyun.odps.Functions
判断 Function 是否存在
exists(String, String) - Method in class com.aliyun.odps.Functions
判断 Function 是否存在
exists(String) - Method in class com.aliyun.odps.Instances
判断指定 Instance 是否存在
exists(String, String) - Method in class com.aliyun.odps.Instances
判断指定 Instance 是否存在
exists(String) - Method in class com.aliyun.odps.ml.OfflineModels
判断指定离线模型是否存在
exists(String, String) - Method in class com.aliyun.odps.ml.OfflineModels
判断指定离线模型是否存在
exists(String) - Method in class com.aliyun.odps.ml.OnlineModels
判断指定在线模型是否存在
exists(String, String) - Method in class com.aliyun.odps.ml.OnlineModels
判断指定在线模型是否存在
exists(String) - Method in class com.aliyun.odps.Projects
检查Project是否存在
exists(String) - Method in class com.aliyun.odps.Resources
判断指定资源是否存在
exists(String, String) - Method in class com.aliyun.odps.Resources
判断指定资源是否存在
exists(String) - Method in class com.aliyun.odps.Tables
判断指定表是否存在
exists(String, String) - Method in class com.aliyun.odps.Tables
判断指定表是否存在
exists(String) - Method in class com.aliyun.odps.Volumes
判断指定Volume是否存在
exists(String, String) - Method in class com.aliyun.odps.Volumes
判断指定Volume是否存在
exists(String) - Method in class com.aliyun.odps.XFlows
判断 XFlow 对象是否存在
exists(String, String) - Method in class com.aliyun.odps.XFlows
判断 XFlow 对象是否存在
ExternalProjectProperties(String) - Constructor for class com.aliyun.odps.Project.ExternalProjectProperties
 

F

fallback4ResourceNotEnough(boolean) - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
fallback4RunningTimeout(boolean) - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
fallback4UnknownError(boolean) - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
fallback4UnsupportedFeature(boolean) - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
fallback4Upgrading(boolean) - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
FallbackPolicy - Class in com.aliyun.odps.sqa
Created by dongxiao on 2020/4/21.
fallbackPolicy(FallbackPolicy) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
fallbackPolicy(FallbackPolicy) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
fetch(Object) - Method in interface com.aliyun.odps.simpleframework.xml.util.Cache
This method is used to get the value from the cache that is mapped to the specified key.
fetch(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.ConcurrentCache
This method is used to get the value from the cache that is mapped to the specified key.
fetch(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.LimitedCache
This method is used to get the value from the cache that is mapped to the specified key.
fetch(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.WeakCache
This method is used to get the value from the cache that is mapped to the specified key.
FileResource - Class in com.aliyun.odps
FileResource表示ODPS中一个文件类型资源
FileResource() - Constructor for class com.aliyun.odps.FileResource
FileResource表示ODPS中一个File类型的资源
fillBuffer() - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
Filter - Interface in com.aliyun.odps.simpleframework.xml.filter
The Filter object is used to provide replacement string values for a provided key.
flush() - Method in class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
flush() - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
 
flush() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamRecordPack
数据发送到server端 pack对象在flush成功以后可以复用
Format - Class in com.aliyun.odps.simpleframework.xml.stream
The Format object is used to provide information on how a generated XML document should be structured.
Format() - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(String) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(boolean) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Verbosity) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Verbosity) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Style) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Style, Verbosity) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Style) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Style, Verbosity) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String, Style) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String, Style, Verbosity, boolean) - Constructor for class com.aliyun.odps.simpleframework.xml.stream.Format
Constructor for the Format object.
fromString(String) - Static method in enum com.aliyun.odps.LogType
设置日志类型
Function - Class in com.aliyun.odps
Function表示ODPS中的函数
Function() - Constructor for class com.aliyun.odps.Function
 
Functions - Class in com.aliyun.odps
表示ODPS内所有Function的集合
functions() - Method in class com.aliyun.odps.Odps
获取表示ODPS所有Function的集合对象

G

GalaxyTask - Class in com.aliyun.odps.task
 
GalaxyTask() - Constructor for class com.aliyun.odps.task.GalaxyTask
 
GeneralConfiguration - Class in com.aliyun.odps.commons
Created by dongxiao.dx on 2015/9/7.
GeneralConfiguration(Odps) - Constructor for class com.aliyun.odps.commons.GeneralConfiguration
 
generateAuthorizationToken(String, String) - Method in class com.aliyun.odps.security.SecurityManager
 
generateInstanceToken(Instance, long) - Method in class com.aliyun.odps.LogView
生成带有 instance 访问权限的 token
generateLogView(Instance, long) - Method in class com.aliyun.odps.LogView
生成 logview 链接
get(String) - Method in class com.aliyun.odps.Functions
获取 Function 对象
get(String, String) - Method in class com.aliyun.odps.Functions
获取 Function 对象
get(String) - Method in class com.aliyun.odps.Instances
获取指定Instance
get(String, String) - Method in class com.aliyun.odps.Instances
获取指定Instance
get(String) - Method in class com.aliyun.odps.ml.OfflineModels
获得指定的离线模型信息
get(String, String) - Method in class com.aliyun.odps.ml.OfflineModels
获得指定模型信息
get(String) - Method in class com.aliyun.odps.ml.OnlineModels
获得指定的在线模型信息
get(String, String) - Method in class com.aliyun.odps.ml.OnlineModels
获得指定模型信息
get() - Method in class com.aliyun.odps.Projects
获得默认Project对象
get(String) - Method in class com.aliyun.odps.Projects
获取指定Project
get(String) - Method in class com.aliyun.odps.Resources
获取资源信息
get(String, String) - Method in class com.aliyun.odps.Resources
获取资源信息
get(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This is used to acquire the Node mapped to the given name.
get(String) - Method in class com.aliyun.odps.simpleframework.xml.util.Dictionary
This is used to acquire an Entry from the set by its name.
get(String) - Method in class com.aliyun.odps.Tables
获得指定表信息
get(String, String) - Method in class com.aliyun.odps.Tables
获得指定表信息
get(String) - Method in class com.aliyun.odps.Volumes
获得指定Volume信息
get(String, String) - Method in class com.aliyun.odps.Volumes
获得指定Volume信息
get(String) - Method in class com.aliyun.odps.XFlows
获取 XFlow 对象
get(String, String) - Method in class com.aliyun.odps.XFlows
获取 XFlow 对象
getABTest() - Method in class com.aliyun.odps.ml.OnlineModel
获取ABTest配置
getAccessId() - Method in class com.aliyun.odps.account.AliyunAccount
获取当前帐号AccessID
getAccessKey() - Method in class com.aliyun.odps.account.AliyunAccount
获取当前帐号AccessKey
getAccessTime() - Method in class com.aliyun.odps.VolumeFSFile
 
getAccount() - Method in class com.aliyun.odps.commons.GeneralConfiguration
 
getAccount() - Method in class com.aliyun.odps.Odps
获取Account 暂未开放,仅限内部使用
getAccountFormat() - Method in class com.aliyun.odps.Odps
获取参数 account 格式
getActiveCount() - Method in class com.aliyun.odps.sqa.SQLExecutorPool
 
getAliyunSignature(Request) - Method in class com.aliyun.odps.account.AppRequestSigner
 
getAliyunSignature(String) - Method in class com.aliyun.odps.account.AppRequestSigner
 
getAllProperties() - Method in class com.aliyun.odps.Project
获取 Project 全部可配置的属性, 包含从 group 继承来的配置信息
getAnnotation(Class<T>) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Type
This is the annotation associated with the method or field that has been annotated.
getAppAccount() - Method in class com.aliyun.odps.Odps
getApplicationSignature(String, String, String) - Static method in class com.aliyun.odps.account.SecurityUtils
 
getApplyQOS() - Method in class com.aliyun.odps.ml.OnlineModel
获取申请QOS信息
getApplyQPS() - Method in class com.aliyun.odps.ml.OnlineModel
Deprecated.
getApplyResource() - Method in class com.aliyun.odps.ml.OnlineModel
获取申请的资源
getAttribute(String) - Method in class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
This is used to generate the XML attribute representation of the specified name.
getAttribute(String) - Method in class com.aliyun.odps.simpleframework.xml.stream.HyphenStyle
This is used to generate the XML attribute representation of the specified name.
getAttribute(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
Provides an attribute from the element represented.
getAttribute(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.Style
This is used to generate the XML attribute representation of the specified name.
getAttributes() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This returns a map of the attributes contained within the element.
getAttributes() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This returns a NodeMap which can be used to add nodes to the element before that element has been committed.
getAuthorizationVersion() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
getAutoCdata() - Method in class com.aliyun.odps.simpleframework.xml.stream.Format
This method is used to determine whether to wrap the element data with a CDATA block automatically if it contains characters that need to be escape
getAvailBlockId() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
多个线程中的 TunnelBufferedWriter 将通过这个接口获得写入的 blockId 为了防止 blockId 重复分配,对于 curBlockId 的访问必须加锁。
getBackupWorkers() - Method in class com.aliyun.odps.Instance.StageProgress
获得backup的Worker数,对应于original worker,backup会在长尾时被启动,同时运行。
getBlockList() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
获取当前会话已经上传成功的数据块列表
getBlockReplications() - Method in class com.aliyun.odps.VolumeFSFile
 
getBlockSize() - Method in class com.aliyun.odps.VolumeFSFile
 
getBucketNum() - Method in class com.aliyun.odps.Table.ClusterInfo
 
getBusyCount() - Method in class com.aliyun.odps.sqa.SQLExecutorPool
 
getBytes() - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
getCheckSum() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
获取 Record 的 CheckSum
getChild(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to create a child element within the element that this object represents.
getChunkSize() - Method in class com.aliyun.odps.commons.GeneralConfiguration
取得当前配置的数据传输块大小
getClassPath() - Method in class com.aliyun.odps.Function
获得函数使用的类名
getClassType() - Method in class com.aliyun.odps.Function
Deprecated.
getClusterCols() - Method in class com.aliyun.odps.Table.ClusterInfo
 
getClusterInfo() - Method in class com.aliyun.odps.Partition
返回 cluster range partition 的 cluster 信息
getClusterInfo() - Method in class com.aliyun.odps.Table
返回 cluster range 表的 cluster 信息
getClusterType() - Method in class com.aliyun.odps.Table.ClusterInfo
 
getCommandText() - Method in class com.aliyun.odps.Task
获取 Task 命令信息
getCommandText() - Method in class com.aliyun.odps.task.SqlPlanTask
 
getCommandText() - Method in class com.aliyun.odps.task.SQLTask
 
getComment() - Method in class com.aliyun.odps.Job
 
getComment() - Method in class com.aliyun.odps.ml.OnlineModel
Deprecated.
getComment() - Method in class com.aliyun.odps.Project
获取Project注释
getComment() - Method in class com.aliyun.odps.Resource
获取资源注释信息
getComment() - Method in class com.aliyun.odps.security.Role
 
getComment() - Method in class com.aliyun.odps.security.User
 
getComment() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to get the text comment for the element.
getComment() - Method in class com.aliyun.odps.Table
获取注释
getComment() - Method in class com.aliyun.odps.Task
获取注释信息
getComment() - Method in class com.aliyun.odps.Volume
获取注释
getComment() - Method in class com.aliyun.odps.VolumePartition
获取注释
getCompressOption() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
getConfig() - Method in class com.aliyun.odps.tunnel.TableTunnel
 
getConfig() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getContentMd5() - Method in class com.aliyun.odps.FileResource
获得资源在ODPS中记录的MD5值
getCpu() - Method in class com.aliyun.odps.ml.ModelResource
 
getCPUCost() - Method in class com.aliyun.odps.Instance.TaskCost
 
getCreatedTime() - Method in class com.aliyun.odps.Function
获取函数创建时间
getCreatedTime() - Method in class com.aliyun.odps.Job
 
getCreatedTime() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型 创建时间
getCreatedTime() - Method in class com.aliyun.odps.ml.OnlineModel
获取创建时间
getCreatedTime() - Method in class com.aliyun.odps.Partition
获取分区的创建时间
getCreatedTime() - Method in class com.aliyun.odps.Project
获取Project创建时间
getCreatedTime() - Method in class com.aliyun.odps.Resource
获取资源创建时间
getCreatedTime() - Method in class com.aliyun.odps.Table
获取创建时间
getCreatedTime() - Method in class com.aliyun.odps.Volume
获取创建时间
getCreatedTime() - Method in class com.aliyun.odps.VolumePartition
获取创建时间
getCreatedTime() - Method in class com.aliyun.odps.XFlow
获取 XFlow 创建时间
getCreationTime() - Method in class com.aliyun.odps.VolumeFSFile
 
getCryptoAlgoName() - Method in class com.aliyun.odps.Table
获取表加密算法名称
getDataSize() - Method in class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
getDataSize() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamRecordPack
 
getDefaultProject() - Method in class com.aliyun.odps.Odps
取得当前对象的默认Project名称
getDefaultRunningCluster() - Method in class com.aliyun.odps.Instances
获取默认 runningCluster 如果为 null,使用project 默认 cluster
getDisplayname() - Method in class com.aliyun.odps.security.User
 
getDistributeColumnNames() - Method in class com.aliyun.odps.Shard
返回创建shard表时指定的cluster by列名
getDownloadSession(String, String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在非分区表上创建的下载会话
getDownloadSession(String, String, long, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在非分区表上创建的下载会话
getDownloadSession(String, String, PartitionSpec, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在分区表上创建的下载会话
getDownloadSession(String, String, PartitionSpec, long, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在shard表上创建的下载会话
getDownloadSession(String, String, String, String, String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel
根据已有downloadId获取一个VolumeTunnel.DownloadSession对象。
getElement(String) - Method in class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
This is used to generate the XML element representation of the specified name.
getElement(String) - Method in class com.aliyun.odps.simpleframework.xml.stream.HyphenStyle
This is used to generate the XML element representation of the specified name.
getElement(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.Style
This is used to generate the XML element representation of the specified name.
getEndpoint(String) - Method in class com.aliyun.odps.commons.GeneralConfiguration
 
getEndpoint() - Method in class com.aliyun.odps.Odps
获取ODPS服务的地址
getEndTime() - Method in class com.aliyun.odps.Instance
获得Instance结束执行时间
getEndTime() - Method in class com.aliyun.odps.InstanceFilter
获得结束时间的过滤条件
getErrCode() - Method in exception com.aliyun.odps.VolumeException
 
getErrMsg() - Method in exception com.aliyun.odps.VolumeException
 
getErrorCode() - Method in exception com.aliyun.odps.OdpsException
获取错误码
getErrorMsg() - Method in exception com.aliyun.odps.tunnel.TunnelException
获得错误信息
getExecutionLog() - Method in interface com.aliyun.odps.sqa.SQLExecutor
获取当前查询的执行日志
getExecutor() - Method in class com.aliyun.odps.sqa.SQLExecutorPool
获取一个连接,在最大连接数限制内会进行初始化动作
getExecutorCount() - Method in class com.aliyun.odps.sqa.SQLExecutorPool
 
getExtendedProperties() - Method in class com.aliyun.odps.Project
获取 Project 扩展配置信息
getFaliedMsg() - Method in class com.aliyun.odps.ml.OnlineModel
获取对模型操作过程中的失败信息
getFileCount() - Method in class com.aliyun.odps.Volume
获取内部文件个数
getFileCount() - Method in class com.aliyun.odps.VolumePartition
获取内部文件个数
getFileIterator() - Method in class com.aliyun.odps.VolumePartition
获取文件迭代器
getFileIterator(String) - Method in class com.aliyun.odps.VolumePartition
获取文件迭代器
getFileLength() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
获取当前VolumeTunnel.DownloadSession操作的File的长度。
getFileLength(String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
 
getFileList() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
获取当前VolumeTunnel.UploadSession已成功上传的files
getFileNum() - Method in class com.aliyun.odps.Partition
获取分区数据的文件数
getFileNum() - Method in class com.aliyun.odps.Table
返回表数据所占的盘古文件数
getFinishedPercentage() - Method in class com.aliyun.odps.Instance.StageProgress
获得已处理数据量的百分比
getFormat() - Method in class com.aliyun.odps.Instance.Result
指明返回结果的格式,包括:text, csv
getFromTime() - Method in class com.aliyun.odps.InstanceFilter
获得起始执行时间过滤条件
getGlobalSettings() - Method in class com.aliyun.odps.Odps
获取全局配置的副本(deep copy)
getGpu() - Method in class com.aliyun.odps.ml.ModelResource
 
getGroup() - Method in class com.aliyun.odps.VolumeFSFile
 
getGuid() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getHubLifecycle() - Method in class com.aliyun.odps.Shard
Deprecated.
getHubLifecycle() - Method in class com.aliyun.odps.Table
获取表的datahub生命周期值,单位:天
getId() - Method in class com.aliyun.odps.Instance
获得Instance的ID
getId() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance id
getId() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
getID() - Method in class com.aliyun.odps.security.User
 
getId() - Method in interface com.aliyun.odps.sqa.SQLExecutor
获取Executor的ID
getId() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取会话ID
getId() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
getId() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
获取会话ID
getId() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
获取Session ID
getId() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
获取会话ID
getId() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
获取当前VolumeTunnel.DownloadSession的唯一标识符
getId() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
获取当前VolumeTunnel.UploadSession的唯一标识符
getIndent() - Method in class com.aliyun.odps.simpleframework.xml.stream.Format
This method returns the size of the indent to use for the XML generated.
getInformation(String) - Method in class com.aliyun.odps.Session
getInformation
getInputRecords() - Method in class com.aliyun.odps.Instance.StageProgress
获得输入的Record
getInputSize() - Method in class com.aliyun.odps.Instance.TaskCost
 
getInputTablenames() - Method in class com.aliyun.odps.task.XLibTask
 
getInstance() - Method in class com.aliyun.odps.Session
返回 odps instance 对象
getInstance() - Method in interface com.aliyun.odps.sqa.SQLExecutor
获取当前查询Instance
getInstanceID() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取 instanceID
getInstanceId() - Method in class com.aliyun.odps.XFlows.XResult
 
getInstanceNum() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型的实例数目
getIp() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
getIsdir() - Method in class com.aliyun.odps.VolumeFSFile
 
getIsLongPolling() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
 
getIsTempResource() - Method in class com.aliyun.odps.FileResource
获得资源是否是临时资源。所谓临时资源即可以将本地文件作为Resource上传到ODPS中,供MapReduce使用。该资源仅对 运行的作业有效。
getJobConf() - Method in class com.aliyun.odps.task.GraphTask
Gets the value of the jobConf property.
getJobName() - Method in class com.aliyun.odps.Instance
获取 Instance 的 Job name
getJobName() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 Job 名称
getJsonSchema() - Method in class com.aliyun.odps.Table
 
getJsonSummary() - Method in class com.aliyun.odps.Instance.TaskSummary
 
getKey() - Method in class com.aliyun.odps.XFlows.XFlowInstance.Parameter
 
getLastDataModifiedTime() - Method in class com.aliyun.odps.Partition
获取分区数据的最后修改时间
getLastDataModifiedTime() - Method in class com.aliyun.odps.Table
获取数据最后修改时间
getLastMetaModifiedTime() - Method in class com.aliyun.odps.Partition
获取分区的Meta修改时间
getLastMetaModifiedTime() - Method in class com.aliyun.odps.Table
获取最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.Job
 
getLastModifiedTime() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型 修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.ml.OnlineModel
获取最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.Project
获取Project最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.Resource
获取资源最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.Volume
获取volume最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.VolumePartition
获取volume partition最后修改时间
getLastModifiedTime() - Method in class com.aliyun.odps.XFlow
获取 XFLow 最后修改时间
getLastUpdator() - Method in class com.aliyun.odps.Resource
获得资源最后更新者
getLength() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Value
This returns the length of the array that is to be allocated.
getLength() - Method in class com.aliyun.odps.Volume
获取内部存储大小
getLength() - Method in class com.aliyun.odps.VolumeFSFile
 
getLength() - Method in class com.aliyun.odps.VolumePartition
获取内部存储大小
getLife() - Method in class com.aliyun.odps.Table
获取表的生命周期值,单位:天
getLifeCycle() - Method in class com.aliyun.odps.Partition
获取表的生命周期
getLifecycle() - Method in class com.aliyun.odps.Volume
获取生命周期
getLine() - Method in interface com.aliyun.odps.simpleframework.xml.stream.Position
This is the actual line number within the read XML document.
getLocation() - Method in class com.aliyun.odps.Table
返回外部表数据存储位置
getLog(String, LogType, int) - Method in class com.aliyun.odps.Instance
获取Worker运行的LOG内容
getLogView() - Method in class com.aliyun.odps.Session
 
getLogView() - Method in interface com.aliyun.odps.sqa.SQLExecutor
获取当前query Logview
getLogViewHost() - Method in class com.aliyun.odps.LogView
获取 logview host 地址
getLogViewHost() - Method in class com.aliyun.odps.Odps
获取logview host地址,可能为null
getMaxExtendedLabel() - Method in class com.aliyun.odps.Table
 
getMaxLabel() - Method in class com.aliyun.odps.Table
获取最高的label级别 Label的定义分两部分: 1.
getMemory() - Method in class com.aliyun.odps.ml.ModelResource
 
getMemoryCost() - Method in class com.aliyun.odps.Instance.TaskCost
 
getMessage() - Method in exception com.aliyun.odps.tunnel.TunnelException
 
getMessage() - Method in exception com.aliyun.odps.VolumeException
 
getMethod() - Method in class com.aliyun.odps.task.XLibTask
返回方法名。
getMode() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
The Mode is used to indicate the output mode of this node.
getModel() - Method in class com.aliyun.odps.ml.OfflineModel
 
getModificationTime() - Method in class com.aliyun.odps.VolumeFSFile
 
getName() - Method in class com.aliyun.odps.Function
获得函数名
getName() - Method in class com.aliyun.odps.Instance.InstanceResultModel.TaskResult
 
getName() - Method in class com.aliyun.odps.Instance.StageProgress
获得Stage名称。任意Task 可以由任意多个Stage构成。Stage由任意多个Worker构成。Stage内的Worker有相同的数据处理逻辑。
getName() - Method in class com.aliyun.odps.Instance.TaskStatus
返回状态名称
getName() - Method in class com.aliyun.odps.Job
 
getName() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型名
getName() - Method in class com.aliyun.odps.ml.OfflineModelFilter
获得模型名前缀
getName() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型名
getName() - Method in class com.aliyun.odps.ml.OnlineModelFilter
获得模型名前缀
getName() - Method in class com.aliyun.odps.Project.Cluster
 
getName() - Method in class com.aliyun.odps.Project
获取Project名称
getName() - Method in class com.aliyun.odps.Resource
获得资源名称
getName() - Method in class com.aliyun.odps.security.Role
 
getName() - Method in interface com.aliyun.odps.simpleframework.xml.stream.Node
Returns the name of the node that this represents.
getName() - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This is used to get the name of the element that owns the nodes for the specified map.
getName() - Method in interface com.aliyun.odps.simpleframework.xml.util.Entry
Represents the name of the entry instance used for mappings.
getName() - Method in class com.aliyun.odps.Table
获取表名
getName() - Method in class com.aliyun.odps.Table.SortColumn
 
getName() - Method in class com.aliyun.odps.TableFilter
获得表名前缀
getName() - Method in class com.aliyun.odps.Task
获取Task的名称
getName() - Method in class com.aliyun.odps.Task.Property
返回属性名。
getName() - Method in class com.aliyun.odps.Volume
获取volume名
getName() - Method in class com.aliyun.odps.VolumeFile
获得VolumeFile的名字
getName() - Method in class com.aliyun.odps.VolumeFilter
获得Volume名或partition名前缀
getName() - Method in class com.aliyun.odps.VolumePartition
获取volume partition名
getName() - Method in class com.aliyun.odps.XFlow
获取 XFlow 名字
getName() - Method in class com.aliyun.odps.XFlow.XFlowModel
 
getName() - Method in class com.aliyun.odps.XFlows.XFlowInstance.Property
 
getName() - Method in class com.aliyun.odps.XFlows.XResult
 
getNamespaces() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This returns the NamespaceMap for this node.
getNext() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This returns the next child element within this element if one exists.
getNext(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This returns the next child in this element if that child has the name provided.
getNode() - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This is used to acquire the actual node this map represents.
getNodeType() - Method in class com.aliyun.odps.XFlows.XResult
 
getOdps() - Method in class com.aliyun.odps.Instance
获得Instance的 ODPS 对象
getOdpsHooks() - Method in class com.aliyun.odps.Instance
 
getOfflineModelId() - Method in class com.aliyun.odps.ml.OnlineModel
获取被发布到在线的离线模型Id
getOfflineModelName() - Method in class com.aliyun.odps.ml.OnlineModel
获取被发布到在线的离线模型名称
getOfflineModelProject() - Method in class com.aliyun.odps.ml.OnlineModel
获取被发布到在线的离线模型所属Project名称
getOnlyOwner() - Method in class com.aliyun.odps.InstanceFilter
获得Instance owner过滤条件
getOrder() - Method in class com.aliyun.odps.Table.SortColumn
 
getOutputRecords() - Method in class com.aliyun.odps.Instance.StageProgress
获得输出的Record
getOutputTablenames() - Method in class com.aliyun.odps.task.XLibTask
 
getOwner() - Method in class com.aliyun.odps.Function
获得函数所属用户
getOwner() - Method in class com.aliyun.odps.Instance
获得Instance所属用户
getOwner() - Method in class com.aliyun.odps.Job
 
getOwner() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型所属用户
getOwner() - Method in class com.aliyun.odps.ml.OfflineModelFilter
获得模型 owner
getOwner() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型所属用户
getOwner() - Method in class com.aliyun.odps.Project
获得Project所属用户
getOwner() - Method in class com.aliyun.odps.Resource
获取资源所属用户
getOwner() - Method in class com.aliyun.odps.Table
获取表所属用户
getOwner() - Method in class com.aliyun.odps.TableFilter
获得表所有者
getOwner() - Method in class com.aliyun.odps.Volume
获取volume所属用户
getOwner() - Method in class com.aliyun.odps.VolumeFSFile
 
getOwner() - Method in class com.aliyun.odps.VolumePartition
获取volume partition所属用户
getOwner() - Method in class com.aliyun.odps.XFlow
获取 XFlow 所属用户
getParameters() - Method in class com.aliyun.odps.task.XLibTask
返回参数
getParameters() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getParent() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This is used to acquire the Node that is the parent of this node.
getParent() - Method in interface com.aliyun.odps.simpleframework.xml.stream.Node
This is used to acquire the Node that is the parent of this node.
getParent() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to acquire the Node that is the parent of this node.
getPartition(PartitionSpec) - Method in class com.aliyun.odps.Table
获取指定分区信息
getPartitionIterator() - Method in class com.aliyun.odps.Table
获取分区迭代器
getPartitionIterator(PartitionSpec) - Method in class com.aliyun.odps.Table
获取分区迭代器
getPartitionIterator() - Method in class com.aliyun.odps.Volume
获取分区迭代器
getPartitionIterator(VolumeFilter) - Method in class com.aliyun.odps.Volume
获取volume partition迭代器
getPartitions() - Method in class com.aliyun.odps.Table
获取所有分区信息
getPartitions(PartitionSpec, PartitionSpec) - Method in class com.aliyun.odps.Table
Get partitions by range.
getPartitionSpec() - Method in class com.aliyun.odps.Partition
获得PartitionSpec对象
getPartitionSpec() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
获取 partition
getPartitionSpecs() - Method in class com.aliyun.odps.Table
Get list of partition specs.
getPath() - Method in class com.aliyun.odps.VolumeFSFile
 
getPattern() - Method in interface com.aliyun.odps.simpleframework.xml.util.Match
This is the pattern string that is used by the resolver.
getPermission() - Method in class com.aliyun.odps.VolumeFSFile
 
getPhysicalSize() - Method in class com.aliyun.odps.Partition
获得分区数据的物理大小,单位Byte
getPhysicalSize() - Method in class com.aliyun.odps.Table
查看表所占磁盘的物理大小
getPlan() - Method in class com.aliyun.odps.task.CupidTask
 
getPlan() - Method in class com.aliyun.odps.task.LOTTask
 
getPlan() - Method in class com.aliyun.odps.task.MoyeTask
 
getPort() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
getPosition() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This provides the position of this node within the document.
getPredictDesc() - Method in class com.aliyun.odps.ml.OnlineModel
获取processor pipeline信息
getPrefix() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This is used to acquire the namespace prefix for the node.
getPrefix() - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This is the prefix that is associated with the source element.
getPrefix(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This acquires the prefix for the specified namespace reference.
getPrefix() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to acquire the prefix for this output node.
getPrefix(boolean) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to acquire the prefix for this output node.
getPriority() - Method in class com.aliyun.odps.Instance
获取 Instance 的优先级
getPriority() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance 优先级
getPriority() - Method in class com.aliyun.odps.Job
 
getPriority() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getProgress() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance 进度
getProgress() - Method in interface com.aliyun.odps.sqa.SQLExecutor
获取当前查询的进度信息
getProject() - Method in class com.aliyun.odps.Function
获取函数所在Project名称
getProject() - Method in class com.aliyun.odps.Instance
获得Instance所属Project名称
getProject() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 project 名称
getProject() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型所属Project名称
getProject() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型所属Project名称
getProject() - Method in class com.aliyun.odps.Resource
获取资源所在Project名称
getProject() - Method in class com.aliyun.odps.Table
获取表所属Project名称
getProject() - Method in class com.aliyun.odps.task.LOTTask.Plan
 
getProject() - Method in class com.aliyun.odps.Volume
获取 volume 所在Project名称
getProject() - Method in class com.aliyun.odps.VolumeFSFile
 
getProject() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getProjectName() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取 project name
getProjectName() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
 
getProjectPolicy() - Method in class com.aliyun.odps.security.SecurityManager
 
getProjectProtectionExceptionPolicy() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
getProlog() - Method in class com.aliyun.odps.simpleframework.xml.stream.Format
This method returns the prolog that is to be used at the start of the generated XML document.
getProperties() - Method in class com.aliyun.odps.Project
获取 Project 已配置的属性
getProperties() - Method in class com.aliyun.odps.Task
获取所有配置信息
getProperty(String, Class<T>) - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
根据关键字来获取属性值
getProperty(String) - Method in class com.aliyun.odps.Project
查询Project指定配置信息
getProtobufStream() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
getQuery() - Method in class com.aliyun.odps.task.LOTTask
 
getQuery() - Method in class com.aliyun.odps.task.SQLCostTask
 
getQuery() - Method in class com.aliyun.odps.task.SqlPlanTask
返回查询语句。
getQuery() - Method in class com.aliyun.odps.task.SQLTask
 
getQueryId() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取SQL_RT_TASK的subqueryId
getQueryStats() - Method in class com.aliyun.odps.Session
get sqlstats of subqyery
getQueueingInfo() - Method in class com.aliyun.odps.Instance
获取运行中 instance 的排队信息
getQuota() - Method in class com.aliyun.odps.VolumeFSFile
 
getQuotaID() - Method in class com.aliyun.odps.Project.Cluster
 
getQuotaIndex() - Method in class com.aliyun.odps.InstanceFilter
获得Instance 运行所在 quota 组过滤条件
getRawStream() - Method in class com.aliyun.odps.data.DefaultRecordReader
 
getRawTaskResults() - Method in class com.aliyun.odps.Instance
获取Instance中Task的原始运行结果
getRecordCount() - Method in class com.aliyun.odps.data.ResultSet
 
getRecordCount() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取可下载的记录总数
getRecordCount() - Method in class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
getRecordCount() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
获取可下载的记录总数
getRecordCount() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamRecordPack
 
getRecordIterator() - Method in class com.aliyun.odps.data.SessionQueryResult
Deprecated.
getRecordNum() - Method in class com.aliyun.odps.Partition
获取分区数据的Record数,若无准确数据,则返回-1
getRecordNum() - Method in class com.aliyun.odps.Table
获取表的Record数, 若无准确数据,则返回-1
getRecordReader() - Method in class com.aliyun.odps.data.RecordPack
返回一个RecordReader,里面包含了所有的记录
getRecordReader() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
获取 RecordReader 对象 ProtobufRecordPack 不支持改方法
getRecords() - Method in class com.aliyun.odps.Session.SubQueryResult
 
getReference() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This allows the namespace reference URI to be determined.
getReference(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This acquires the namespace reference for the specified prefix.
getReference() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to acquire the namespace URI reference associated with this node.
getRegisteredHooks() - Static method in class com.aliyun.odps.OdpsHooks
Deprecated.
getRequestId() - Method in exception com.aliyun.odps.OdpsException
获取 失败请求的 RequestID, 如果不是网络请求 返回 null
getRequestId() - Method in exception com.aliyun.odps.VolumeException
 
getRequestSigner() - Method in interface com.aliyun.odps.account.Account
获得用于对API请求进行签名的RequestSigner对象
getRequestSigner() - Method in class com.aliyun.odps.account.AliyunAccount
 
getRequestSigner() - Method in class com.aliyun.odps.account.AppAccount
 
getRequestSigner() - Method in class com.aliyun.odps.account.BearerTokenAccount
 
getReserved() - Method in class com.aliyun.odps.Partition
返回扩展信息的保留字段 json 字符串
getReserved() - Method in class com.aliyun.odps.Table
返回扩展信息的保留字段 json 字符串
getResource(String, String) - Method in class com.aliyun.odps.commons.GeneralConfiguration
获得RESTful资源标识符
getResourceAsStream(String, String) - Method in class com.aliyun.odps.Resources
获得资源文件的字节流
getResourceAsStream(String) - Method in class com.aliyun.odps.Resources
获得资源文件的字节流
getResourceName() - Method in class com.aliyun.odps.task.LOTTask.Plan
 
getResourceNames() - Method in class com.aliyun.odps.Function
获得函数相关的资源名称列表。
getResources() - Method in class com.aliyun.odps.Function
获得函数相关的资源列表。UDF所用到的资源列表,这个里面必须包括UDF代码所在的资源。如果用户UDF中需要读取其他资源文件,这个列表中还得包括UDF所读取的资源文件列表。
getResources() - Method in class com.aliyun.odps.Table
返回外部表使用的资源
getResp() - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
getRestClient() - Method in class com.aliyun.odps.Odps
获取ODPS底层传输接口
getResult() - Method in class com.aliyun.odps.data.SessionQueryResult
Deprecated.
获取数据结果
getResult() - Method in class com.aliyun.odps.Instance.InstanceResultModel.TaskResult
 
getResult() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
getResult() - Method in interface com.aliyun.odps.sqa.SQLExecutor
通过InstanceTunnel获取所有结果
getResult(Long) - Method in interface com.aliyun.odps.sqa.SQLExecutor
通过InstanceTunnel获取有限集结果
getResult(Instance, String) - Static method in class com.aliyun.odps.task.SQLTask
Return 1W records at most.
getResult(Instance) - Static method in class com.aliyun.odps.task.SQLTask
Return 1W records at most.
getResult() - Method in class com.aliyun.odps.XFlows.XResult
 
getResultByInstanceTunnel(Instance, String, Long) - Static method in class com.aliyun.odps.task.SQLTask
Return 1W records with completed schema info at most.
getResultByInstanceTunnel(Instance, Long) - Static method in class com.aliyun.odps.task.SQLTask
使用 instance tunnel 的方式获取 Anonymous task 的结果
getResultByInstanceTunnel(Instance, String) - Static method in class com.aliyun.odps.task.SQLTask
使用 instance tunnel 的方式获取 instance 结果 当数据量不大于 #SQL_TASK_RESULT_LIMIT 条时,成功; 若数据量量大于 #SQL_TASK_RESULT_LIMIT 条, 返回 SQL_TASK_RESULT_LIMIT 条结果; 可使用 SQLTask.getResultByInstanceTunnel(Instance, String, Long) 接口调整 limit 参数, 来获取更多数据;
getResultByInstanceTunnel(Instance) - Static method in class com.aliyun.odps.task.SQLTask
使用 instance tunnel 的方式获取 Anonymous task 的结果
getResultIterator() - Method in class com.aliyun.odps.data.SessionQueryResult
Deprecated.
获取结果数据迭代器
getResultSet() - Method in interface com.aliyun.odps.sqa.SQLExecutor
通过InstanceTunnel获取结果的迭代器
getResultSet(Long) - Method in interface com.aliyun.odps.sqa.SQLExecutor
通过InstanceTunnel获取有限集结果的迭代器
getResultSet(Instance) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注:本接口使用 instance tunnel 实现,没有记录数限制,可获取instance对应query结果集的全量数据。 但是只有instance的owner本人可以使用本接口,且当对应project打开protection时, 需要提前在policy中为对应SQL中涉及的相应表和视图添加exception,否则无权下载
getResultSet(Instance, String) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注:本接口使用 instance tunnel 实现,没有记录数限制,可获取instance对应query结果集的全量数据。 但是只有instance的owner本人可以使用本接口,且当对应project打开protection时, 需要提前在policy中为对应SQL中涉及的相应表和视图添加exception,否则无权下载
getResultSet(Instance, Long) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注:本接口使用 instance tunnel 实现,没有记录数限制,可获取instance对应query结果集的全量数据。 但是只有instance的owner本人可以使用本接口,且当对应project打开protection时, 需要提前在policy中为对应SQL中涉及的相应表和视图添加exception,否则无权下载
getResultSet(Instance, String, Long) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注:本接口使用 instance tunnel 实现,没有记录数限制,可获取instance对应query结果集的全量数据。 但是只有instance的owner本人可以使用本接口,且当对应project打开protection时, 需要提前在policy中为对应SQL中涉及的相应表和视图添加exception,否则无权下载
getResultSet(Instance, String, Long, boolean) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注: 1.只有instance的owner本人可以使用本接口 2.当limitHint为true时,结果最多只能获得1条记录,超过将截断,但无需进行逐表的权限检查 3.当limitHint为false时,没有记录数限制,可获取instance对应query结果集的全量数据。但前提是需要逐表(SQL中 涉及的表与视图)对用户进行权限检查,所以当查询涉及表所在project打开protection时,需要提前在policy中为相应表 和视图添加exception,否则无权下载
getResultSet(Instance, String, Long, boolean, URI) - Static method in class com.aliyun.odps.task.SQLTask
通过instance获取记录迭代器,从而可以让用户通过迭代器逐条获取记录来避免一次性获取全量数据到本地时撑爆内存的问题 注:本接口使用 instance tunnel 实现,没有记录数限制,可获取instance对应query结果集的全量数据。 1.只有instance的owner本人可以使用本接口 2.当limitHint为true时,结果最多只能获得1条记录,超过将截断,但无需进行逐表的权限检查 3.当limitHint为false时,没有记录数限制,可获取instance对应query结果集的全量数据。但前提是需要逐表(SQL中 涉及的表与视图)对用户进行权限检查,所以当查询涉及表所在project打开protection时,需要提前在policy中为相应表 和视图添加exception,否则无权下载
getRolePolicy(String) - Method in class com.aliyun.odps.security.SecurityManager
 
getRoot(String, Odps) - Static method in class com.aliyun.odps.VolumeFSFile
Get a mocked root path
getRunningCluster() - Method in class com.aliyun.odps.Job
 
getRunningMode() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getRunningWorkers() - Method in class com.aliyun.odps.Instance.StageProgress
获得正在运行的Worker数。多个Worker构成一个Stage,Worker可以简单的被看做一个进程。
getRuntime() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型运行时状态
getSchema() - Method in class com.aliyun.odps.data.DefaultRecordReader
 
getSchema() - Method in class com.aliyun.odps.Session.SubQueryResult
 
getSchema() - Method in class com.aliyun.odps.Table
获取表结构定义
getSchema() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取数据对应的表结构
getSchema() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
getSchema() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
获取数据对应的表结构
getSchema() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
获取表结构
getSchema() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
获取表结构
getSecurityConfiguration() - Method in class com.aliyun.odps.security.SecurityManager
 
getSecurityConfiguration(boolean) - Method in class com.aliyun.odps.security.SecurityManager
 
getSecurityManager() - Method in class com.aliyun.odps.Project
获取SecurityManager对象
getSecurityPolicy() - Method in class com.aliyun.odps.security.SecurityManager
 
getSerDeProperties() - Method in class com.aliyun.odps.Table
返回外部表序列化和反序列化属性
getServer() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
getServiceName() - Method in class com.aliyun.odps.ml.OnlineModel
获取部署Service Name
getServiceTag() - Method in class com.aliyun.odps.ml.OnlineModel
获取部署Service Tag
getSessionName() - Method in class com.aliyun.odps.Session
 
getShard() - Method in class com.aliyun.odps.Table
返回Shard
getShardNum() - Method in class com.aliyun.odps.Shard
返回shard数量
getSignature(String, Request) - Method in class com.aliyun.odps.account.AliyunRequestSigner
 
getSize() - Method in class com.aliyun.odps.Partition
获取分区内部存储的大小,单位Byte
getSize() - Method in class com.aliyun.odps.Resource
获得资源大小 注意: 表 和 volumn 返回 null
getSize() - Method in class com.aliyun.odps.Table
获取内部存储大小,单位:Byte
getSize() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
返回 pack 内的 record 数量
getSkyNetId() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance owner 的 skynetId
getSlot() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
getSocketConnectTimeout() - Method in class com.aliyun.odps.commons.GeneralConfiguration
取得当前配置的网络链接超时时间, 单位秒
getSocketTimeout() - Method in class com.aliyun.odps.commons.GeneralConfiguration
取得当前配置的网络IO超时时间, 秒
getSortCols() - Method in class com.aliyun.odps.Table.ClusterInfo
 
getSortColumnNames() - Method in class com.aliyun.odps.Shard
返回创建shard表时指定的sorted by列名
getSource() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This is used to return the source object for this node.
getSourceTable() - Method in class com.aliyun.odps.TableResource
获得该资源对应的表对象
getSourceTablePartition() - Method in class com.aliyun.odps.TableResource
获得该资源对应的表分区对象
getSourceXml() - Method in class com.aliyun.odps.XFlow
获取 XFlow 原始 xml
getSqlDefinitionText() - Method in class com.aliyun.odps.Function
Get the SQL definition text of this function.
getSqlWarning(Instance) - Static method in class com.aliyun.odps.task.SQLTask
获取运行 SQL 的编译警告信息,可能有多条.
getSqlWarning(Instance, String) - Static method in class com.aliyun.odps.task.SQLTask
获取运行 SQL 的编译警告信息,可能有多条.
getStageProgressFormattedString(List<Instance.StageProgress>) - Static method in class com.aliyun.odps.Instance
 
getStartProgress() - Method in class com.aliyun.odps.Session
获取 session 启动的进度
getStartSessionMessage() - Method in class com.aliyun.odps.Session
 
getStartTime() - Method in class com.aliyun.odps.Instance
获得Instance开始执行时间
getStartTime() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance 开始
getStatus() - Method in class com.aliyun.odps.data.SessionQueryResult
Deprecated.
 
getStatus(boolean) - Method in class com.aliyun.odps.Instance
获得Instance状态
getStatus() - Method in class com.aliyun.odps.Instance
获得Instance状态
getStatus() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance 状态
getStatus() - Method in class com.aliyun.odps.Instance.InstanceResultModel.TaskResult
 
getStatus() - Method in class com.aliyun.odps.Instance.StageProgress
 
getStatus() - Method in class com.aliyun.odps.Instance.TaskStatus
返回状态对象
getStatus() - Method in class com.aliyun.odps.InstanceFilter
获得Instance状态过滤条件
getStatus() - Method in class com.aliyun.odps.ml.OnlineModel
获取在线模型的状态
getStatus() - Method in exception com.aliyun.odps.OdpsException
获得网络状态
getStatus() - Method in class com.aliyun.odps.Project
获取Project当前状态
getStatus() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
getStatus() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取会话状态
getStatus() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
获取会话状态
getStatus() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
获取会话状态
getStatus() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
获取当前VolumeTunnel.DownloadSessionStatus
getStatus() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
获取当前VolumeTunnel.UploadSessionStatus
getStorageHandler() - Method in class com.aliyun.odps.Table
返回外部表数据处理句柄
getStreamUploadResource(String, String, long) - Method in class com.aliyun.odps.commons.GeneralConfiguration
获得Stream upload数据的RESTful资源标识符
getStreamUploadResource(String, String) - Method in class com.aliyun.odps.commons.GeneralConfiguration
获得流式上传的RESTful资源标识符
getString() - Method in class com.aliyun.odps.Instance.Result
Instance执行后,无论成功与否,返回给客户端的结果或失败信息。
getStyle() - Method in class com.aliyun.odps.simpleframework.xml.stream.Format
This is used to acquire the Style for the format.
getSubQueryInfo() - Method in class com.aliyun.odps.data.SessionQueryResult
Deprecated.
 
getSubQueryResult(int) - Method in class com.aliyun.odps.Session
查询SubQuery结果
getSummaryText() - Method in class com.aliyun.odps.Instance.TaskSummary
返回文本化汇总信息,类似于:
getSymlink() - Method in class com.aliyun.odps.VolumeFSFile
 
getTable() - Method in class com.aliyun.odps.task.MergeTask
Deprecated.
getTableExtendedLabels() - Method in class com.aliyun.odps.Table
 
getTableID() - Method in class com.aliyun.odps.Table
获取表 ID
getTableLabel() - Method in class com.aliyun.odps.Table
 
getTableName() - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
 
getTables() - Method in class com.aliyun.odps.task.MergeTask
Get tables (or partitions) to merge.
getTableSchema() - Method in class com.aliyun.odps.data.ResultSet
 
getTaskCost(String) - Method in class com.aliyun.odps.Instance
获得 Instance 中 Task 的运行资源消耗信息 当且仅当 Task 产生计量信息时,返回资源消耗信息,否则返回 null
getTaskDetailJson(String) - Method in class com.aliyun.odps.Instance
 
getTaskDetailJson2(String) - Method in class com.aliyun.odps.Instance
 
getTaskInfo(String, String) - Method in class com.aliyun.odps.Instance
获得 Instance 中 Task 运行时的指定相关信息
getTaskName() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
当前运行的 odps task 名称
getTaskName() - Method in class com.aliyun.odps.Session
 
getTaskName() - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
获取SQL_RT_TASK_NAME
getTaskNames() - Method in class com.aliyun.odps.Instance
获得Instance所包含的所有Task的名称
getTaskPlan() - Method in class com.aliyun.odps.task.AlgoTask
 
getTaskProgress(String) - Method in class com.aliyun.odps.Instance
查询指定Task的Stage进度
getTaskQuotaJson(String) - Method in class com.aliyun.odps.Instance
获取 task 运行 quota group 信息以及 quota group 中作业排队情况 注意,此接口的调用频率受限,两次调用间隔不能少于 30s, 否则返回字符串为 {}。
getTaskResults() - Method in class com.aliyun.odps.Instance
获得Instance中Task的运行结果
getTaskResultsWithFormat() - Method in class com.aliyun.odps.Instance
获得Instance中Task的运行结果
getTasks() - Method in class com.aliyun.odps.Instance
返回与作业运行实例相关的作业Task实例。
getTasks() - Method in class com.aliyun.odps.Job
 
getTaskStatus() - Method in class com.aliyun.odps.Instance
查询Instance中所有Task的执行状态
getTaskSummary(String) - Method in class com.aliyun.odps.Instance
获得Instance中Task的运行汇总信息 当 Server 端返回信息,但是信息格式错误时,返回 null
getTaskType() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
当前运行的 odps task 类型
getTerminatedWorkers() - Method in class com.aliyun.odps.Instance.StageProgress
获得结束运行的Worker数
getToken() - Method in class com.aliyun.odps.account.BearerTokenAccount
获取 token
getTotalBytes() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
获取当前 pack 在内存缓冲区中的大小 注意:由于在写到内存缓冲区前,数据会经过两个缓冲区(protobuf 和 defalter) 因此这个值的变化并不是连续的
getTotalBytes() - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
获得总共写的字节数(记录序列化)
getTotalBytes() - Method in class com.aliyun.odps.tunnel.io.TunnelRecordReader
 
getTotalBytes() - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
getTotalWorkers() - Method in class com.aliyun.odps.Instance.StageProgress
获得所有Worker数
getTraceId() - Method in class com.aliyun.odps.tunnel.io.StreamRecordWriter
 
getTunnelEndpoint() - Method in class com.aliyun.odps.Project
 
getType() - Method in interface com.aliyun.odps.account.Account
获取当前账号的类型
getType() - Method in class com.aliyun.odps.account.AliyunAccount
 
getType() - Method in class com.aliyun.odps.account.AppAccount
 
getType() - Method in class com.aliyun.odps.account.BearerTokenAccount
 
getType() - Method in class com.aliyun.odps.Instance.InstanceResultModel.TaskResult
 
getType() - Method in class com.aliyun.odps.Instance.TaskStatus
返回Task类型
getType() - Method in class com.aliyun.odps.ml.OfflineModel
获取离线模型 类型:经典机器学习模型/深度学习模型
getType() - Method in class com.aliyun.odps.Project
获取Project类型
getType() - Method in class com.aliyun.odps.Resource
获取资源类型
getType() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Type
This will provide the method or field type.
getType() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Value
This is the type of the object instance this represents.
getType() - Method in class com.aliyun.odps.Volume
 
getUploadSession(String, String, String, long, long) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在非分区表的上传会话,且该会话将要使用 TunnelBufferedWriter 进行数据上传。 当有多个这样的会话实例(多进程或多线程)共享会话 ID 时,需要同时声明此会话实例的唯一标识(shareId)和共享的会话实例个数(shares)。
getUploadSession(String, String, PartitionSpec, String, long, long) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在分区表的上传会话,且该会话将要使用 TunnelBufferedWriter 进行数据上传。 当有多个这样的会话实例(多进程或多线程)共享会话 ID 时,需要同时声明此会话实例的唯一标识(shareId)和共享的会话实例个数(shares)。
getUploadSession(String, String, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在非分区表上创建的上传会话
getUploadSession(String, String, PartitionSpec, String) - Method in class com.aliyun.odps.tunnel.TableTunnel
获得在分区表上创建的上传会话
getUploadSession(String, String, String, String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel
根据已有uploadId获取一个VolumeTunnel.UploadSession对象。
getUploadSessionId(VolumeOutputStream) - Static method in class com.aliyun.odps.tunnel.VolumeFSTunnel
Get upload sessionId from outputStream
getURI(String, String) - Method in class com.aliyun.odps.commons.GeneralConfiguration
取得URI
getUsedResource() - Method in class com.aliyun.odps.ml.OnlineModel
获取使用的资源
getUserAccount() - Method in class com.aliyun.odps.Instance.InstanceQueueingInfo
获取 instance owner 的 云账号信息
getUserAgent() - Method in class com.aliyun.odps.commons.GeneralConfiguration
获取User-Agent信息
getUserAgent() - Method in class com.aliyun.odps.Odps
获取访问API时附加的User-Agent信息
getValue() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Value
This method is used to acquire an instance of the type that is defined by this object.
getValue() - Method in interface com.aliyun.odps.simpleframework.xml.stream.Node
Returns the value for the node that this represents.
getValue() - Method in class com.aliyun.odps.Task.Property
返回属性值。
getValue() - Method in class com.aliyun.odps.tunnel.io.Checksum
 
getValue() - Method in class com.aliyun.odps.XFlows.XFlowInstance.Parameter
 
getValue() - Method in class com.aliyun.odps.XFlows.XFlowInstance.Property
 
getVerbosity() - Method in class com.aliyun.odps.simpleframework.xml.stream.Format
This method is used to indicate the preference of verbosity for the resulting XML.
getVersion() - Method in class com.aliyun.odps.ml.OnlineModel
获取模型版本信息
getViewText() - Method in class com.aliyun.odps.Table
获取视图的文本内容
getVolume() - Method in class com.aliyun.odps.VolumeFSFile
 
getVolume(String) - Static method in class com.aliyun.odps.VolumeFSFile
 
getVolumeFSFile(String) - Method in class com.aliyun.odps.Volume
 
getVolumePartition(String) - Method in class com.aliyun.odps.Volume
获取指定分区信息
getVolumePath() - Method in class com.aliyun.odps.VolumeResource
 
getWarnings() - Method in class com.aliyun.odps.Session.SubQueryResult
 
getXFlowInstance(Instance) - Method in class com.aliyun.odps.XFlows
 
getXflowName() - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
getXmlSource() - Method in class com.aliyun.odps.XFlow.XFlowModel
 
getXResults(Instance) - Method in class com.aliyun.odps.XFlows
 
getXSource(Instance) - Method in class com.aliyun.odps.XFlows
 
GPU - Variable in class com.aliyun.odps.ml.Resource
 
GraphTask - Class in com.aliyun.odps.task
Java class for GraphType complex type.
GraphTask(String) - Constructor for class com.aliyun.odps.task.GraphTask
 

H

hasNext() - Method in class com.aliyun.odps.data.ResultSet
 
hasNext() - Method in class com.aliyun.odps.ListIterator
 
hasPartition(PartitionSpec) - Method in class com.aliyun.odps.Table
判断指定分区是否存在
HEADER_ODPS_CURRENT_PACKID - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_DATE_TRANSFORM - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_NEXT_PACKID - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_PACK_NUM - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_PACK_TIMESTAMP - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_REQUEST_ID - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_ROUTED_SERVER - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_SLOT_NUM - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_TUNNEL_VERSION - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_VOLUME_FS_PATH - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_ODPS_VOLUME_SESSIONID - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HEADER_STREAM_VERSION - Static variable in class com.aliyun.odps.tunnel.HttpHeaders
 
HttpHeaders - Class in com.aliyun.odps.tunnel
 
HttpHeaders() - Constructor for class com.aliyun.odps.tunnel.HttpHeaders
 
HyphenStyle - Class in com.aliyun.odps.simpleframework.xml.stream
The HyphenStyle is used to represent an XML style that can be applied to a serialized object.
HyphenStyle() - Constructor for class com.aliyun.odps.simpleframework.xml.stream.HyphenStyle
Constructor for the HyphenStyle object.

I

ignoreHttpsCerts(HttpURLConnection) - Static method in class com.aliyun.odps.account.AuthorizationUtil
 
InconsistentVolume - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
initPoolSize(int) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
InputNode - Interface in com.aliyun.odps.simpleframework.xml.stream
The InputNode object represents an iterator for the elements within an element.
Instance - Class in com.aliyun.odps
Instance表示ODPS中计算任务的一个运行实例
Instance.InstanceQueueingInfo - Class in com.aliyun.odps
 
Instance.InstanceQueueingInfo.Status - Enum in com.aliyun.odps
 
Instance.InstanceResultModel - Class in com.aliyun.odps
表示Instance运行结果的API响应内容
Instance.InstanceResultModel.TaskResult - Class in com.aliyun.odps
 
Instance.Result - Class in com.aliyun.odps
 
Instance.SetInformationResult - Class in com.aliyun.odps
 
Instance.StageProgress - Class in com.aliyun.odps
StageProgress表示Task执行过程中各阶段的进度统计
Instance.StageProgress.Status - Enum in com.aliyun.odps
 
Instance.Status - Enum in com.aliyun.odps
Instance的运行状态。
Instance.TaskCost - Class in com.aliyun.odps
 
Instance.TaskStatus - Class in com.aliyun.odps
Task执行状态
Instance.TaskStatus.Status - Enum in com.aliyun.odps
Instance中Task的状态
Instance.TaskSummary - Class in com.aliyun.odps
TaskSummary包含Task运行结束后的汇总信息
INSTANCE_TUNNEL_LIMIT_ENABLED - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
InstanceFilter - Class in com.aliyun.odps
InstanceFilter用于查询所有Instance时根据条件过滤
InstanceFilter() - Constructor for class com.aliyun.odps.InstanceFilter
 
instanceNum - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
instanceNum - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
InstanceResultModel() - Constructor for class com.aliyun.odps.Instance.InstanceResultModel
 
Instances - Class in com.aliyun.odps
Instances表示ODPS中所有Instance的集合
instances() - Method in class com.aliyun.odps.Odps
获得表示ODPS所有Instance的集合对象
InstanceTunnel - Class in com.aliyun.odps.tunnel
 
InstanceTunnel(Odps) - Constructor for class com.aliyun.odps.tunnel.InstanceTunnel
构造此类对象
InstanceTunnel.DownloadSession - Class in com.aliyun.odps.tunnel
DownloadSession 表示从 ODPS Instance 中下载数据的会话,一般通过InstanceTunnel来创建。
Session ID 是 Session 的唯一标识符,可通过 InstanceTunnel.DownloadSession.getId() 获取。

Instance 中Record总数可通过 InstanceTunnel.DownloadSession.getRecordCount() 得到,用户可根据 Record 总数来启动并发下载。

DownloadSession 通过创建 RecordReader 来完成数据的读取,需指定读取记录的起始位置和数量
RecordReader 对应HTTP请求的超时时间为 300S,超时后 service 端会主动关闭。
InstanceTunnel.DownloadStatus - Enum in com.aliyun.odps.tunnel
下载会话的状态
UNKNOWN 未知
NORMAL 正常
CLOSED 关闭
EXPIRED 过期
InstantiationException - Exception in com.aliyun.odps.simpleframework.xml.core
The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an interface.
InstantiationException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.InstantiationException
Constructor for the InstantiationException object.
InstantiationException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.InstantiationException
Constructor for the InstantiationException object.
InvalidFormatException - Exception in com.aliyun.odps.simpleframework.xml.transform
The InvalidFormatException is thrown when there is a format exception.
InvalidFormatException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.transform.InvalidFormatException
Constructor for the InvalidFormatException object.
InvalidFormatException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.transform.InvalidFormatException
Constructor for the InvalidFormatException object.
InvalidItem - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
InvalidParameter - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
InvalidPath - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
InvalidSessionId - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
isActive() - Method in interface com.aliyun.odps.sqa.SQLExecutor
检查该Executor是否活跃
isArchived() - Method in class com.aliyun.odps.Partition
查看表是否进行了归档
isArchived() - Method in class com.aliyun.odps.Table
查看表是否进行过归档操作
isClosed() - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
isCommitted() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to determine whether the node has been committed.
isComplete() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
isElement() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This is used to determine if this node is an element.
isEmpty() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This is used to determine if this input node is empty.
isEmpty() - Method in interface com.aliyun.odps.simpleframework.xml.util.Cache
This method is used to determine if the cache is empty.
isEmpty() - Method in class com.aliyun.odps.simpleframework.xml.util.WeakCache
 
isEnabled() - Static method in class com.aliyun.odps.OdpsHooks
获取 hook 开关
isExstore() - Method in class com.aliyun.odps.Partition
 
isExternalTable() - Method in class com.aliyun.odps.Table
判断表是否为外部表
isFallback4ResourceNotEnough() - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
isFallback4RunningTimeout() - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
isFallback4UnknownError() - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
isFallback4UnsupportedFeature() - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
isFallback4Upgrading() - Method in class com.aliyun.odps.sqa.FallbackPolicy
 
isHookInvoked() - Method in class com.aliyun.odps.Instance
 
isPartitioned() - Method in class com.aliyun.odps.Table
判断是否 Partition 表
isReference() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Value
This will return true if the object represents a reference.
isRoot() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This method is used to determine if this node is the root node for the XML document.
isRoot() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This method is used to determine if this node is the root node for the XML document.
isShouldTransform() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
 
isSqlFunction() - Method in class com.aliyun.odps.Function
Check if this function is a SQL function.
isStarted() - Method in class com.aliyun.odps.Session
判断 session 是否已经成功启动
isSuccessful() - Method in class com.aliyun.odps.Instance
检查Instance是否执行成功
isSync() - Method in class com.aliyun.odps.Instance
获得Instance是否为同步执行
isSync() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
isTerminated() - Method in class com.aliyun.odps.Instance
检查是否执行完成
isTerminated() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
isVirtualView() - Method in class com.aliyun.odps.Table
判断表是否为虚拟视图
isXFlowInstance(Instance) - Method in class com.aliyun.odps.XFlows
 
items - Variable in class com.aliyun.odps.ml.ModelAbTestConf
 
ITER_MODE_AFTER_PACKID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
ITER_MODE_AT_PACKID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
iterable() - Method in class com.aliyun.odps.Functions
返回指定Project下所有函数的迭代器
iterable(String) - Method in class com.aliyun.odps.Functions
返回指定Project下所有函数的迭代器
iterable() - Method in class com.aliyun.odps.Instances
获得Instance的 iterable 迭代器
iterable(String) - Method in class com.aliyun.odps.Instances
获得指定Project下,Instance iterable迭代器
iterable(InstanceFilter) - Method in class com.aliyun.odps.Instances
获得Instance iterable 迭代器
iterable(String, InstanceFilter) - Method in class com.aliyun.odps.Instances
获得指定Project下,Instance iterable 迭代器
iterable(String) - Method in class com.aliyun.odps.Projects
获取 Project 列表的 iterable 接口
iterable(String) - Method in class com.aliyun.odps.Resources
获得资源 iterable 迭代器
iterable() - Method in class com.aliyun.odps.Resources
获得资源 iterable 迭代器
iterable() - Method in class com.aliyun.odps.Sessions
获得表信息迭代器 iterable
iterable() - Method in class com.aliyun.odps.Tables
获取默认Project的所有表信息迭代器 iterable
iterable(String) - Method in class com.aliyun.odps.Tables
获取表信息迭代器 iterable
iterable(TableFilter) - Method in class com.aliyun.odps.Tables
获取默认Project的表信息迭代器 iterable
iterable(String, TableFilter) - Method in class com.aliyun.odps.Tables
获得表信息迭代器 iterable
iterable(String, TableFilter, boolean) - Method in class com.aliyun.odps.Tables
获得表信息迭代器 iterable
ITERATE_MODE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
iterator() - Method in class com.aliyun.odps.data.ResultSet
 
iterator() - Method in class com.aliyun.odps.Functions
返回默认Project下所有函数的迭代器
iterator(String) - Method in class com.aliyun.odps.Functions
返回指定Project下所有函数的迭代器
iterator() - Method in class com.aliyun.odps.Instances
获得Instance的迭代器
iterator(String) - Method in class com.aliyun.odps.Instances
获得指定Project下,Instance迭代器
iterator(InstanceFilter) - Method in class com.aliyun.odps.Instances
获得Instance迭代器
iterator(String, InstanceFilter) - Method in class com.aliyun.odps.Instances
获得指定Project下,Instance迭代器
iterator() - Method in class com.aliyun.odps.ml.OfflineModels
获取默认Project的所有模型信息迭代器
iterator(String) - Method in class com.aliyun.odps.ml.OfflineModels
获取离线模型信息迭代器
iterator(OfflineModelFilter) - Method in class com.aliyun.odps.ml.OfflineModels
获取默认Project的离线模型信息迭代器
iterator(String, OfflineModelFilter) - Method in class com.aliyun.odps.ml.OfflineModels
获得离线模型信息迭代器
iterator() - Method in class com.aliyun.odps.ml.OnlineModels
获取默认Project的所有模型信息迭代器
iterator(String) - Method in class com.aliyun.odps.ml.OnlineModels
获取在线模型信息迭代器
iterator(String) - Method in class com.aliyun.odps.Projects
获取 Project 列表
iterator(String) - Method in class com.aliyun.odps.Resources
获得资源迭代器
iterator() - Method in class com.aliyun.odps.Resources
获得资源迭代器
iterator() - Method in class com.aliyun.odps.Sessions
获取默认Project的所有表信息迭代器
iterator() - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This returns an iterator for the namespace of all the nodes in this NamespaceMap.
iterator() - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This returns an iterator for the names of all the nodes in this NodeMap.
iterator() - Method in class com.aliyun.odps.simpleframework.xml.util.Dictionary
Returns an iterator of Entry objects which can be used to remove items from this set.
iterator() - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This returns an Iterator that iterates over the matches in insertion order.
iterator() - Method in class com.aliyun.odps.Tables
获取默认Project的所有表信息迭代器
iterator(String) - Method in class com.aliyun.odps.Tables
获取表信息迭代器
iterator(TableFilter) - Method in class com.aliyun.odps.Tables
获取默认Project的表信息迭代器
iterator(String, TableFilter) - Method in class com.aliyun.odps.Tables
获得表信息迭代器
iterator(String, TableFilter, boolean) - Method in class com.aliyun.odps.Tables
获得表信息迭代器
iterator() - Method in class com.aliyun.odps.VolumeFSFile
 
iterator() - Method in class com.aliyun.odps.Volumes
获取默认Project的所有Volume信息迭代器
iterator(String) - Method in class com.aliyun.odps.Volumes
获取Volume信息迭代器
iterator(VolumeFilter) - Method in class com.aliyun.odps.Volumes
获取Volume信息迭代器
iterator(String, VolumeFilter) - Method in class com.aliyun.odps.Volumes
获取Volume信息迭代器
iterator(String, String) - Method in class com.aliyun.odps.XFlows
获得 XFlow 迭代器
iterator() - Method in class com.aliyun.odps.XFlows
获得 XFlow 迭代器
iterator(String) - Method in class com.aliyun.odps.XFlows
获得 XFlow 迭代器
iteratorQueueing() - Method in class com.aliyun.odps.Instances
获取运行队列中的所有 instance 的排队信息
iteratorQueueing(String) - Method in class com.aliyun.odps.Instances
获取运行队列中的所有 instance 的排队信息
iteratorQueueing(InstanceFilter) - Method in class com.aliyun.odps.Instances
获取运行队列中的所有 instance 的排队信息
iteratorQueueing(String, InstanceFilter) - Method in class com.aliyun.odps.Instances
获取运行队列中的所有 instance 的排队信息
iteratorQueueing(String, InstanceFilter, Integer) - Method in class com.aliyun.odps.Instances
获取运行队列中的所有 instance 的排队信息

J

JarResource - Class in com.aliyun.odps
JarResource表示ODPS中一个JAR类型的资源
JarResource() - Constructor for class com.aliyun.odps.JarResource
构造Jar类型的资源对象
Job - Class in com.aliyun.odps
ODPS Job定义。ODPS内部使用。
Job() - Constructor for class com.aliyun.odps.Job
 
Job(Job.JobModel) - Constructor for class com.aliyun.odps.Job
 

K

kFailedCode - Static variable in class com.aliyun.odps.Session.SubQueryInfo
 
kNotFoundCode - Static variable in class com.aliyun.odps.Session.SubQueryInfo
 
kOKCode - Static variable in class com.aliyun.odps.Session.SubQueryInfo
 

L

labelSecurity() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
launchedPercentage - Variable in class com.aliyun.odps.Session.SessionProgress
 
launchedWorkerCount - Variable in class com.aliyun.odps.Session.SessionProgress
 
LazyLoad - Class in com.aliyun.odps
LazyLoad表示此类型的属性值可能是延迟加载的
LazyLoad() - Constructor for class com.aliyun.odps.LazyLoad
 
level - Variable in class com.aliyun.odps.tunnel.io.CompressOption
 
libName - Variable in class com.aliyun.odps.ml.ModelProcessor
 
libName - Variable in class com.aliyun.odps.ml.Processor
 
LimitedCache<T> - Class in com.aliyun.odps.simpleframework.xml.util
The LimitedCache interface is used to represent a cache that will store key value pairs.
LimitedCache() - Constructor for class com.aliyun.odps.simpleframework.xml.util.LimitedCache
Constructor of the LimitedCache object.
LimitedCache(int) - Constructor for class com.aliyun.odps.simpleframework.xml.util.LimitedCache
Constructor of the LimitedCache object.
ListIterator<E> - Class in com.aliyun.odps
支持通过ListIterator.list()自定义的Iterator
ListIterator() - Constructor for class com.aliyun.odps.ListIterator
 
listRoles() - Method in class com.aliyun.odps.security.SecurityManager
 
listRolesForUser(String) - Method in class com.aliyun.odps.security.SecurityManager
Deprecated.
listRolesForUserID(String) - Method in class com.aliyun.odps.security.SecurityManager
获取指定用户 id 的角色列表
listRolesForUserName(String) - Method in class com.aliyun.odps.security.SecurityManager
获取制定用户名的角色列表
listUsers() - Method in class com.aliyun.odps.security.SecurityManager
 
listUsersForRole(String) - Method in class com.aliyun.odps.security.SecurityManager
 
loadFromJson(InputStream) - Method in exception com.aliyun.odps.tunnel.TunnelException
Deprecated.
loadTables(Collection<String>) - Method in class com.aliyun.odps.Tables
批量加载表信息
loadTables(String, Collection<String>) - Method in class com.aliyun.odps.Tables
批量加载表信息
LOCAL_ERROR_CODE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
LogType - Enum in com.aliyun.odps
日志类型。
LogView - Class in com.aliyun.odps
 
LogView(Odps) - Constructor for class com.aliyun.odps.LogView
 
logview() - Method in class com.aliyun.odps.Odps
获取Logview工具类
lookup(Class) - Method in class com.aliyun.odps.simpleframework.xml.convert.Registry
This is used to acquire a Converter instance from the registry.
LOTTask - Class in com.aliyun.odps.task
LOTTask的定义
LOTTask() - Constructor for class com.aliyun.odps.task.LOTTask
 
LOTTask.Plan - Class in com.aliyun.odps.task
 

M

MapFilter - Class in com.aliyun.odps.simpleframework.xml.filter
The MapFilter object is a filter that can make use of user specified mappings for replacement.
MapFilter(Map) - Constructor for class com.aliyun.odps.simpleframework.xml.filter.MapFilter
Constructor for the MapFilter object.
MapFilter(Map, Filter) - Constructor for class com.aliyun.odps.simpleframework.xml.filter.MapFilter
Constructor for the MapFilter object.
match(Class) - Method in interface com.aliyun.odps.simpleframework.xml.transform.Matcher
This is used to match a Transform using the type specified.
match(Class) - Method in class com.aliyun.odps.simpleframework.xml.transform.RegistryMatcher
This is used to match a Transform using the type specified.
Match - Interface in com.aliyun.odps.simpleframework.xml.util
This object is stored within a Resolver so that it can be retrieved using a string that matches its pattern.
Matcher - Interface in com.aliyun.odps.simpleframework.xml.transform
The Matcher is used to match a type with a transform such that a string value can be read or written as that type.
maxPoolSize(int) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
md5Signature(String) - Static method in class com.aliyun.odps.account.SecurityUtils
 
memory - Variable in class com.aliyun.odps.ml.Resource
 
MergeTask - Class in com.aliyun.odps.task
表示执行一个Merge查询的任务。
MergeTask(String) - Constructor for class com.aliyun.odps.task.MergeTask
使用给定任务名构造一个MergeTask实例。
MergeTask(String, String) - Constructor for class com.aliyun.odps.task.MergeTask
使用给定任务名和查询语句构造一个MergeTask实例。
MethodException - Exception in com.aliyun.odps.simpleframework.xml.core
The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly.
MethodException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.MethodException
Constructor for the MethodException object.
MethodException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.MethodException
Constructor for the MethodException object.
Mode - Enum in com.aliyun.odps.simpleframework.xml.stream
The Mode enumeration is used to specify the output mode for XML text.
MODE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
ModelAbTestConf - Class in com.aliyun.odps.ml
 
ModelAbTestConf() - Constructor for class com.aliyun.odps.ml.ModelAbTestConf
 
ModelAbTestInfo - Class in com.aliyun.odps.ml
 
ModelAbTestInfo() - Constructor for class com.aliyun.odps.ml.ModelAbTestInfo
 
ModelAbTestItem - Class in com.aliyun.odps.ml
 
ModelAbTestItem() - Constructor for class com.aliyun.odps.ml.ModelAbTestItem
 
ModelFunction - Enum in com.aliyun.odps.ml
ModelFunction表示ODPS中支持的模型算法功能分类
modelName - Variable in class com.aliyun.odps.ml.ModelAbTestInfo
 
modelName - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
modelName - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
modelName - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
modelPath - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
ModelPipeline - Class in com.aliyun.odps.ml
 
ModelPipeline() - Constructor for class com.aliyun.odps.ml.ModelPipeline
 
ModelPipelineNew - Class in com.aliyun.odps.ml
 
ModelPipelineNew() - Constructor for class com.aliyun.odps.ml.ModelPipelineNew
 
ModelPredictDesc - Class in com.aliyun.odps.ml
 
ModelPredictDesc() - Constructor for class com.aliyun.odps.ml.ModelPredictDesc
 
ModelPredictDescNew - Class in com.aliyun.odps.ml
 
ModelPredictDescNew() - Constructor for class com.aliyun.odps.ml.ModelPredictDescNew
 
ModelProcessor - Class in com.aliyun.odps.ml
 
ModelProcessor() - Constructor for class com.aliyun.odps.ml.ModelProcessor
 
ModelResource - Class in com.aliyun.odps.ml
ModelResource表示在线模型使用的资源
ModelResource() - Constructor for class com.aliyun.odps.ml.ModelResource
 
ModelResourceBuilder - Class in com.aliyun.odps.ml
用来构造RESTful API调用的资源标识符
ModelResourceBuilder() - Constructor for class com.aliyun.odps.ml.ModelResourceBuilder
 
MoyeTask - Class in com.aliyun.odps.task
 
MoyeTask() - Constructor for class com.aliyun.odps.task.MoyeTask
 

N

name - Variable in class com.aliyun.odps.ml.Target
 
Namespace - Annotation Type in com.aliyun.odps.simpleframework.xml
The Namespace annotation is used to set a namespace on an element or attribute.
NamespaceList - Annotation Type in com.aliyun.odps.simpleframework.xml
The NamespaceList annotation that is used to declare namespaces that can be added to an element.
NamespaceMap - Interface in com.aliyun.odps.simpleframework.xml.stream
The NamespaceMap object is used store the namespaces for an element.
newRecord() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
newRecord() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
创建一个对象
newRecord() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
创建临时Record对象
newRecordPack() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
newRecordPack(CompressOption) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
newRecordPack() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
创建一个无压缩对象
newRecordPack(CompressOption) - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
创建一个对象
newRecordPack() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
 
newRecordPack(CompressOption) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
新建一个 ProtobufRecordPack,数据压缩方式 option
newRecordPack(int, CompressOption) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
新建一个 ProtobufRecordPack,预设流 buffer 大小为 capacity, 数据压缩方式 option
next() - Method in class com.aliyun.odps.data.ResultSet
 
next() - Method in class com.aliyun.odps.ListIterator
 
Node - Interface in com.aliyun.odps.simpleframework.xml.stream
The Node is used to represent a name value pair and acts as the base form of data used within the framework.
NodeBuilder - Class in com.aliyun.odps.simpleframework.xml.stream
The NodeBuilder object is used to create either an input node or an output node for a given source or destination.
NodeBuilder() - Constructor for class com.aliyun.odps.simpleframework.xml.stream.NodeBuilder
 
NodeException - Exception in com.aliyun.odps.simpleframework.xml.stream
The NodeException is thrown to indicate the state of either the input node or output node being invalid.
NodeException(String) - Constructor for exception com.aliyun.odps.simpleframework.xml.stream.NodeException
Constructor for the NodeException object.
NodeMap<T extends Node> - Interface in com.aliyun.odps.simpleframework.xml.stream
The NodeMap object represents a map of nodes that can be set as name value pairs.
NON_VOLUME_FS_ERROR - Static variable in exception com.aliyun.odps.VolumeException
 
nonFallbackPolicy() - Static method in class com.aliyun.odps.sqa.FallbackPolicy
 
NoPermission - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
NoSuchObjectException - Exception in com.aliyun.odps
ODPS对象不存在
NoSuchObjectException() - Constructor for exception com.aliyun.odps.NoSuchObjectException
 
NoSuchObjectException(String) - Constructor for exception com.aliyun.odps.NoSuchObjectException
 
NoSuchObjectException(String, Throwable) - Constructor for exception com.aliyun.odps.NoSuchObjectException
 
NoSuchPath - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
NoSuchVolume - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
NotAcceptableOperation - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 

O

OBJECT_STATUS_CANCELLED - Static variable in class com.aliyun.odps.Session
 
OBJECT_STATUS_FAILED - Static variable in class com.aliyun.odps.Session
 
OBJECT_STATUS_RUNNING - Static variable in class com.aliyun.odps.Session
 
OBJECT_STATUS_TERMINATED - Static variable in class com.aliyun.odps.Session
 
objectCreatorHasAccessPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
objectCreatorHasGrantPermission() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
Odps - Class in com.aliyun.odps
Odps类是ODPS SDK的入口
Odps(Account) - Constructor for class com.aliyun.odps.Odps
指定Account构造Odps对象
Odps(Account, AppAccount) - Constructor for class com.aliyun.odps.Odps
 
Odps(Odps) - Constructor for class com.aliyun.odps.Odps
 
odps(Odps) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
odps(Odps) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
OdpsException - Exception in com.aliyun.odps
ODPS SDK产生的异常
OdpsException() - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsException(String) - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsException(String, String) - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsException(String, Throwable) - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsException(String, String, Throwable) - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsException(Exception) - Constructor for exception com.aliyun.odps.OdpsException
 
OdpsHook - Class in com.aliyun.odps
OdpsHook 对象,用于在提交作业前后插入代码
OdpsHook() - Constructor for class com.aliyun.odps.OdpsHook
 
OdpsHooks - Class in com.aliyun.odps
OdpsHooks 类 注册 OdpsHook 类 用于在启动 Instance 前后分别运行插件代码 一个 OdpsHooks 实例针对一个 Instance, 包含了一组实例化的 OdpsHook 对象
OdpsHooks() - Constructor for class com.aliyun.odps.OdpsHooks
新建一个 OdpsHooks 对象
OfflineModel - Class in com.aliyun.odps.ml
OfflineModel表示ODPS中的离线模型
OfflineModelFilter - Class in com.aliyun.odps.ml
OfflineModelFilter用于查询所有模型时根据条件过滤
OfflineModelFilter() - Constructor for class com.aliyun.odps.ml.OfflineModelFilter
 
OfflineModelInfo - Class in com.aliyun.odps.ml
 
OfflineModelInfo() - Constructor for class com.aliyun.odps.ml.OfflineModelInfo
 
offlinemodelName - Variable in class com.aliyun.odps.ml.BuiltinProcessor
 
offlineModelName - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
offlinemodelProject - Variable in class com.aliyun.odps.ml.BuiltinProcessor
 
OFFLINEMODELS - Static variable in class com.aliyun.odps.ml.ModelResourceBuilder
 
OfflineModels - Class in com.aliyun.odps.ml
OfflineModels表示ODPS中所有离线模型的集合
OfflineModels(Odps) - Constructor for class com.aliyun.odps.ml.OfflineModels
 
offlineModels() - Method in class com.aliyun.odps.Odps
 
offlineProject - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
onInstanceCreated(Instance, Odps) - Method in class com.aliyun.odps.OdpsHook
向远程提交 job 并产生 instance 时,将 Instance 和 Odps 对象传入 Hook
onInstanceCreated(Instance, Odps) - Method in class com.aliyun.odps.OdpsHooks
调用 Hook 的 ready
OnlineModel - Class in com.aliyun.odps.ml
OnlineModel表示ODPS中的在线模型
OnlineModelFilter - Class in com.aliyun.odps.ml
OnlineModelFilter用于查询所有模型时根据条件过滤
OnlineModelFilter() - Constructor for class com.aliyun.odps.ml.OnlineModelFilter
 
OnlineModelInfo - Class in com.aliyun.odps.ml
 
OnlineModelInfo() - Constructor for class com.aliyun.odps.ml.OnlineModelInfo
 
OnlineModelInfoNew - Class in com.aliyun.odps.ml
 
OnlineModelInfoNew() - Constructor for class com.aliyun.odps.ml.OnlineModelInfoNew
 
ONLINEMODELS - Static variable in class com.aliyun.odps.ml.ModelResourceBuilder
 
OnlineModels - Class in com.aliyun.odps.ml
OnlineModels表示ODPS中所有在线模型的集合
OnlineModels(RestClient) - Constructor for class com.aliyun.odps.ml.OnlineModels
 
OnlineStatus - Enum in com.aliyun.odps.ml
OnlineStatus表示在线模型所处状态。
openBufferedWriter() - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开一个无压缩 TunnelBufferedWriter 用来写入数据
openBufferedWriter(boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开 TunnelBufferedWriter 用来写入数据
openBufferedWriter(CompressOption) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开 TunnelBufferedWriter 用来写入数据
openInputStream(String, String, Long, Long, CompressOption) - Method in class com.aliyun.odps.tunnel.VolumeFSTunnel
Create an InputStream at the indicated Path
openInputStream() - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
创建InputStream用来将指定File以数据流的形式输出。
openInputStream(boolean) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
创建InputStream用来将指定File以数据流的形式输出。
openInputStream(long, long) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
创建InputStream用来将指定File以数据流的形式输出。
openInputStream(long, long, boolean) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.DownloadSession
创建InputStream用来将指定File以数据流的形式输出。
openOutputStream(String, String, Integer, CompressOption) - Method in class com.aliyun.odps.tunnel.VolumeFSTunnel
Create an OutputStream at the indicated Path
openOutputStream(String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
创建OutputStream用来将数据流入到指定File。
openOutputStream(String, boolean) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
创建OutputStream用来将数据流入到指定File。
openOutputStream(String, boolean, boolean) - Method in class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
创建OutputStream用来将数据流入到指定File。
openRecordReader(long, long) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, boolean) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, CompressOption) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, boolean, List<Column>) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, CompressOption, List<Column>) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long) - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, CompressOption) - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, boolean, List<Column>) - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordReader(long, long, CompressOption, List<Column>) - Method in class com.aliyun.odps.tunnel.TableTunnel.DownloadSession
打开RecordReader用来读取记录
openRecordWriter() - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
openRecordWriter(CompressOption) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
openRecordWriter() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
打开一个无压缩 StreamRecordWriter 用来写入数据
openRecordWriter(CompressOption) - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
打开 StreamRecordWriter 用来写入数据
openRecordWriter(long) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开RecordWriter用来写入数据
openRecordWriter(long, boolean) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开RecordWriter用来写入数据
openRecordWriter(long, CompressOption) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开RecordWriter用来写入数据
Order - Annotation Type in com.aliyun.odps.simpleframework.xml
The Order annotation is used to specify the order of appearance of XML elements and attributes.
OutputNode - Interface in com.aliyun.odps.simpleframework.xml.stream
The OutputNode object is used to represent a cursor which can be used to write XML elements and attributes.
OVERWRITE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
owner - Variable in class com.aliyun.odps.Session.SessionItem
 

P

PACK_ID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
PACK_NUM - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
Parameter() - Constructor for class com.aliyun.odps.XFlows.XFlowInstance.Parameter
 
ParentNotDirectory - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
parseClusterInfo(JsonObject) - Static method in class com.aliyun.odps.Table
 
parseCsvRecord(String) - Static method in class com.aliyun.odps.task.SQLTask
解析 CSV 格式的数据字符串,转换为 record 列表
parseShard(JsonObject) - Static method in class com.aliyun.odps.Shard
 
parseShard(JsonNode) - Static method in class com.aliyun.odps.Shard
Deprecated.
use another method parseShard(JSONObject tree)
Partition - Class in com.aliyun.odps
Partition类的对象表示ODPS分区表中一个特定的分区
Path - Annotation Type in com.aliyun.odps.simpleframework.xml
The Path annotation is used to specify an XML path where an XML element or attribute is located.
PathAlreadyExists - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
PathException - Exception in com.aliyun.odps.simpleframework.xml.core
The PathException is thrown when there is a problem with the syntax of an XPath expression.
PathException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.PathException
Constructor for the PathException object.
Pct - Variable in class com.aliyun.odps.ml.ModelAbTestItem
 
Persist - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Persist annotation is used to mark a method that requires a callback from the persister before serialization of an object begins.
PersistenceException - Exception in com.aliyun.odps.simpleframework.xml.core
The PersistenceException is thrown when there is a persistance exception.
PersistenceException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.PersistenceException
Constructor for the PersistenceException object.
PersistenceException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.PersistenceException
Constructor for the PersistenceException object.
Persister - Class in com.aliyun.odps.simpleframework.xml.core
The Persister object is used to provide an implementation of a serializer.
Persister() - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Map) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Map, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Matcher) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Matcher, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Matcher) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Matcher, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Map) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Map, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Matcher) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Matcher, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Matcher) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Matcher, Format) - Constructor for class com.aliyun.odps.simpleframework.xml.core.Persister
Constructor for the Persister object.
pipeline - Variable in class com.aliyun.odps.ml.ModelPredictDesc
 
pipeline - Variable in class com.aliyun.odps.ml.ModelPredictDescNew
 
Plan() - Constructor for class com.aliyun.odps.task.LOTTask.Plan
 
PlatformFilter - Class in com.aliyun.odps.simpleframework.xml.filter
The PlatformFilter object makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.
PlatformFilter() - Constructor for class com.aliyun.odps.simpleframework.xml.filter.PlatformFilter
Constructor for the PlatformFilter object.
PlatformFilter(Map) - Constructor for class com.aliyun.odps.simpleframework.xml.filter.PlatformFilter
Constructor for the PlatformFilter object.
pmml - Variable in class com.aliyun.odps.ml.PmmlProcessor
 
PmmlProcessor - Class in com.aliyun.odps.ml
 
PmmlProcessor() - Constructor for class com.aliyun.odps.ml.PmmlProcessor
 
Position - Interface in com.aliyun.odps.simpleframework.xml.stream
The Position object is used to acquire the position of the read cursor within the XML file.
predictDesc - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
predictDesc - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
PREDICTIONS - Static variable in class com.aliyun.odps.ml.ModelResourceBuilder
 
printLogView() - Method in class com.aliyun.odps.Session
 
processor - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
Processor - Class in com.aliyun.odps.ml
 
Processor() - Constructor for class com.aliyun.odps.ml.Processor
 
processors - Variable in class com.aliyun.odps.ml.ModelPipeline
 
processors - Variable in class com.aliyun.odps.ml.ModelPipelineNew
 
project - Variable in class com.aliyun.odps.ml.ModelAbTestInfo
 
project - Variable in class com.aliyun.odps.ml.ModelAbTestItem
 
project - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
project - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
Project - Class in com.aliyun.odps
ODPS项目空间
Project.Cluster - Class in com.aliyun.odps
 
Project.ExternalProjectProperties - Class in com.aliyun.odps
 
Project.ProjectType - Enum in com.aliyun.odps
项目类型
Project.Status - Enum in com.aliyun.odps
项目空间状态
projectProtection() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
PROJECTS - Static variable in class com.aliyun.odps.ml.ModelResourceBuilder
 
projects() - Method in class com.aliyun.odps.Odps
获取表示ODPS所有Project的集合对象
Projects - Class in com.aliyun.odps
Projects表示ODPS中所有Project的集合
properties(Map<String, String>) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
properties(Map<String, String>) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
Properties() - Constructor for class com.aliyun.odps.Task.Properties
 
Property(String, String) - Constructor for class com.aliyun.odps.Task.Property
构造一个新的Task.Property实例。
Property() - Constructor for class com.aliyun.odps.XFlows.XFlowInstance.Property
 
ProtobufRecordPack - Class in com.aliyun.odps.tunnel.io
用 Protobuf 序列化存储的 RecordPack 和 TableTunnel 共同使用 比直接使用 List 更加节省内存
ProtobufRecordPack(TableSchema) - Constructor for class com.aliyun.odps.tunnel.io.ProtobufRecordPack
新建一个ProtobufRecordPack
ProtobufRecordPack(TableSchema, Checksum) - Constructor for class com.aliyun.odps.tunnel.io.ProtobufRecordPack
新建一个 ProtobufRecordPack,用对应的 CheckSum 初始化
ProtobufRecordPack(TableSchema, Checksum, int) - Constructor for class com.aliyun.odps.tunnel.io.ProtobufRecordPack
新建一个 ProtobufRecordPack,用对应的 CheckSum 初始化, 并且预设流 buffer 大小为 capacity
ProtobufRecordPack(TableSchema, Checksum, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.ProtobufRecordPack
新建一个 ProtobufRecordPack,用对应的 CheckSum 初始化, 数据压缩方式 option
ProtobufRecordPack(TableSchema, Checksum, int, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.ProtobufRecordPack
新建一个 ProtobufRecordPack,用对应的 CheckSum 初始化, 数据压缩方式 option, 并且预设流 buffer 大小为 capacity
push(Filter) - Method in class com.aliyun.odps.simpleframework.xml.filter.StackFilter
This pushes the the provided Filter on to the top of the stack.
put(String, String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This is used to add a new Node to the map.
putProjectPolicy(String) - Method in class com.aliyun.odps.security.SecurityManager
 
putRolePolicy(String, String) - Method in class com.aliyun.odps.security.SecurityManager
 
putSecurityPolicy(String) - Method in class com.aliyun.odps.security.SecurityManager
 
PyResource - Class in com.aliyun.odps
PyResource表示ODPS中一个python类型资源
PyResource() - Constructor for class com.aliyun.odps.PyResource
构造Py类型的资源对象

Q

QOS - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
QOS - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
QUERY_ID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
queryId - Variable in class com.aliyun.odps.Session.SubQueryInfo
 

R

RANGE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
RawTunnelRecordReader - Class in com.aliyun.odps.tunnel.io
Created by zhenhong.gzh on 16/1/5.
RawTunnelRecordReader(TableSchema, List<Column>, Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.RawTunnelRecordReader
 
read() - Method in class com.aliyun.odps.data.DefaultRecordReader
读取一条记录
read() - Method in interface com.aliyun.odps.data.RecordReader
读取一条记录
read(Type, NodeMap<InputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.convert.AnnotationStrategy
This is used to read the Value which will be used to represent the deserialized object.
read(InputNode) - Method in interface com.aliyun.odps.simpleframework.xml.convert.Converter
This read method is used to deserialize an object from the source XML.
read(Type, NodeMap<InputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.convert.RegistryStrategy
This is used to read the Value which will be used to represent the deserialized object.
read(Class<? extends T>, String) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, File) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputStream) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, Reader) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputNode) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, String, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, File, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputStream, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, Reader, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputNode, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(T, String) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, String, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(Class<? extends T>, String) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, File) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputStream) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, Reader) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputNode) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, String, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, File, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputStream, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, Reader, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(Class<? extends T>, InputNode, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(T, String) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, String, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(Type, NodeMap, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
This method is used to read an object from the specified node.
read(Type, NodeMap<InputNode>, Map) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Strategy
This is used to resolve and load a class for the given element.
read(Type, NodeMap, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.TreeStrategy
This is used to resolve and load a class for the given element.
read(Type, NodeMap<InputNode>) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Visitor
This is used to intercept an XML element before it is read by the underlying Strategy implementation.
read(Type, NodeMap<InputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.VisitorStrategy
This method will read with an internal strategy after it has been intercepted by the visitor.
read(InputStream) - Static method in class com.aliyun.odps.simpleframework.xml.stream.NodeBuilder
This is used to create an InputNode that can be used to read XML from the specified stream.
read(Reader) - Static method in class com.aliyun.odps.simpleframework.xml.stream.NodeBuilder
This is used to create an InputNode that can be used to read XML from the specified reader.
read(String) - Method in interface com.aliyun.odps.simpleframework.xml.transform.Transform
This method is used to convert the string value given to an appropriate representation.
read(String, Class) - Method in class com.aliyun.odps.simpleframework.xml.transform.Transformer
This method is used to convert the string value given to an appropriate representation.
read(int) - Method in class com.aliyun.odps.Table
读取表内的数据
read(PartitionSpec, List<String>, int) - Method in class com.aliyun.odps.Table
读取表内的数据
读取数据时,最多返回 1W 条记录,若超过,数据将被截断。
另外,读取的数据大小不能超过 10MB,否则将抛出异常。
read(PartitionSpec, List<String>, int, String) - Method in class com.aliyun.odps.Table
读取表内的数据
读取数据时,最多返回 1W 条记录,若超过,数据将被截断。
另外,读取的数据大小不能超过 10MB,否则将抛出异常。
read(InputNode) - Method in class com.aliyun.odps.Table.TableTypeConverter
 
read() - Method in class com.aliyun.odps.tunnel.io.TunnelRecordReader
 
read(Record) - Method in class com.aliyun.odps.tunnel.io.TunnelRecordReader
 
read() - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
read(byte[], int, int) - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
readBuffer(byte[], int, int) - Method in class com.aliyun.odps.tunnel.io.VolumeInputStream
 
readRaw() - Method in class com.aliyun.odps.data.DefaultRecordReader
 
RECORD_COUNT - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
RecordPack - Class in com.aliyun.odps.data
RecordPack 用于在内存中存放批量 Record
RecordPack() - Constructor for class com.aliyun.odps.data.RecordPack
 
RecordReader - Interface in com.aliyun.odps.data
RecordReader用来读取记录
RecordWriter - Interface in com.aliyun.odps.data
RecordWriter用来写入一条记录
recoverFrom(Instance) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
refResource - Variable in class com.aliyun.odps.ml.ModelProcessor
 
refResource - Variable in class com.aliyun.odps.ml.PmmlProcessor
 
refResource - Variable in class com.aliyun.odps.ml.Processor
 
registerHook(Class<? extends OdpsHook>) - Static method in class com.aliyun.odps.OdpsHooks
注册一个 hook
registerHooks(Collection<Class<? extends OdpsHook>>) - Static method in class com.aliyun.odps.OdpsHooks
注册多个 hook
Registry - Class in com.aliyun.odps.simpleframework.xml.convert
The Registry represents an object that is used to register bindings between a class and a converter implementation.
Registry() - Constructor for class com.aliyun.odps.simpleframework.xml.convert.Registry
Constructor for the Registry object.
RegistryMatcher - Class in com.aliyun.odps.simpleframework.xml.transform
The RegistryMatcher provides a simple matcher backed by a registry.
RegistryMatcher() - Constructor for class com.aliyun.odps.simpleframework.xml.transform.RegistryMatcher
Constructor for the RegistryMatcher.
RegistryStrategy - Class in com.aliyun.odps.simpleframework.xml.convert
The RegistryStrategy object is used to intercept the serialization process and delegate to custom converters.
RegistryStrategy(Registry) - Constructor for class com.aliyun.odps.simpleframework.xml.convert.RegistryStrategy
Constructor for the RegistryStrategy object.
RegistryStrategy(Registry, Strategy) - Constructor for class com.aliyun.odps.simpleframework.xml.convert.RegistryStrategy
Constructor for the RegistryStrategy object.
releaseExecutor(SQLExecutor) - Method in class com.aliyun.odps.sqa.SQLExecutorPool
释放一个连接,将其放回可用池
reload() - Method in class com.aliyun.odps.Function
 
reload() - Method in class com.aliyun.odps.Instance
 
reload() - Method in class com.aliyun.odps.LazyLoad
重新加载属性值
reload() - Method in class com.aliyun.odps.ml.OfflineModel
 
reload() - Method in class com.aliyun.odps.ml.OnlineModel
 
reload() - Method in class com.aliyun.odps.Partition
 
reload() - Method in class com.aliyun.odps.Project
 
reload() - Method in class com.aliyun.odps.Resource
 
reload() - Method in class com.aliyun.odps.security.Role
 
reload() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
reload() - Method in class com.aliyun.odps.security.User
 
reload() - Method in class com.aliyun.odps.Table
 
reload(Table.TableModel) - Method in class com.aliyun.odps.Table
 
reload() - Method in class com.aliyun.odps.Volume
 
reload() - Method in class com.aliyun.odps.VolumeFSFile
 
reload() - Method in class com.aliyun.odps.VolumePartition
 
reload() - Method in class com.aliyun.odps.XFlow
 
ReloadException - Exception in com.aliyun.odps
重新加载异常,当LazyLoad对象实际加载对象属性时, 如果遇到网络等异常状况,可能抛出此异常
ReloadException() - Constructor for exception com.aliyun.odps.ReloadException
 
ReloadException(String) - Constructor for exception com.aliyun.odps.ReloadException
 
ReloadException(String, Throwable) - Constructor for exception com.aliyun.odps.ReloadException
 
ReloadException(Throwable) - Constructor for exception com.aliyun.odps.ReloadException
 
reloadSlots(StreamUploadSessionImpl.Slot, String, int) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
reloadTables(Collection<Table>) - Method in class com.aliyun.odps.Tables
批量加载表信息
reloadTables(Iterator<Table>) - Method in class com.aliyun.odps.Tables
批量加载表信息
rest api 对请求数量有限制, 目前一次操作最多可请求 100 张表信息;
返回的表数据,与操作权限有关.
remove() - Method in class com.aliyun.odps.data.ResultSet
 
remove() - Method in class com.aliyun.odps.ListIterator
 
remove(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NodeMap
This is used to remove the Node mapped to the given name.
remove() - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to remove any uncommitted changes.
remove(String) - Method in class com.aliyun.odps.simpleframework.xml.util.Dictionary
This is used to remove an Entry from the set by its name.
remove(M) - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This is used to remove the Match implementation from the resolver.
removeDefaultHints() - Static method in class com.aliyun.odps.task.SQLTask
 
removeProperty(Task.Property) - Method in class com.aliyun.odps.Task.Properties
 
Replace - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Replace method is used to replace an object that is about to be serialized to an XML document.
replace(String) - Method in class com.aliyun.odps.simpleframework.xml.filter.EnvironmentFilter
Replaces the text provided with the value resolved from the environment variables.
replace(String) - Method in interface com.aliyun.odps.simpleframework.xml.filter.Filter
Replaces the text provided with some property.
replace(String) - Method in class com.aliyun.odps.simpleframework.xml.filter.MapFilter
Replaces the text provided with the value resolved from the specified Map.
replace(String) - Method in class com.aliyun.odps.simpleframework.xml.filter.StackFilter
Replaces the text provided with the value resolved from the stacked filters.
replace(String) - Method in class com.aliyun.odps.simpleframework.xml.filter.SystemFilter
Replaces the text provided with the value resolved from the system properties.
RequestedRangeNotSatisfiable - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
RequestEntityTooLarge - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
RequestSigner - Interface in com.aliyun.odps.account
RequestSigner用于对HTTP请求进行签名
RES_COLUMNS - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
RES_PARTITION - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
RES_SHARD - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
reset() - Method in class com.aliyun.odps.tunnel.io.Checksum
 
reset() - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
清空 RecordPack
reset(Checksum) - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
清空 RecordPack
reset() - Method in class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
reset() - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamRecordPack
pack对象在reset以后可以复用
Resolve - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Resolve method is used to resolve an object that has been deserialized from the XML document.
resolve(String) - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This will search the patterns in this Resolver to see if there is a pattern in it that matches the string given.
resolveAll(String) - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
This will search the patterns in this Resolver to see if there is a pattern in it that matches the string given.
Resolver<M extends Match> - Class in com.aliyun.odps.simpleframework.xml.util
This is used to store Match objects, which can then be retrieved using a string by comparing that string to the pattern of the Match objects.
Resolver() - Constructor for class com.aliyun.odps.simpleframework.xml.util.Resolver
The default constructor will create a Resolver without a large cache size.
resource - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
resource - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
Resource - Class in com.aliyun.odps.ml
 
Resource() - Constructor for class com.aliyun.odps.ml.Resource
 
Resource - Class in com.aliyun.odps
Resource表示ODPS中的资源
Resource() - Constructor for class com.aliyun.odps.Resource
创建Resource类的对象
Resource.Type - Enum in com.aliyun.odps
表示ODPS中资源的类型
resources() - Method in class com.aliyun.odps.Odps
获取表示ODPS所有Resource的集合对象
Resources - Class in com.aliyun.odps
Resources 表示ODPS内所有Resource的集合,可以通过此对象可以创建、删除和浏览 各种Resource类型。
比如:
Result() - Constructor for class com.aliyun.odps.Instance.Result
 
result - Variable in class com.aliyun.odps.Instance.SetInformationResult
 
result - Variable in class com.aliyun.odps.Session.SubQueryInfo
 
result - Variable in class com.aliyun.odps.Session.SubQueryResponse
 
ResultSet - Class in com.aliyun.odps.data
ResultSet for SQLTask
ResultSet(Iterator<Record>, TableSchema, long) - Constructor for class com.aliyun.odps.data.ResultSet
 
RESUME_MODE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
Role - Class in com.aliyun.odps.security
 
rolearn - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
Root - Annotation Type in com.aliyun.odps.simpleframework.xml
This Root annotation is used to annotate classes that need to be serialized.
RootException - Exception in com.aliyun.odps.simpleframework.xml.core
The RootException is thrown if the Root annotation is missing from a root object that is to be serialized or deserialized.
RootException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.RootException
Constructor for the RootException exception.
RootException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.RootException
Constructor for the RootException exception.
ROW_RANGE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
run(String, Boolean) - Method in class com.aliyun.odps.security.SecurityManager
执行安全命令, 返回 query 实例
run(String, Boolean, String) - Method in class com.aliyun.odps.security.SecurityManager
执行安全命令, 返回 query 实例
run(String) - Method in class com.aliyun.odps.Session
Deprecated.
run(String, Map<String, String>) - Method in class com.aliyun.odps.Session
Deprecated.
run(String, Map<String, String>) - Method in interface com.aliyun.odps.sqa.SQLExecutor
提交一个query
run(Odps, String, String, Map<String, String>, Integer, String, String) - Static method in class com.aliyun.odps.task.CupidTask
 
run(Odps, String, String, Map<String, String>, int) - Static method in class com.aliyun.odps.task.CupidTask
 
run(Odps, String, String, Map<String, String>) - Static method in class com.aliyun.odps.task.CupidTask
 
run(Odps, String, GraphTask, int, String) - Static method in class com.aliyun.odps.task.GraphTask
 
run(Odps, String, boolean) - Static method in class com.aliyun.odps.task.LOTTask
通过匿名Instance运行LOTTask
run(Odps, String, String, boolean, Map<String, String>, Map<String, String>) - Static method in class com.aliyun.odps.task.LOTTask
通过匿名Instance运行LOTTask
run(Odps, String, String, boolean, String, Map<String, String>, Map<String, String>) - Static method in class com.aliyun.odps.task.LOTTask
运行LOTTask
run(Odps, String, String, Map<String, String>, int) - Static method in class com.aliyun.odps.task.MoyeTask
 
run(Odps, String, String, Map<String, String>) - Static method in class com.aliyun.odps.task.MoyeTask
 
run(Odps, String) - Static method in class com.aliyun.odps.task.SQLCostTask
通过匿名Instance运行SQLCostTask
run(Odps, String, String, Map<String, String>) - Static method in class com.aliyun.odps.task.SQLCostTask
通过匿名Instance运行SQLCostTask
run(Odps, String, String, String, Map<String, String>) - Static method in class com.aliyun.odps.task.SQLCostTask
运行SQLCostTask
run(Odps, String) - Static method in class com.aliyun.odps.task.SQLTask
运行 SQL.
特别注意,在执行数据读取操作时:
正常情况下的 task 执行后,task 的状态为 SUCCESS,并正常返回数据结果。
但是,当读取数据量超过 10MB,task 的状态将是 FAILED,返回的数据结果为 error message。
因此,大量数据的获取建议使用 TableTunnel 进行操作。

示例代码:
run(Odps, String, String, Map<String, String>, Map<String, String>) - Static method in class com.aliyun.odps.task.SQLTask
运行SQL
run(Odps, String, String, String, Map<String, String>, Map<String, String>) - Static method in class com.aliyun.odps.task.SQLTask
 
run(Odps, String, String, String, Map<String, String>, Map<String, String>, int) - Static method in class com.aliyun.odps.task.SQLTask
运行SQL
runMode - Variable in class com.aliyun.odps.ml.PmmlProcessor
 
runningCluster(String) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
runningCluster(String) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
runQuery(String, Boolean) - Method in class com.aliyun.odps.security.SecurityManager
执行安全命令, 返回 query 结果
runQuery(String, Boolean, String) - Method in class com.aliyun.odps.security.SecurityManager
执行安全命令, 返回 query 结果
runSubQuery(String, Map<String, String>) - Method in class com.aliyun.odps.Session
提交查询
runtime - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
runtime - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
runtime - Variable in class com.aliyun.odps.ml.Processor
 

S

SecurityConfiguration - Class in com.aliyun.odps.security
本类用于获取和设置 ODPS Project 的安全相关选项。 目前,ODPS 中存在两种互斥的授权模型: 经典的授权模型由 supportAcl、supportPolicy 和 supportPackage 构成; V2 版的授权模型由 supportAclV2 和 supportPackageV2 构成; 两种授权模型不能同时开启。
SecurityManager - Class in com.aliyun.odps.security
ODPS安全管理类
SecurityManager(String, RestClient) - Constructor for class com.aliyun.odps.security.SecurityManager
 
SecurityManager.AuthorizationQueryInstance - Class in com.aliyun.odps.security
 
SecurityManager.AuthorizationQueryStatus - Enum in com.aliyun.odps.security
 
SecurityUtils - Class in com.aliyun.odps.account
 
SecurityUtils() - Constructor for class com.aliyun.odps.account.SecurityUtils
 
SEEK_TIME - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
Serializer - Interface in com.aliyun.odps.simpleframework.xml
The Serializer interface is used to represent objects that can serialize and deserialize objects to an from XML.
serviceName - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
serviceName - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
serviceName(String) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
serviceName(String) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
serviceTag - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
serviceTag - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
Session - Class in com.aliyun.odps
 
Session(Odps, Instance) - Constructor for class com.aliyun.odps.Session
 
Session.SessionItem - Class in com.aliyun.odps
 
Session.SessionProgress - Class in com.aliyun.odps
 
Session.SubQueryInfo - Class in com.aliyun.odps
 
Session.SubQueryResponse - Class in com.aliyun.odps
 
Session.SubQueryResult - Class in com.aliyun.odps
 
sessionId - Variable in class com.aliyun.odps.Session.SessionItem
 
SessionItem() - Constructor for class com.aliyun.odps.Session.SessionItem
 
SessionProgress() - Constructor for class com.aliyun.odps.Session.SessionProgress
 
SessionQueryResult - Class in com.aliyun.odps.data
Deprecated.
SessionQueryResult(Session.SubQueryInfo, Iterator<Session.SubQueryResponse>) - Constructor for class com.aliyun.odps.data.SessionQueryResult
Deprecated.
 
Sessions - Class in com.aliyun.odps
Created by dongxiao on 2019/8/26.
Sessions(Odps) - Constructor for class com.aliyun.odps.Sessions
 
setAccount(Account) - Method in class com.aliyun.odps.Odps
 
setAccountFormat(AccountFormat) - Method in class com.aliyun.odps.Odps
设置参数 account 格式
setAppAccount(AppAccount) - Method in class com.aliyun.odps.Odps
 
setAttribute(String, String) - Method in class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
This is used to set the attribute values within this builder.
setAttribute(String, String) - Method in class com.aliyun.odps.simpleframework.xml.stream.HyphenStyle
This is used to set the attribute values within this builder.
setAttribute(String, String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This method is used for convenience to add an attribute node to the attribute NodeMap.
setBufferSize(long) - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
设置缓冲区大小
setChunkSize(int) - Method in class com.aliyun.odps.commons.GeneralConfiguration
设置上传数据时HTTP使用的块大小(单位字节)。
setClassPath(String) - Method in class com.aliyun.odps.Function
设置函数使用的类名
setClassType(String) - Method in class com.aliyun.odps.Function
Deprecated.
setComment(String) - Method in class com.aliyun.odps.Job
 
setComment(String) - Method in class com.aliyun.odps.Resource
设置资源注释信息
setComment(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to set a text comment to the element.
setComment(String) - Method in class com.aliyun.odps.Task
设置注释信息
setConfig(Map<String, String>) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setCpu(long) - Method in class com.aliyun.odps.ml.ModelResource
 
setCPUCost(Integer) - Method in class com.aliyun.odps.Instance.TaskCost
 
setData(boolean) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to set the output mode of this node to either be CDATA or escaped.
setDefaultHints(Map<String, String>) - Static method in class com.aliyun.odps.task.SQLTask
 
setDefaultProject(String) - Method in class com.aliyun.odps.Odps
指定默认使用的Project名称
setDefaultRunningCluster(String) - Method in class com.aliyun.odps.Instances
设置默认 runningCluster 如果为 null,使用project 默认 cluster
setElement(String, String) - Method in class com.aliyun.odps.simpleframework.xml.stream.CamelCaseStyle
This is used to set the element values within this builder.
setElement(String, String) - Method in class com.aliyun.odps.simpleframework.xml.stream.HyphenStyle
This is used to set the element values within this builder.
setEnabled(boolean) - Static method in class com.aliyun.odps.OdpsHooks
设置 hook 开关
setEndpoint(URI) - Method in class com.aliyun.odps.commons.GeneralConfiguration
Set endpoint
setEndpoint(String) - Method in class com.aliyun.odps.Odps
设置ODPS服务的地址
setEndpoint(String) - Method in class com.aliyun.odps.tunnel.InstanceTunnel
设置TunnelServer地址
setEndpoint(String) - Method in class com.aliyun.odps.tunnel.TableTunnel
设置TunnelServer地址
setEndpoint(String) - Method in class com.aliyun.odps.tunnel.VolumeFSTunnel
 
setEndpoint(String) - Method in class com.aliyun.odps.tunnel.VolumeTunnel
设置TunnelServer地址
setEndTime(Date) - Method in class com.aliyun.odps.InstanceFilter
设置结束时间的过滤条件
setErrorCode(String) - Method in exception com.aliyun.odps.tunnel.TunnelException
 
setErrorMsg(String) - Method in exception com.aliyun.odps.tunnel.TunnelException
 
setFromTime(Date) - Method in class com.aliyun.odps.InstanceFilter
设置起始时间过滤条件
setGlobalSettings(Map<String, String>) - Method in class com.aliyun.odps.Odps
设置全局配置,全局配置将会被替换为参数传入的配置
setGpu(long) - Method in class com.aliyun.odps.ml.ModelResource
 
setGuid(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setHookInvoked(boolean) - Method in class com.aliyun.odps.Instance
 
setInformation(String, String, String) - Method in class com.aliyun.odps.Instance
设置 Instance 中 Task 运行时的指定相关信息,返回结构化response
setInformation(String, String) - Method in class com.aliyun.odps.Session
setInformation
SetInformationResult() - Constructor for class com.aliyun.odps.Instance.SetInformationResult
 
setInputSize(Integer) - Method in class com.aliyun.odps.Instance.TaskCost
 
setInputTablenames(String) - Method in class com.aliyun.odps.task.XLibTask
 
setIsTempResource(boolean) - Method in class com.aliyun.odps.FileResource
设置是否是临时资源
setJobConf(Task.Properties) - Method in class com.aliyun.odps.task.GraphTask
Sets the value of the jobConf property.
setKey(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance.Parameter
 
setLifecycle(long) - Method in class com.aliyun.odps.Volume
设置生命周期
setLogView(String) - Method in class com.aliyun.odps.Session
 
setLogViewHost(String) - Method in class com.aliyun.odps.LogView
设置 logview host 地址
setLogViewHost(String) - Method in class com.aliyun.odps.Odps
设置logview host地址
setMemory(long) - Method in class com.aliyun.odps.ml.ModelResource
 
setMemoryCost(Integer) - Method in class com.aliyun.odps.Instance.TaskCost
 
setMethod(String) - Method in class com.aliyun.odps.task.XLibTask
设置方法名。
setMode(Mode) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to set the output mode of this node to either be CDATA, escaped, or inherited.
setName(String) - Method in class com.aliyun.odps.Function
设置函数名
setName(String) - Method in class com.aliyun.odps.Job
 
setName(String) - Method in class com.aliyun.odps.ml.OfflineModelFilter
设置模型名前缀
setName(String) - Method in class com.aliyun.odps.ml.OnlineModelFilter
设置模型名前缀
setName(String) - Method in class com.aliyun.odps.Resource
设置资源名称
setName(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to change the name of an output node.
setName(String) - Method in class com.aliyun.odps.TableFilter
设置表名前缀
setName(String) - Method in class com.aliyun.odps.Task.Property
设置属性值。
setName(String) - Method in class com.aliyun.odps.Task
设置Task的名称
setName(String) - Method in class com.aliyun.odps.VolumeFilter
设置Volume名或partition名前缀
setName(String) - Method in class com.aliyun.odps.XFlow.XFlowModel
 
setName(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance.Property
 
setOdpsHooks(OdpsHooks) - Method in class com.aliyun.odps.Instance
 
setOnlyOwner(Boolean) - Method in class com.aliyun.odps.InstanceFilter
设置Instance状态过滤条件,只返回owner的Instance
setOperationType(String) - Method in class com.aliyun.odps.task.GalaxyTask
 
setOutputTablenames(String) - Method in class com.aliyun.odps.task.XLibTask
 
setOwner(String) - Method in class com.aliyun.odps.ml.OfflineModelFilter
设置模型 owner
setOwner(String) - Method in class com.aliyun.odps.TableFilter
设置表所有者
setP2pMode(boolean) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
 
setP2pMode(boolean) - Method in interface com.aliyun.odps.tunnel.TableTunnel.StreamUploadSession
设置p2p mode
setParam(AccountFormat, Map<String, String>) - Static method in enum com.aliyun.odps.account.AccountFormat
 
setParameter(String, String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setParameters(String) - Method in class com.aliyun.odps.task.XLibTask
设置参数。
setParameters(Map<String, String>) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setPlan(String) - Method in class com.aliyun.odps.task.CupidTask
 
setPlan(LOTTask.Plan) - Method in class com.aliyun.odps.task.LOTTask
设置查询Plan
setPlan(String) - Method in class com.aliyun.odps.task.MoyeTask
 
setPriority(int) - Method in class com.aliyun.odps.Job
设置作业优先级。优先级的取值去见为[0, 9]的整型值,数字越大,优先级越低。
setPriority(int) - Method in class com.aliyun.odps.XFlows.XFlowInstance
设置作业优先级。优先级的取值去见为[0, 9]的整型值,数字越大,优先级越低。
setProject(String) - Method in class com.aliyun.odps.task.LOTTask.Plan
 
setProject(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setProperties(Map<String, String>) - Method in class com.aliyun.odps.Task
设置所有配置信息
setProperty(String, String) - Method in class com.aliyun.odps.Task
设置配置
setProperty(String, String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setQuery(String) - Method in class com.aliyun.odps.task.LOTTask
设置SQL查询语句
setQuery(String) - Method in class com.aliyun.odps.task.SQLCostTask
设置SQL查询语句
setQuery(String) - Method in class com.aliyun.odps.task.SqlPlanTask
设置查询语句。
setQuery(String) - Method in class com.aliyun.odps.task.SQLTask
设置SQL查询语句
setQuotaIndex(String) - Method in class com.aliyun.odps.InstanceFilter
设置 Instance 运行所在 quota 组过滤条件
setRecords(List<Record>) - Method in class com.aliyun.odps.Session.SubQueryResult
 
setReference(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This is used to add the namespace reference to the namespace map.
setReference(String, String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.NamespaceMap
This is used to add the namespace reference to the namespace map.
setReference(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to set the reference for the node.
setRequestId(String) - Method in exception com.aliyun.odps.OdpsException
设置 失败请求的 RequestID
setResourceName(String) - Method in class com.aliyun.odps.task.LOTTask.Plan
 
setResources(List<String>) - Method in class com.aliyun.odps.Function
设置函数依赖的相关资源
setRetryStrategy(RetryStrategy) - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
设置重试策略
setRunningCluster(String) - Method in class com.aliyun.odps.Job
 
setRunningMode(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setSchema(TableSchema) - Method in class com.aliyun.odps.Session.SubQueryResult
 
setSchema(TableSchema) - Method in class com.aliyun.odps.tunnel.InstanceTunnel.DownloadSession
 
setSecurityConfiguration(SecurityConfiguration) - Method in class com.aliyun.odps.security.SecurityManager
 
setSecurityConfiguration(SecurityConfiguration, String) - Method in class com.aliyun.odps.security.SecurityManager
 
setServer(String, boolean) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
setSettings(String) - Method in class com.aliyun.odps.task.GalaxyTask
 
setSocketConnectTimeout(int) - Method in class com.aliyun.odps.commons.GeneralConfiguration
设置网络链接超时时间, 单位秒
setSocketTimeout(int) - Method in class com.aliyun.odps.commons.GeneralConfiguration
设置网络IO超时时间, 秒
setSql(String) - Method in class com.aliyun.odps.task.GalaxyTask
 
setStatus(Instance.Status) - Method in class com.aliyun.odps.InstanceFilter
设置Instance状态过滤条件,只返回处于该状态的Instance
setStatus(Integer) - Method in exception com.aliyun.odps.OdpsException
设置网络状态
setStreamJobName(String) - Method in class com.aliyun.odps.task.GalaxyTask
 
setTable(String) - Method in class com.aliyun.odps.task.MergeTask
Deprecated.
setTables(List<String>) - Method in class com.aliyun.odps.task.MergeTask
Set tables (or partitions) to merge.
setTaskInfo(String, String, String) - Method in class com.aliyun.odps.Instance
Deprecated.
setTaskPlan(String) - Method in class com.aliyun.odps.task.AlgoTask
 
setTransform(boolean) - Method in class com.aliyun.odps.tunnel.io.ProtobufRecordPack
 
setTransform(boolean) - Method in class com.aliyun.odps.tunnel.io.TunnelRecordReader
 
setUserAgent(String) - Method in class com.aliyun.odps.Odps
设置访问API时附加的User-Agent信息
setValue(Object) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Value
This method is used set the value within this object.
setValue(String) - Method in interface com.aliyun.odps.simpleframework.xml.stream.OutputNode
This is used to set a text value to the element.
setValue(String) - Method in class com.aliyun.odps.Task.Property
设置属性值。
setValue(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance.Parameter
 
setValue(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance.Property
 
setVolumePath(String) - Method in class com.aliyun.odps.VolumeResource
 
setXflowName(String) - Method in class com.aliyun.odps.XFlows.XFlowInstance
 
setXmlSource(String) - Method in class com.aliyun.odps.XFlow.XFlowModel
 
Shard - Class in com.aliyun.odps
Created by yinyue on 15-3-17.
SHARD_NUMBER - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
SHARD_STATUS - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
showVariables(Map<String, String>) - Method in class com.aliyun.odps.Session
查询当前CacheOn的变量列表
sign(String, Request) - Method in class com.aliyun.odps.account.AliyunRequestSigner
 
sign(String, Request) - Method in class com.aliyun.odps.account.AppRequestSigner
 
sign(String, Request) - Method in class com.aliyun.odps.account.BearerTokenRequestSigner
 
sign(String, Request) - Method in interface com.aliyun.odps.account.RequestSigner
对HTTP请求签名
SimpleTreeStrategy - Class in com.aliyun.odps.simpleframework.xml.strategy
 
SimpleTreeStrategy() - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.SimpleTreeStrategy
 
size() - Method in class com.aliyun.odps.simpleframework.xml.util.Dictionary
This returns the number of Entry objects within the dictionary.
size() - Method in class com.aliyun.odps.simpleframework.xml.util.Resolver
Returns the number of matches that have been inserted into the Resolver.
skip() - Method in interface com.aliyun.odps.simpleframework.xml.stream.InputNode
This method is used to skip all child elements from this element.
Slot(String, String, boolean) - Constructor for class com.aliyun.odps.tunnel.StreamUploadSessionImpl.Slot
 
SLOT_ID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
SQLCostTask - Class in com.aliyun.odps.task
SQLCoastTask的定义
SQLCostTask() - Constructor for class com.aliyun.odps.task.SQLCostTask
 
SQLExecutor - Interface in com.aliyun.odps.sqa
 
SQLExecutorBuilder - Class in com.aliyun.odps.sqa
Created by dongxiao on 2020/3/17.
SQLExecutorBuilder() - Constructor for class com.aliyun.odps.sqa.SQLExecutorBuilder
 
SQLExecutorPool - Class in com.aliyun.odps.sqa
 
SQLExecutorPoolBuilder - Class in com.aliyun.odps.sqa
Created by dongxiao on 2020/3/17.
SQLExecutorPoolBuilder() - Constructor for class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
SqlPlanTask - Class in com.aliyun.odps.task
执行SQL Plan的任务。
SqlPlanTask(String) - Constructor for class com.aliyun.odps.task.SqlPlanTask
使用给定任务名构造一个SqlPlanTask实例。
SqlPlanTask(String, String) - Constructor for class com.aliyun.odps.task.SqlPlanTask
使用给定任务名和查询语句构造一个SqlPlanTask实例。
SQLRTTask - Class in com.aliyun.odps.task
Created by dejun.xiedj on 2017/10/26.
SQLRTTask() - Constructor for class com.aliyun.odps.task.SQLRTTask
 
SQLTask - Class in com.aliyun.odps.task
SQLTask的定义
SQLTask() - Constructor for class com.aliyun.odps.task.SQLTask
 
srcModel - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
srcProject - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
StackFilter - Class in com.aliyun.odps.simpleframework.xml.filter
The StackFilter object provides a filter that can be given a collection of filters which can be used to resolve a replacement.
StackFilter() - Constructor for class com.aliyun.odps.simpleframework.xml.filter.StackFilter
Constructor for the StackFilter object.
StageProgress() - Constructor for class com.aliyun.odps.Instance.StageProgress
 
startDebug(String, String) - Method in class com.aliyun.odps.Instance
以 debug 模式,启动 instance 本接口是提供给内部 debug 工具使用的,不建议用户直接使用
status - Variable in class com.aliyun.odps.Instance.SetInformationResult
 
status - Variable in class com.aliyun.odps.Session.SubQueryInfo
 
status - Variable in class com.aliyun.odps.Session.SubQueryResponse
 
stop() - Method in class com.aliyun.odps.Instance
停止正在执行的Instance
stop() - Method in class com.aliyun.odps.Session
停止 session
Strategy - Interface in com.aliyun.odps.simpleframework.xml.strategy
The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
strategy - Variable in class com.aliyun.odps.tunnel.io.CompressOption
 
STREAM_UPLOAD - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
StreamRecordPackImpl - Class in com.aliyun.odps.tunnel.io
 
StreamRecordPackImpl(StreamUploadSessionImpl, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.StreamRecordPackImpl
 
StreamRecordWriter - Class in com.aliyun.odps.tunnel.io
Time: 2019-12-08 10:07 AM Author: [email protected]
StreamRecordWriter(StreamUploadSessionImpl, TableSchema, StreamUploadSessionImpl.Slot, Connection) - Constructor for class com.aliyun.odps.tunnel.io.StreamRecordWriter
构造此类对象
StreamRecordWriter(StreamUploadSessionImpl, TableSchema, StreamUploadSessionImpl.Slot, Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.StreamRecordWriter
 
STREAMS - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
StreamUploadSessionImpl - Class in com.aliyun.odps.tunnel
 
StreamUploadSessionImpl.Slot - Class in com.aliyun.odps.tunnel
 
Style - Interface in com.aliyun.odps.simpleframework.xml.stream
The Style interface is used to represent an XML style that can be applied to a serialized object.
subQueryId - Variable in class com.aliyun.odps.Session.SubQueryResponse
 
SubQueryInfo(String, String) - Constructor for class com.aliyun.odps.Session.SubQueryInfo
 
SubQueryResponse() - Constructor for class com.aliyun.odps.Session.SubQueryResponse
 
SubQueryResult() - Constructor for class com.aliyun.odps.Session.SubQueryResult
 
supportAcl() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
supportAclV2() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
supportPackage() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
supportPackageV2() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
supportPolicy() - Method in class com.aliyun.odps.security.SecurityConfiguration
 
SystemFilter - Class in com.aliyun.odps.simpleframework.xml.filter
The SystemFilter object is used to provide a filter that will replace the specified values with system properties.
SystemFilter() - Constructor for class com.aliyun.odps.simpleframework.xml.filter.SystemFilter
Constructor for the SystemFilter object.
SystemFilter(Filter) - Constructor for class com.aliyun.odps.simpleframework.xml.filter.SystemFilter
Constructor for the SystemFilter object.

T

Table - Class in com.aliyun.odps
Table表示ODPS中的表
Table.ClusterInfo - Class in com.aliyun.odps
 
Table.SortColumn - Class in com.aliyun.odps
 
Table.TableTypeConverter - Class in com.aliyun.odps
Convert TableType to/from String
TableFilter - Class in com.aliyun.odps
TableFilter用于查询所有表时根据条件过滤表
TableFilter() - Constructor for class com.aliyun.odps.TableFilter
 
TableResource - Class in com.aliyun.odps
TableResource表示ODPS中一个表资源
TableResource() - Constructor for class com.aliyun.odps.TableResource
构造此类的对象
TableResource(String) - Constructor for class com.aliyun.odps.TableResource
构造此类的对象
TableResource(String, String) - Constructor for class com.aliyun.odps.TableResource
构造此类的对象
TableResource(String, String, PartitionSpec) - Constructor for class com.aliyun.odps.TableResource
构造此类的对象
TableResource(Resource) - Constructor for class com.aliyun.odps.TableResource
Deprecated.
tables() - Method in class com.aliyun.odps.Odps
获取表示ODPS所有Table的集合对象
Tables - Class in com.aliyun.odps
Tables表示ODPS中所有Table的集合
TableTunnel - Class in com.aliyun.odps.tunnel
Tunnel 是 ODPS 的数据通道,用户可以通过 Tunnel 向 ODPS 中上传或者下载数据。
TableTunnel 是访问 ODPS Tunnel 服务的入口类,仅支持表数据(非视图)的上传和下载。

对一张表或 partition 上传下载的过程,称为一个session。session 由一或多个到 Tunnel RESTful API 的 HTTP Request 组成。
session 用 session ID 来标识,session 的超时时间是24小时,如果大批量数据传输导致超过24小时,需要自行拆分成多个 session。
数据的上传和下载分别由 TableTunnel.UploadSessionTableTunnel.DownloadSession 这两个会话来负责。
TableTunnel 提供创建 UploadSession 对象和 DownloadSession 对象的方法.

典型表数据上传流程:
1) 创建 TableTunnel
2) 创建 UploadSession
3) 创建 RecordWriter,写入 Record
4)提交上传操作

典型表数据下载流程:
1) 创建 TableTunnel
2) 创建 DownloadSession
3) 创建 RecordReader,读取 Record
TableTunnel(Odps) - Constructor for class com.aliyun.odps.tunnel.TableTunnel
构造此类对象
TableTunnel.DownloadSession - Class in com.aliyun.odps.tunnel
DownloadSession 表示从 ODPS 表中下载数据的会话,一般通过TableTunnel来创建。
Session ID 是 Session 的唯一标识符,可通过 TableTunnel.DownloadSession.getId() 获取。

表中Record总数可通过 TableTunnel.DownloadSession.getRecordCount() 得到,用户可根据 Record 总数来启动并发下载。

DownloadSession 通过创建 RecordReader 来完成数据的读取,需指定读取记录的起始位置和数量
RecordReader 对应HTTP请求的超时时间为 300S,超时后 service 端会主动关闭。
TableTunnel.DownloadStatus - Enum in com.aliyun.odps.tunnel
下载会话的状态
UNKNOWN 未知
NORMAL 正常
CLOSED 关闭
EXPIRED 过期
TableTunnel.StreamRecordPack - Interface in com.aliyun.odps.tunnel
 
TableTunnel.StreamUploadSession - Interface in com.aliyun.odps.tunnel
 
TableTunnel.UploadSession - Class in com.aliyun.odps.tunnel
UploadSession 表示向ODPS表中上传数据的会话,一般通过TableTunnel来创建。
上传 Session 是 INSERT INTO 语义,即对同一张表或 partition 的多个/多次上传 Session 互不影响。
Session ID 是Session的唯一标识符,可通过 TableTunnel.UploadSession.getId() 获取。

UploadSession 通过创建 RecordWriter 来完成数据的写入操作。
每个 RecordWriter 对应一个 HTTP Request,单个 UploadSession 可创建多个RecordWriter。

创建 RecordWriter 时需指定 block ID,block ID是 RecordWriter 的唯一标识符,取值范围 [0, 20000),单个block上传的数据限制是 100G。
同一 UploadSession 中,使用同一 block ID 多次打开 RecordWriter 会导致覆盖行为,最后一个调用 close() 的 RecordWriter 所上传的数据会被保留。同一RecordWriter实例不能重复调用 close().
RecordWriter 对应的 HTTP Request超时为 120s,若 120s 内没有数据传输,service 端会主动关闭连接。特别提醒,HTTP协议本身有8K buffer。
TableTunnel.UploadStatus - Enum in com.aliyun.odps.tunnel
UploadStatus表示当前Upload的状态
UNKNOWN 未知
NORMAL 正常
CLOSING 关闭中
CLOSED 已关闭
CANCELED 已取消
EXPIRED 已过期
CRITICAL 严重错误
TableTypeConverter() - Constructor for class com.aliyun.odps.Table.TableTypeConverter
 
take(Object) - Method in interface com.aliyun.odps.simpleframework.xml.util.Cache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.ConcurrentCache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.LimitedCache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - Method in class com.aliyun.odps.simpleframework.xml.util.WeakCache
This is used to exclusively take the value mapped to the specified key from the cache.
target - Variable in class com.aliyun.odps.ml.ModelPredictDesc
 
target - Variable in class com.aliyun.odps.ml.ModelPredictDescNew
 
Target - Class in com.aliyun.odps.ml
 
Target() - Constructor for class com.aliyun.odps.ml.Target
 
TARGET - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
targetModel - Variable in class com.aliyun.odps.ml.ModelAbTestItem
 
Task - Class in com.aliyun.odps
ODPS的Task定义
Task() - Constructor for class com.aliyun.odps.Task
 
Task.Properties - Class in com.aliyun.odps
Task properties
Task.Property - Class in com.aliyun.odps
Task property
TASK_NAME - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
TaskCost() - Constructor for class com.aliyun.odps.Instance.TaskCost
 
taskName(String) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
taskName(String) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
TaskResult() - Constructor for class com.aliyun.odps.Instance.InstanceResultModel.TaskResult
 
TaskSummary() - Constructor for class com.aliyun.odps.Instance.TaskSummary
 
Text - Annotation Type in com.aliyun.odps.simpleframework.xml
The Text annotation is used to represent a field or method that appears as text within an XML element.
TextException - Exception in com.aliyun.odps.simpleframework.xml.core
The TextException is used to represent conditions when an XML element text value is in an invalid state.
TextException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.TextException
Constructor for the TextException object.
TextException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.TextException
Constructor for the TextException object.
toJson() - Method in class com.aliyun.odps.Project.ExternalProjectProperties
 
toString() - Method in enum com.aliyun.odps.Instance.Status
RUNNING 被转换成 "Running",SUSPENDED 被转换成 "Suspended",TERMINATED 被转换成 "Terminated"。
toString() - Method in enum com.aliyun.odps.LogType
 
toString() - Method in exception com.aliyun.odps.OdpsException
 
toString() - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Type
This is used to describe the type as it exists within the owning class.
toString() - Method in interface com.aliyun.odps.simpleframework.xml.stream.Position
This provides a textual description of the position the read cursor is at within the XML document.
toString() - Method in class com.aliyun.odps.Table.SortColumn
 
toString() - Method in exception com.aliyun.odps.tunnel.TunnelException
 
toString() - Method in exception com.aliyun.odps.VolumeException
 
totalWorkerCount - Variable in class com.aliyun.odps.Session.SessionProgress
 
toXmlString() - Method in class com.aliyun.odps.Job
 
transferVolumeToVolumeFSFile(String, Volume, RestClient) - Static method in class com.aliyun.odps.VolumeFSFile
Transfer Volume to VolumeFSFile
Transform<T> - Interface in com.aliyun.odps.simpleframework.xml.transform
A Transform represents a an object used to transform an object to and from a string value.
Transformer - Class in com.aliyun.odps.simpleframework.xml.transform
The Transformer object is used to convert strings to and from object instances.
Transformer(Matcher) - Constructor for class com.aliyun.odps.simpleframework.xml.transform.Transformer
Constructor for the Transformer object.
TransformException - Exception in com.aliyun.odps.simpleframework.xml.transform
The TransformException is thrown if a problem occurs during the transformation of an object.
TransformException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.transform.TransformException
Constructor for the TransformException object.
TransformException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.transform.TransformException
Constructor for the TransformException object.
Transient - Annotation Type in com.aliyun.odps.simpleframework.xml
The Transient annotation is an optional annotation that can be used within an XML class schema to mark a method or field as being transient, which indicates that it does not take part in serialization or deserialization.
TreeStrategy - Class in com.aliyun.odps.simpleframework.xml.strategy
The TreeStrategy object is used to provide a simple strategy for handling object graphs in a tree structure.
TreeStrategy() - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.TreeStrategy
Constructor for the TreeStrategy object.
TreeStrategy(String, String) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.TreeStrategy
Constructor for the TreeStrategy object.
truncate() - Method in class com.aliyun.odps.Table
删除表数据
TUNNEL_DATE_TRANSFORM_VERSION - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
TunnelBufferedWriter - Class in com.aliyun.odps.tunnel.io
TunnelBufferedWriter 是一个使用缓冲区的、容错的 Tunnel 上传接口。
TunnelBufferedWriter(TableTunnel.UploadSession, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
构造此类对象,使用默认缓冲区大小为 10 MiB,和默认的回退策略:4s、8s、16s、32s、64s、128s
TunnelConstants - Interface in com.aliyun.odps.tunnel
TunnelConstants defined for OPDS.
tunnelEndpoint(String) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
tunnelEndpoint(String) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
TunnelException - Exception in com.aliyun.odps.tunnel
该异常在DataTunnel服务访问失败时抛出。
TunnelException() - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelException(String, InputStream, Integer) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
 
TunnelException(String) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelException(String, Throwable) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelException(String, String) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelException(String, String, Throwable) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelException(InputStream) - Constructor for exception com.aliyun.odps.tunnel.TunnelException
构造异常对象
TunnelRecordReader - Class in com.aliyun.odps.tunnel.io
TunnelReaderReader支持通过Tunnel服务读取ODPS表中的数据
TunnelRecordReader(TableSchema, Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordReader
Deprecated.
TunnelRecordReader(TableSchema, List<Column>, Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordReader
Deprecated.
TunnelRecordReader(long, long, List<Column>, CompressOption, RestClient, TableTunnel.DownloadSession) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordReader
构造此类对象
TunnelRecordReader(long, long, List<Column>, CompressOption, RestClient, InstanceTunnel.DownloadSession) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordReader
构造此类对象
TunnelRecordWriter - Class in com.aliyun.odps.tunnel.io
TunnelRecordWriter支持通过Tunnel服务写入数据到ODPS表
TunnelRecordWriter(TableSchema, Connection) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordWriter
构造此类对象
TunnelRecordWriter(TableSchema, Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.TunnelRecordWriter
 
TunnelRetryStrategy - Class in com.aliyun.odps.tunnel.io
 
TunnelTableSchema - Class in com.aliyun.odps.tunnel
 
TunnelTableSchema(JsonObject) - Constructor for class com.aliyun.odps.tunnel.TunnelTableSchema
 
type - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
Type - Interface in com.aliyun.odps.simpleframework.xml.strategy
The Type interface is used to represent a method or field that has been annotated for serialization.
TYPE - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 

U

UnionException - Exception in com.aliyun.odps.simpleframework.xml.core
The UnionException is thrown when there is an error associated with unions.
UnionException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.UnionException
Constructor for the UnionException object.
UNKNOWN_REQUEST_ID - Static variable in exception com.aliyun.odps.VolumeException
 
update(Function) - Method in class com.aliyun.odps.Functions
更新 Function
update(String, Function) - Method in class com.aliyun.odps.Functions
更新 Function
update(String, String) - Method in class com.aliyun.odps.ml.OnlineModel
更新在线模型
update(String, String, short, short) - Method in class com.aliyun.odps.ml.OnlineModel
更新在线模型
update(OnlineModelInfo) - Method in class com.aliyun.odps.ml.OnlineModel
 
update(OnlineModelInfoNew) - Method in class com.aliyun.odps.ml.OnlineModel
 
update(ModelAbTestInfo) - Method in class com.aliyun.odps.ml.OnlineModel
 
update(VolumeResource) - Method in class com.aliyun.odps.Resources
更新 Volume 资源
update(String, VolumeResource) - Method in class com.aliyun.odps.Resources
更新 Volume 资源
update(TableResource) - Method in class com.aliyun.odps.Resources
更新表资源
update(String, TableResource) - Method in class com.aliyun.odps.Resources
更新表资源
update(FileResource, InputStream) - Method in class com.aliyun.odps.Resources
更新文件资源
update(String, FileResource, InputStream) - Method in class com.aliyun.odps.Resources
更新文件资源
update(int) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(long) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(double) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(float) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(boolean) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(byte[], int, int) - Method in class com.aliyun.odps.tunnel.io.Checksum
 
update(Map<String, String>) - Method in class com.aliyun.odps.VolumeFSFile
 
update(Volume) - Method in class com.aliyun.odps.Volumes
 
update(String, Volume) - Method in class com.aliyun.odps.Volumes
更新 volume meta, 目前只支持更改 lifecycle
update(XFlow.XFlowModel) - Method in class com.aliyun.odps.XFlows
更新 XFlow 对象
update(XFlow.XFlowModel, String) - Method in class com.aliyun.odps.XFlows
更新 XFlow 对象
updateInstanceNumber(short) - Method in class com.aliyun.odps.ml.OnlineModel
 
updateOwner(String) - Method in class com.aliyun.odps.Function
 
updateOwner(String) - Method in class com.aliyun.odps.Resource
更新 资源的 owner 需要是 project owner
updateProject(String, Map<String, String>) - Method in class com.aliyun.odps.Projects
更新 Project
updateQos(short) - Method in class com.aliyun.odps.ml.OnlineModel
更新在线模型
UPLOADID - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
UPLOADS - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
UploadSession(String, String, String) - Constructor for class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
构造一个新的VolumeTunnel.UploadSession对象。
UploadSession(String, String, String, String) - Constructor for class com.aliyun.odps.tunnel.VolumeTunnel.UploadSession
根据已有的uploadId构造一个VolumeTunnel.UploadSession对象。
useInstanceTunnel(boolean) - Method in class com.aliyun.odps.sqa.SQLExecutorBuilder
 
useInstanceTunnel(boolean) - Method in class com.aliyun.odps.sqa.SQLExecutorPoolBuilder
 
User - Class in com.aliyun.odps.security
 

V

valid(Class) - Method in class com.aliyun.odps.simpleframework.xml.transform.Transformer
This method is used to determine if the type specified can be transformed.
validate(Class, String) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, String, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode, boolean) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
Validate - Annotation Type in com.aliyun.odps.simpleframework.xml.core
The Validate annotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes.
validate(Class, String) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, String, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode, boolean) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
Value - Interface in com.aliyun.odps.simpleframework.xml.strategy
The Value object describes a type that is represented by an XML element.
valueOf(String) - Static method in enum com.aliyun.odps.account.Account.AccountProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.account.AccountFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Instance.InstanceQueueingInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Instance.StageProgress.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Instance.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Instance.TaskStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.ml.ModelFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.ml.OnlineStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Project.ProjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Project.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Resource.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.CheckPermissionResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.security.SecurityManager.AuthorizationQueryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.simpleframework.xml.DefaultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.simpleframework.xml.stream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.simpleframework.xml.stream.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.sqa.ExecuteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.InstanceTunnel.DownloadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.io.CompressOption.CompressAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.TableTunnel.DownloadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.TableTunnel.UploadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.VolumeTunnel.DownloadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.tunnel.VolumeTunnel.UploadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.Volume.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.VolumeFSFile.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.VolumeFSFile.ParamKey
Returns the enum constant of this type with the specified name.
ValueRequiredException - Exception in com.aliyun.odps.simpleframework.xml.core
The ValueRequiredException is thrown when an attribute or element is missing from the XML document.
ValueRequiredException(String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ValueRequiredException
Constructor for the ValueRequiredException object.
ValueRequiredException(Throwable, String, Object...) - Constructor for exception com.aliyun.odps.simpleframework.xml.core.ValueRequiredException
Constructor for the ValueRequiredException object.
values() - Static method in enum com.aliyun.odps.account.Account.AccountProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.account.AccountFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Instance.InstanceQueueingInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Instance.StageProgress.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Instance.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Instance.TaskStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.ml.ModelFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.ml.OnlineStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Project.ProjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Project.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Resource.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.CheckPermissionResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.security.CheckPermissionConstants.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.security.SecurityManager.AuthorizationQueryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.simpleframework.xml.DefaultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.simpleframework.xml.stream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.simpleframework.xml.stream.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.sqa.ExecuteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.InstanceTunnel.DownloadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.io.CompressOption.CompressAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.TableTunnel.DownloadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.TableTunnel.UploadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.VolumeTunnel.DownloadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.tunnel.VolumeTunnel.UploadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.Volume.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.VolumeFSFile.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.VolumeFSFile.ParamKey
Returns an array containing the constants of this enum type, in the order they are declared.
Verbosity - Enum in com.aliyun.odps.simpleframework.xml.stream
The Verbosity enumeration is used to specify a verbosity preference for the resulting XML.
version - Variable in class com.aliyun.odps.ml.OfflineModelInfo
 
version - Variable in class com.aliyun.odps.ml.OnlineModelInfo
 
version - Variable in class com.aliyun.odps.ml.OnlineModelInfoNew
 
version - Variable in class com.aliyun.odps.Session.SessionItem
 
Version - Annotation Type in com.aliyun.odps.simpleframework.xml
The Version annotation is used to specify an attribute that is used to represent a revision of the class XML schema.
VERSION - Static variable in interface com.aliyun.odps.tunnel.TunnelConstants
 
Visitor - Interface in com.aliyun.odps.simpleframework.xml.strategy
The Visitor interface represents an object that is used to visit each XML element during serialization.
VisitorStrategy - Class in com.aliyun.odps.simpleframework.xml.strategy
The VisitorStrategy object is a simplification of a strategy, which allows manipulation of the serialization process.
VisitorStrategy(Visitor) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.VisitorStrategy
Constructor for the VisitorStrategy object.
VisitorStrategy(Visitor, Strategy) - Constructor for class com.aliyun.odps.simpleframework.xml.strategy.VisitorStrategy
Constructor for the VisitorStrategy object.
Volume - Class in com.aliyun.odps
Volume表示ODPS中的volume 暂未开放,仅限内部使用
Volume.Type - Enum in com.aliyun.odps
 
VolumeArchiveResource - Class in com.aliyun.odps
Created by nizheming on 15/8/12.
VolumeArchiveResource() - Constructor for class com.aliyun.odps.VolumeArchiveResource
 
VolumeException - Exception in com.aliyun.odps
Volume Exception
VolumeException(Throwable) - Constructor for exception com.aliyun.odps.VolumeException
 
VolumeException(String, Throwable) - Constructor for exception com.aliyun.odps.VolumeException
 
VolumeException(String, String) - Constructor for exception com.aliyun.odps.VolumeException
 
VolumeException(String) - Constructor for exception com.aliyun.odps.VolumeException
 
VolumeFile - Class in com.aliyun.odps
VolumeFile表示ODPS中的volume file 暂未开放,仅限内部使用
VolumeFileResource - Class in com.aliyun.odps
Created by nizheming on 15/8/3.
VolumeFileResource() - Constructor for class com.aliyun.odps.VolumeFileResource
 
VolumeFilter - Class in com.aliyun.odps
VolumeFilter用于查询所有Volume或partition时根据条件过滤Volume或partition 暂未开放,仅限内部使用
VolumeFilter() - Constructor for class com.aliyun.odps.VolumeFilter
 
VolumeFSErrorCode - Class in com.aliyun.odps.tunnel
Volume Filesystem Error Code
VolumeFSErrorCode() - Constructor for class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
VolumeFSFile - Class in com.aliyun.odps
Volume File System File
VolumeFSFile.ItemType - Enum in com.aliyun.odps
 
VolumeFSFile.ParamKey - Enum in com.aliyun.odps
 
VolumeFSTunnel - Class in com.aliyun.odps.tunnel
Volume FileSystem Tunnel
VolumeFSTunnel(Odps) - Constructor for class com.aliyun.odps.tunnel.VolumeFSTunnel
 
VolumeInputStream - Class in com.aliyun.odps.tunnel.io
 
VolumeInputStream(Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.VolumeInputStream
 
VolumeMissing - Static variable in class com.aliyun.odps.tunnel.VolumeFSErrorCode
 
VolumeOutputStream - Class in com.aliyun.odps.tunnel.io
 
VolumeOutputStream(Connection, CompressOption) - Constructor for class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
VolumePartition - Class in com.aliyun.odps
VolumePartition表示ODPS中的volume partition 暂未开放,仅限内部使用
VolumeResource - Class in com.aliyun.odps
Created by nizheming on 15/8/3.
VolumeResource() - Constructor for class com.aliyun.odps.VolumeResource
 
volumes() - Method in class com.aliyun.odps.Odps
获取表示ODPS所有Volumes的集合对象
Volumes - Class in com.aliyun.odps
Volumes表示ODPS中所有Volume的集合 暂未开放,仅限内部使用
VolumeTunnel - Class in com.aliyun.odps.tunnel
访问ODPS Volume Tunnel服务的入口类 暂未开放,仅限内部使用
VolumeTunnel(Odps) - Constructor for class com.aliyun.odps.tunnel.VolumeTunnel
构造此类对象
VolumeTunnel.DownloadSession - Class in com.aliyun.odps.tunnel
此类表示一个向ODPS中下载Volume的会话
VolumeTunnel.DownloadStatus - Enum in com.aliyun.odps.tunnel
下载会话的状态
UNKNOWN 未知
NORMAL 正常
CLOSED 关闭
EXPIRED 过期
VolumeTunnel.UploadSession - Class in com.aliyun.odps.tunnel
UploadSession表示一个向ODPS表中上传数据的会话
VolumeTunnel.UploadStatus - Enum in com.aliyun.odps.tunnel
UploadStatus表示当前Upload的状态
UNKNOWN 未知
NORMAL 正常
CLOSING 关闭中
CLOSED 已关闭
CANCELED 已取消
EXPIRED 已过期
CRITICAL 严重错误

W

waitForStart() - Method in class com.aliyun.odps.Session
阻塞等待 session 启动
waitForStart(long) - Method in class com.aliyun.odps.Session
等待 session 启动
waitForSuccess() - Method in class com.aliyun.odps.Instance
阻塞当前线程, 直到Instance结束
waitForSuccess(long) - Method in class com.aliyun.odps.Instance
阻塞当前线程, 直到Instance结束
waitForSuccess() - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
waitForSuccess(long) - Method in class com.aliyun.odps.security.SecurityManager.AuthorizationQueryInstance
 
warnings - Variable in class com.aliyun.odps.Session.SubQueryResponse
 
WeakCache<T> - Class in com.aliyun.odps.simpleframework.xml.util
The WeakCache object is an implementation of a cache that holds on to cached items only if the key remains in memory.
WeakCache() - Constructor for class com.aliyun.odps.simpleframework.xml.util.WeakCache
Constructor for the WeakCache object.
WeakCache(int) - Constructor for class com.aliyun.odps.simpleframework.xml.util.WeakCache
Constructor for the WeakCache object.
write(Record) - Method in interface com.aliyun.odps.data.RecordWriter
写入一条记录
write(Type, Object, NodeMap<OutputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.convert.AnnotationStrategy
This is used to serialize a representation of the object value provided.
write(OutputNode, T) - Method in interface com.aliyun.odps.simpleframework.xml.convert.Converter
This write method is used to serialize an object to XML.
write(Type, Object, NodeMap<OutputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.convert.RegistryStrategy
This is used to serialize a representation of the object value provided.
write(Object, OutputNode) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, File) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream, String) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, Writer) - Method in class com.aliyun.odps.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, File) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, Writer) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputNode) - Method in interface com.aliyun.odps.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Type, Object, NodeMap, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.CycleStrategy
This is used to write the reference in to the XML element that is to be written.
write(Type, Object, NodeMap, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.SimpleTreeStrategy
 
write(Type, Object, NodeMap<OutputNode>, Map) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Strategy
This is used to attach attribute values to the given node map during the serialization process.
write(Type, Object, NodeMap, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.TreeStrategy
This is used to attach a attribute to the provided element that is used to identify the class.
write(Type, NodeMap<OutputNode>) - Method in interface com.aliyun.odps.simpleframework.xml.strategy.Visitor
This is used to intercept an XML element after it is written by the underlying Strategy implementation.
write(Type, Object, NodeMap<OutputNode>, Map) - Method in class com.aliyun.odps.simpleframework.xml.strategy.VisitorStrategy
This method will write with an internal strategy before it has been intercepted by the visitor.
write(Writer) - Static method in class com.aliyun.odps.simpleframework.xml.stream.NodeBuilder
This is used to create an OutputNode that can be used to write a well formed XML document.
write(Writer, Format) - Static method in class com.aliyun.odps.simpleframework.xml.stream.NodeBuilder
This is used to create an OutputNode that can be used to write a well formed XML document.
write(T) - Method in interface com.aliyun.odps.simpleframework.xml.transform.Transform
This method is used to convert the provided value into an XML usable format.
write(Object, Class) - Method in class com.aliyun.odps.simpleframework.xml.transform.Transformer
This method is used to convert the provided value into an XML usable format.
write(OutputNode, Table.TableType) - Method in class com.aliyun.odps.Table.TableTypeConverter
 
write(Record) - Method in class com.aliyun.odps.tunnel.io.StreamRecordWriter
 
write(Record) - Method in class com.aliyun.odps.tunnel.io.TunnelBufferedWriter
将 record 写入缓冲区,当其大小超过 bufferSize 时,上传缓冲区中的记录过程中如果发生错误将 进行自动重试,这个过程中 write 调用将一直阻塞,直到所有记录上传成功为止。
write(Record) - Method in class com.aliyun.odps.tunnel.io.TunnelRecordWriter
 
write(int) - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
write(byte[], int, int) - Method in class com.aliyun.odps.tunnel.io.VolumeOutputStream
 
writeBlock(ProtobufRecordPack) - Method in class com.aliyun.odps.tunnel.StreamUploadSessionImpl
打开http链接,写入pack数据,然后关闭链
writeBlock(long, RecordPack) - Method in class com.aliyun.odps.tunnel.TableTunnel.UploadSession
打开http链接,写入pack数据,然后关闭链接,多次向同一个block写入时会覆盖之前数据

X

XFlow - Class in com.aliyun.odps
 
XFlow.XFlowModel - Class in com.aliyun.odps
 
XFlowInstance() - Constructor for class com.aliyun.odps.XFlows.XFlowInstance
 
XFlowModel() - Constructor for class com.aliyun.odps.XFlow.XFlowModel
 
xFlows() - Method in class com.aliyun.odps.Odps
 
XFlows - Class in com.aliyun.odps
 
XFlows.XFlowInstance - Class in com.aliyun.odps
 
XFlows.XFlowInstance.Parameter - Class in com.aliyun.odps
Parameter
XFlows.XFlowInstance.Property - Class in com.aliyun.odps
Property
XFlows.XResult - Class in com.aliyun.odps
 
XLibTask - Class in com.aliyun.odps.task
XDebug 开发时,提交计算任务用
XLibTask(String) - Constructor for class com.aliyun.odps.task.XLibTask
使用给定任务名构造一个XDebugTask实例。
XLibTask(String, String, String) - Constructor for class com.aliyun.odps.task.XLibTask
使用给定任务名和命令构造一个XDebugTask实例。
XResult() - Constructor for class com.aliyun.odps.XFlows.XResult
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2020 Alibaba Cloud Computing. All rights reserved.