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

A

AbstractChar<T extends AbstractChar> - Class in com.aliyun.odps.data
 
AbstractCharTypeInfo - Class in com.aliyun.odps.type
Created by zhenhong.gzh on 16/7/11.
AbstractDatetimeWritable<T extends AbstractDatetimeWritable> - Class in com.aliyun.odps.io
AbstractDatetimeWritable 提供了 datetime 的 WritableWritableComparable 的实现
AbstractMapWritable - Class in com.aliyun.odps.io
MapWritableSortedMapWritable 的基类。 在一个map实例中,能够添加的Writable的类型最多是127。
AbstractPrimitiveTypeInfo - Class in com.aliyun.odps.type
odps 基本类型接口 Created by zhenhong.gzh on 16/7/7.
accept(Path) - Method in interface com.aliyun.odps.volume.PathFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
addColumn(Column) - Method in class com.aliyun.odps.TableSchema
表增加一列 本方法不用于直接修改 SQL 表结构,适用于执行 MR 作业定义输入列等场景。
addDefaultResource(String) - Static method in class com.aliyun.odps.conf.Configuration
增加一个默认配置。默认配置是按照增加的顺序来读取的。
addPartitionColumn(Column) - Method in class com.aliyun.odps.TableSchema
表增加一个分区列
addResource(String) - Method in class com.aliyun.odps.conf.Configuration
增加一个配置。 新配置会覆盖默认配置,除非配置参数被设定为 final.
addResource(URL) - Method in class com.aliyun.odps.conf.Configuration
增加一个配置。 新配置会覆盖默认配置,除非配置参数被设定为 final.
addResource(InputStream) - Method in class com.aliyun.odps.conf.Configuration
增加一个配置。 新配置会覆盖默认配置,除非配置参数被设定为 final.
append(byte[], int, int) - Method in class com.aliyun.odps.io.Text
追加字符串内容.
append(Writable) - Method in class com.aliyun.odps.io.Tuple
Append a field to a tuple.
append(Writable[]) - Method in class com.aliyun.odps.io.Tuple
将数组中的field添加到Tuple
append(Collection<Writable>) - Method in class com.aliyun.odps.io.Tuple
将集合中的field添加到Tuple
append(Path) - Method in class com.aliyun.odps.volume.FileSystem
Append to an existing file (optional operation).
append(Path, int) - Method in class com.aliyun.odps.volume.FileSystem
Append to an existing file (optional operation).
around(ProceedingJoinPoint) - Method in class com.aliyun.odps.OdpsDeprecatedLogger
 
aroundOdpsImpl(ProceedingJoinPoint) - Method in class com.aliyun.odps.OdpsDeprecatedLogger
 
ArrayRecord - Class in com.aliyun.odps.data
基于数组的Record实现
ArrayRecord(Column[]) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(Column[], boolean) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(Column[], boolean, Long) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(Column[], Object[]) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(Column[], Object[], boolean) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(TableSchema) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
ArrayRecord(TableSchema, boolean) - Constructor for class com.aliyun.odps.data.ArrayRecord
 
arrayToString(String[]) - Static method in class com.aliyun.odps.utils.StringUtils
Given an array of strings, return a comma-separated list of its elements.
ArrayTypeInfo - Interface in com.aliyun.odps.type
Odps array 类型接口 ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误 Created by zhenhong.gzh on 16/7/8.
ArrayWritable - Class in com.aliyun.odps.io
A Writable for arrays containing instances of a class.
ArrayWritable(Class<? extends Writable>) - Constructor for class com.aliyun.odps.io.ArrayWritable
 
ArrayWritable(Class<? extends Writable>, Writable[]) - Constructor for class com.aliyun.odps.io.ArrayWritable
 

B

BigDecimalWritable - Class in com.aliyun.odps.io
 
BigDecimalWritable() - Constructor for class com.aliyun.odps.io.BigDecimalWritable
 
BigDecimalWritable(BigDecimal) - Constructor for class com.aliyun.odps.io.BigDecimalWritable
 
BigDecimalWritable.Comparator - Class in com.aliyun.odps.io
A Comparator optimized for BigDecimalWritable.
BIGINT - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
Binary - Class in com.aliyun.odps.data
Binary 类型对应的数据类 Created by zhenhong.gzh on 16/12/12.
Binary(byte[]) - Constructor for class com.aliyun.odps.data.Binary
 
BINARY - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
BinaryComparable - Class in com.aliyun.odps.io
提供二进制内容的比较函数和哈希函数,在子类 TextBytesWritable 中会使用到.
BinaryComparable() - Constructor for class com.aliyun.odps.io.BinaryComparable
 
BitMapWritable - Class in com.aliyun.odps.io
 
BitMapWritable(int) - Constructor for class com.aliyun.odps.io.BitMapWritable
 
BlobDataInputStream - Class in com.aliyun.odps.io
BlobDataInputStream是blob列类型的读取流,只能通过 InputBlobWritable.getInputStream() 接口获得该对象。
BlobDataInputStream(InputStream) - Constructor for class com.aliyun.odps.io.BlobDataInputStream
构建BlobDataInputStream对象
BlobDataInputStream.SeekFlag - Enum in com.aliyun.odps.io
BlobDataInputStream在seek时的位置标志
BOOLEAN - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
BooleanWritable - Class in com.aliyun.odps.io
BooleanWritable 提供了 boolean 的 WritableWritableComparable 的实现
BooleanWritable() - Constructor for class com.aliyun.odps.io.BooleanWritable
默认构造 boolean 值为 false 的 BooleanWritable.
BooleanWritable(boolean) - Constructor for class com.aliyun.odps.io.BooleanWritable
构造 boolean 值为给定 value 的 BooleanWritable.
BooleanWritable.Comparator - Class in com.aliyun.odps.io
BooleanWritable 对象的 WritableComparator 自然顺序实现(升序).
build() - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
builder() - Static method in class com.aliyun.odps.data.TableInfo
 
byteDesc(long) - Static method in class com.aliyun.odps.utils.StringUtils
Return an abbreviated English-language desc of the byte length
bytesToCodePoint(ByteBuffer) - Static method in class com.aliyun.odps.io.Text
Returns the next code point at the current position in the buffer.
BytesWritable - Class in com.aliyun.odps.io
BytesWritable 提供了 byte[] 的 WritableWritableComparable 的实现.
BytesWritable() - Constructor for class com.aliyun.odps.io.BytesWritable
默认构造 空 byte[] 的 BytesWritable.
BytesWritable(byte[]) - Constructor for class com.aliyun.odps.io.BytesWritable
构造值为给定 byte 数组的 BytesWritable.
BytesWritable.Comparator - Class in com.aliyun.odps.io
BytesWritable 对象的 WritableComparator 自然顺序实现(升序).
byteToHexString(byte[], int, int) - Static method in class com.aliyun.odps.utils.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes
byteToHexString(byte[]) - Static method in class com.aliyun.odps.utils.StringUtils
Same as byteToHexString(bytes, 0, bytes.length).
ByteWritable - Class in com.aliyun.odps.io
ByteWritable 提供了 tinyint 的 WritableWritableComparable 的实现
ByteWritable() - Constructor for class com.aliyun.odps.io.ByteWritable
 
ByteWritable(byte) - Constructor for class com.aliyun.odps.io.ByteWritable
 
ByteWritable.Comparator - Class in com.aliyun.odps.io
ByteWritable 对象的 WritableComparator 自然顺序实现(升序).

C

Char - Class in com.aliyun.odps.data
Char 类型对应的数据类 Created by zhenhong.gzh on 16/12/12.
Char(String) - Constructor for class com.aliyun.odps.data.Char
 
Char(String, int) - Constructor for class com.aliyun.odps.data.Char
 
charAt(int) - Method in class com.aliyun.odps.io.Text
返回给定位置 position 的 Unicode 32位标量值(Unicode scalar value).
CharTypeInfo - Class in com.aliyun.odps.type
Odps char 类型 Created by zhenhong.gzh on 16/7/12.
CharWritable - Class in com.aliyun.odps.io
CharWritable 提供了 char 的 WritableWritableComparable 的实现
CharWritable() - Constructor for class com.aliyun.odps.io.CharWritable
 
CharWritable(String) - Constructor for class com.aliyun.odps.io.CharWritable
根据给定字符串构造 CharWritable
CharWritable(Char) - Constructor for class com.aliyun.odps.io.CharWritable
根据给定Char对象构造 CharWritable
checkArgument(String, int, int, int) - Static method in class com.aliyun.odps.utils.CommonUtils
 
checkNonStaticField(Class<?>, Class<?>) - Static method in class com.aliyun.odps.utils.ReflectionUtils
 
clear() - Method in class com.aliyun.odps.conf.Configuration
清除所有配置
clear() - Method in class com.aliyun.odps.data.ArrayRecord
 
clear() - Method in class com.aliyun.odps.io.MapWritable
 
clear() - Method in class com.aliyun.odps.io.SortedMapWritable
 
clear() - Method in class com.aliyun.odps.io.Text
清空字符串,清空后 Text.getLength() 返回0
clear() - Method in class com.aliyun.odps.io.Tuple
清空Tuple中的所有field
clone() - Method in class com.aliyun.odps.data.ArrayRecord
 
clone() - Method in interface com.aliyun.odps.data.Record
生成当前Record的拷贝
clone() - Method in class com.aliyun.odps.io.Tuple
生成当前Tuple的拷贝
clone() - Method in interface com.aliyun.odps.io.WritableRecord
生成当前WritableRecord的拷贝。
clone(T, Configuration) - Static method in class com.aliyun.odps.io.WritableUtils
通过Writable序列化方式拷贝一个Writable对象.
cloneWritableInto(Writable, Writable) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Deprecated.
cols(String[]) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
Column - Class in com.aliyun.odps
Column表示ODPS中表的列定义
Column(String, OdpsType, String) - Constructor for class com.aliyun.odps.Column
Deprecated.
Column(String, TypeInfo, String) - Constructor for class com.aliyun.odps.Column
 
Column(String, TypeInfo) - Constructor for class com.aliyun.odps.Column
 
Column(String, TypeInfo, String, String) - Constructor for class com.aliyun.odps.Column
 
Column(String, TypeInfo, String, String, List<String>) - Constructor for class com.aliyun.odps.Column
 
Column(String, OdpsType, String, String, List<OdpsType>) - Constructor for class com.aliyun.odps.Column
 
Column(String, OdpsType) - Constructor for class com.aliyun.odps.Column
构造Column对象
com.aliyun.odps - package com.aliyun.odps
 
com.aliyun.odps.conf - package com.aliyun.odps.conf
Odps配置
com.aliyun.odps.counter - package com.aliyun.odps.counter
用于获取任务运行时统计数据的计数器
com.aliyun.odps.data - package com.aliyun.odps.data
表示Odps任务输入/输出的数据结构,例如TableInfo。
com.aliyun.odps.io - package com.aliyun.odps.io
ODPS中使用的Writable数据类型,目前只有Graph作业需要使用
com.aliyun.odps.type - package com.aliyun.odps.type
 
com.aliyun.odps.utils - package com.aliyun.odps.utils
Undocumented
com.aliyun.odps.volume - package com.aliyun.odps.volume
 
COMMA - Static variable in class com.aliyun.odps.utils.StringUtils
 
COMMA_STR - Static variable in class com.aliyun.odps.utils.StringUtils
 
CommonUtils - Class in com.aliyun.odps.utils
 
CommonUtils() - Constructor for class com.aliyun.odps.utils.CommonUtils
 
Comparator() - Constructor for class com.aliyun.odps.io.BigDecimalWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.BooleanWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.BytesWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.ByteWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.DatetimeWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.DateWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.DoubleWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.FloatWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.IntervalDayTimeWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.IntervalYearMonthWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.IntWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.LongWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.NullWritable.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.ShortWritable.Comparator
 
comparator() - Method in class com.aliyun.odps.io.SortedMapWritable
 
Comparator() - Constructor for class com.aliyun.odps.io.Text.Comparator
 
Comparator(Class<? extends WritableComparable>) - Constructor for class com.aliyun.odps.io.Text.Comparator
 
Comparator() - Constructor for class com.aliyun.odps.io.TimestampWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.BigDecimalWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.BooleanWritable.Comparator
基于二进制内容的 BooleanWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.BytesWritable.Comparator
基于二进制内容的 LongWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.ByteWritable.Comparator
基于二进制内容的 ByteWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.DatetimeWritable.Comparator
基于二进制内容的 DatetimeWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.DatetimeWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.DatetimeWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.DateWritable.Comparator
基于二进制内容的 DatetimeWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.DateWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.DateWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.DoubleWritable.Comparator
基于二进制内容的 DoubleWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.FloatWritable.Comparator
基于二进制内容的 FloatWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable.Comparator
基于二进制内容的 IntervalDayTimeWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable.Comparator
基于二进制内容的 IntervalYearMonthWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.IntWritable.Comparator
基于二进制内容的 IntWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.LongWritable.Comparator
基于二进制内容的 LongWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.LongWritable.DecreasingComparator
基于二进制内容的 LongWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.NullWritable.Comparator
基于二进制内容的 NullWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in interface com.aliyun.odps.io.RawComparator
基于对象二进制表示的比较方法.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.ShortWritable.Comparator
基于二进制内容的 ShortWritable 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.Text.Comparator
基于二进制内容的 Text 对象比较函数.
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.TimestampWritable.Comparator
基于二进制内容的 TimestampWritable 对象比较函数.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.TimestampWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.TimestampWritable.DecreasingComparator
 
compare(Writable, Writable) - Static method in class com.aliyun.odps.io.TupleReaderWriter
/** Compare two objects to each other.
compare(Writable, Writable, byte, byte) - Static method in class com.aliyun.odps.io.TupleReaderWriter
Same as #compare(Object, Object), but does not use reflection to determine the type of passed in objects, relying instead on the caller to provide the appropriate values, as determined by findType(Object).
compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.WritableComparator
本方法是 RawComparator 的低效实现,如果能提供此方法的高效实现,请重载此方法.
compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.WritableComparator
比较两个 WritableComparable 对象.
compare(Object, Object) - Method in class com.aliyun.odps.io.WritableComparator
重载 Comparator.compare(Object, Object) 方法,定义为 final,不允许子类重载.
compareBytes(byte[], int, int, byte[], int, int) - Static method in class com.aliyun.odps.io.WritableComparator
逐字节比较两组二进制数据.
compareTo(Binary) - Method in class com.aliyun.odps.data.Binary
 
compareTo(Char) - Method in class com.aliyun.odps.data.Char
 
compareTo(IntervalDayTime) - Method in class com.aliyun.odps.data.IntervalDayTime
 
compareTo(IntervalYearMonth) - Method in class com.aliyun.odps.data.IntervalYearMonth
 
compareTo(Varchar) - Method in class com.aliyun.odps.data.Varchar
 
compareTo(T) - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
比较两个 AbstractDatetimeWritable 的值.
compareTo(BigDecimalWritable) - Method in class com.aliyun.odps.io.BigDecimalWritable
 
compareTo(BinaryComparable) - Method in class com.aliyun.odps.io.BinaryComparable
比较两个二进制内容,二进制内容数组和长度由 BinaryComparable.getBytes()BinaryComparable.getLength() 获得.
compareTo(byte[], int, int) - Method in class com.aliyun.odps.io.BinaryComparable
比较两份二进制内容
compareTo(Object) - Method in class com.aliyun.odps.io.BooleanWritable
比较两个 BooleanWritable 的值.
compareTo(ByteWritable) - Method in class com.aliyun.odps.io.ByteWritable
比较两个 tinyintWritable 的值.
compareTo(Object) - Method in class com.aliyun.odps.io.DoubleWritable
比较两个 DoubleWritable 的值.
compareTo(FloatWritable) - Method in class com.aliyun.odps.io.FloatWritable
比较两个 FloatWritable 的值.
compareTo(IntervalDayTimeWritable) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
 
compareTo(IntervalYearMonthWritable) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
 
compareTo(Object) - Method in class com.aliyun.odps.io.IntWritable
比较两个 IntWritable 的值.
compareTo(Object) - Method in class com.aliyun.odps.io.LongWritable
比较两个 LongWritable 的值.
compareTo(Object) - Method in class com.aliyun.odps.io.NullWritable
比较两个 NullWritable 的值.
compareTo(ShortWritable) - Method in class com.aliyun.odps.io.ShortWritable
比较两个 ShortWritable 的值.
compareTo(TimestampWritable) - Method in class com.aliyun.odps.io.TimestampWritable
 
compareTo(Object) - Method in class com.aliyun.odps.io.Tuple
比较两个Tuple对象,依次比较Tuple中的各个field
compareTo(Object) - Method in class com.aliyun.odps.volume.FileStatus
Compare this object to another object
compareTo(Object) - Method in class com.aliyun.odps.volume.Path
 
Configurable - Interface in com.aliyun.odps.conf
定义 Configuration 的 getConf/setConf 接口.
Configuration - Class in com.aliyun.odps.conf
配置类,提供读取和设置配置参数的方法.
Configuration() - Constructor for class com.aliyun.odps.conf.Configuration
默认Configuration构造方法,这个方法会载入默认配置。
Configuration(boolean) - Constructor for class com.aliyun.odps.conf.Configuration
Configuration构造方法,这个方法可以指定是否载入默认配置。如果参数loadDefaults 是false,构造的实例不会从文件中载入默认配置。
Configuration(Configuration) - Constructor for class com.aliyun.odps.conf.Configuration
Configuration的拷贝构造方法。
Configured - Class in com.aliyun.odps.conf
提供 Comparable 接口的基类实现.
Configured() - Constructor for class com.aliyun.odps.conf.Configured
默认构造函数.
Configured(Configuration) - Constructor for class com.aliyun.odps.conf.Configured
构造函数,给定一个 Configuration 对象.
containsColumn(String) - Method in class com.aliyun.odps.TableSchema
判断是否包含对应列
containsKey(Object) - Method in class com.aliyun.odps.io.MapWritable
 
containsKey(Object) - Method in class com.aliyun.odps.io.SortedMapWritable
 
containsPartitionColumn(String) - Method in class com.aliyun.odps.TableSchema
判断是否包含对应分区列
containsValue(Object) - Method in class com.aliyun.odps.io.MapWritable
 
containsValue(Object) - Method in class com.aliyun.odps.io.SortedMapWritable
 
convertPartSpecMapToString(LinkedHashMap<String, String>) - Static method in class com.aliyun.odps.utils.CommonUtils
 
convertPartSpecToMap(String) - Static method in class com.aliyun.odps.utils.CommonUtils
 
countCounters() - Method in class com.aliyun.odps.counter.Counters
返回Counter的个数
Counter - Class in com.aliyun.odps.counter
Counter计数器,可以自定义Counter,用于统计计数,例如统计脏数据记录个数.
CounterGroup - Class in com.aliyun.odps.counter
Counter 组,由多个 Counter 计数器组成.
Counters - Class in com.aliyun.odps.counter
Counters 由多个 CounterGroup 组成,保存了所有的 Counter 的信息.
Counters() - Constructor for class com.aliyun.odps.counter.Counters
 
Counters(Counters) - Constructor for class com.aliyun.odps.counter.Counters
 
create(Path) - Method in class com.aliyun.odps.volume.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean) - Method in class com.aliyun.odps.volume.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int) - Method in class com.aliyun.odps.volume.FileSystem
Create an FSDataOutputStream at the indicated Path.
createNewFile(Path) - Method in class com.aliyun.odps.volume.FileSystem
Creates the given Path as a brand-new zero-length file.

D

data() - Method in class com.aliyun.odps.data.Binary
 
DataInputBuffer - Class in com.aliyun.odps.io
DataInputBuffer 提供一个可复用的 DataInput 实现.
DataInputBuffer() - Constructor for class com.aliyun.odps.io.DataInputBuffer
构建一个空 DataInputBuffer
DataOutputBuffer - Class in com.aliyun.odps.io
DataOutputBuffer 提供一个可复用的 DataOutput 实现.
DataOutputBuffer() - Constructor for class com.aliyun.odps.io.DataOutputBuffer
构造一个空数据输出缓冲区
DataOutputBuffer(int) - Constructor for class com.aliyun.odps.io.DataOutputBuffer
构造一个给定大小的数据输出缓冲区
DATE - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
DATETIME - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
DATETIME_FORMAT - Static variable in class com.aliyun.odps.utils.CommonUtils
Deprecated.
DatetimeWritable - Class in com.aliyun.odps.io
DatetimeWritable 提供了 datetime 的 WritableWritableComparable 的实现
DatetimeWritable() - Constructor for class com.aliyun.odps.io.DatetimeWritable
默认构造 datetime 值为0的 DatetimeWritable.
DatetimeWritable(long) - Constructor for class com.aliyun.odps.io.DatetimeWritable
构造 long 值为给定 value 的 DatetimeWritable.
DatetimeWritable.Comparator - Class in com.aliyun.odps.io
DatetimeWritable 对象的 WritableComparator 自然顺序实现(升序).
DatetimeWritable.DecreasingComparator - Class in com.aliyun.odps.io
DatetimeWritable 对象的 WritableComparator 降序实现.
DateWritable - Class in com.aliyun.odps.io
DateWritable 提供了 date 的 WritableWritableComparable 的实现。
DateWritable() - Constructor for class com.aliyun.odps.io.DateWritable
默认构造 datetime 值为0的 DatetimeWritable.
DateWritable(long) - Constructor for class com.aliyun.odps.io.DateWritable
构造 long 值为给定 value 的 DatetimeWritable.
DateWritable.Comparator - Class in com.aliyun.odps.io
DatetimeWritable 对象的 WritableComparator 自然顺序实现(升序).
DateWritable.DecreasingComparator - Class in com.aliyun.odps.io
DatetimeWritable 对象的 WritableComparator 降序实现.
DECIMAL - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
DecimalTypeInfo - Class in com.aliyun.odps.type
Odps decimal 类型 Created by zhenhong.gzh on 16/7/7.
decode(byte[]) - Static method in class com.aliyun.odps.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - Static method in class com.aliyun.odps.io.Text
 
decode(byte[], int, int, boolean) - Static method in class com.aliyun.odps.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decodeVIntSize(byte) - Static method in class com.aliyun.odps.io.WritableUtils
解析vint、vlong的首字节(表示其本身的长度)
DecreasingComparator() - Constructor for class com.aliyun.odps.io.DatetimeWritable.DecreasingComparator
 
DecreasingComparator() - Constructor for class com.aliyun.odps.io.DateWritable.DecreasingComparator
 
DecreasingComparator() - Constructor for class com.aliyun.odps.io.IntervalDayTimeWritable.DecreasingComparator
 
DecreasingComparator() - Constructor for class com.aliyun.odps.io.IntervalYearMonthWritable.DecreasingComparator
 
DecreasingComparator() - Constructor for class com.aliyun.odps.io.LongWritable.DecreasingComparator
 
DecreasingComparator() - Constructor for class com.aliyun.odps.io.TimestampWritable.DecreasingComparator
 
DEFAULT_LABEL - Static variable in class com.aliyun.odps.data.TableInfo
 
DEFAULT_LABEL - Static variable in class com.aliyun.odps.data.VolumeInfo
 
define(Class, WritableComparator) - Static method in class com.aliyun.odps.io.WritableComparator
此静态方法用于为指定类型注册更高效的 WritableComparator 实现,否则默认使用本实现.
delete(Path) - Method in class com.aliyun.odps.volume.FileSystem
Delete a file.
delete(Path, boolean) - Method in class com.aliyun.odps.volume.FileSystem
Non-recursive delete not supported, just for compatible with hadoop.
DELIM - Static variable in class com.aliyun.odps.io.Tuple
Tuple.toDelimitedString() 使用的默认列分隔符:CTRL + A
DELIM - Static variable in interface com.aliyun.odps.io.WritableRecord
#toDelimitedString()#fromDelimitedString(String) 使用的默认列分隔符:CTRL + A
depth() - Method in class com.aliyun.odps.volume.Path
Return the number of elements in this path.
displayByteArray(byte[]) - Static method in class com.aliyun.odps.io.WritableUtils
打印出byte数组的字符串形式
DOUBLE - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
DoubleWritable - Class in com.aliyun.odps.io
DoubleWritable 提供了 double 的 WritableWritableComparable 的实现
DoubleWritable() - Constructor for class com.aliyun.odps.io.DoubleWritable
默认构造 double 值为0.0的 DoubleWritable.
DoubleWritable(double) - Constructor for class com.aliyun.odps.io.DoubleWritable
构造 double 值为给定 value 的 DoubleWritable.
DoubleWritable.Comparator - Class in com.aliyun.odps.io
DoubleWritable 对象的 WritableComparator 自然顺序实现(升序).

E

encode(String) - Static method in class com.aliyun.odps.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - Static method in class com.aliyun.odps.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encodeQuotedPrintable(byte[]) - Static method in class com.aliyun.odps.utils.StringUtils
 
entrySet() - Method in class com.aliyun.odps.io.MapWritable
 
entrySet() - Method in class com.aliyun.odps.io.SortedMapWritable
 
equals(Object) - Method in class com.aliyun.odps.counter.Counter
 
equals(Object) - Method in class com.aliyun.odps.counter.CounterGroup
 
equals(Object) - Method in class com.aliyun.odps.counter.Counters
 
equals(Object) - Method in class com.aliyun.odps.data.AbstractChar
 
equals(Object) - Method in class com.aliyun.odps.data.Binary
 
equals(Object) - Method in class com.aliyun.odps.data.IntervalDayTime
 
equals(Object) - Method in class com.aliyun.odps.data.IntervalYearMonth
 
equals(Object) - Method in class com.aliyun.odps.data.TableInfo
 
equals(Object) - Method in class com.aliyun.odps.data.VolumeInfo
 
equals(Object) - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
判断两个 AbstractDatetimeWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.BigDecimalWritable
 
equals(Object) - Method in class com.aliyun.odps.io.BinaryComparable
判断两份二进制内容是否相同.
equals(Object) - Method in class com.aliyun.odps.io.BooleanWritable
判断两个 BooleanWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.BytesWritable
判断两个 BytesWritable 内容是否相同.
equals(Object) - Method in class com.aliyun.odps.io.ByteWritable
判断两个 tinyintWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.DoubleWritable
判断两个 DoubleWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.FloatWritable
判断两个 FloatWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
 
equals(Object) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
 
equals(Object) - Method in class com.aliyun.odps.io.IntWritable
判断两个 IntWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.LongWritable
判断两个 LongWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.MapWritable
 
equals(Object) - Method in class com.aliyun.odps.io.NullWritable
判断两个对象是否相等.
equals(Object) - Method in class com.aliyun.odps.io.ShortWritable
判断两个 ShortWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.SortedMapWritable
 
equals(Object) - Method in class com.aliyun.odps.io.StructWritable
判断两个 StructWritable 是否相等.
equals(Object) - Method in class com.aliyun.odps.io.Text
Returns true iff o is a Text with the same contents.
equals(Object) - Method in class com.aliyun.odps.io.TimestampWritable
 
equals(Object) - Method in class com.aliyun.odps.io.Tuple
比较两个Tuple对象是否相等
equals(String, String) - Static method in class com.aliyun.odps.utils.StringUtils
 
equals(Object) - Method in class com.aliyun.odps.volume.FileStatus
Compare if this object is equal to another object
equals(Object) - Method in class com.aliyun.odps.volume.Path
 
ESCAPE_CHAR - Static variable in class com.aliyun.odps.utils.StringUtils
 
escapeHTML(String) - Static method in class com.aliyun.odps.utils.StringUtils
Escapes HTML Special characters present in the string.
escapeString(String) - Static method in class com.aliyun.odps.utils.StringUtils
Escape commas in the string using the default escape char
escapeString(String, char, char) - Static method in class com.aliyun.odps.utils.StringUtils
Escape charToEscape in the string with the escape char escapeChar
escapeString(String, char, char[]) - Static method in class com.aliyun.odps.utils.StringUtils
 
exists(Path) - Method in class com.aliyun.odps.volume.FileSystem
Check if exists.

F

FileStatus - Class in com.aliyun.odps.volume
Interface that represents the client side information for a file.
FileStatus() - Constructor for class com.aliyun.odps.volume.FileStatus
 
FileStatus(long, boolean, long, Path) - Constructor for class com.aliyun.odps.volume.FileStatus
 
FileSystem - Class in com.aliyun.odps.volume
VolumeFileSystem have volume partition dir as root, so all paths are relative to partition dir.
FileSystem() - Constructor for class com.aliyun.odps.volume.FileSystem
 
find(String) - Method in class com.aliyun.odps.io.Text
查找子串出现的位置.
find(String, int) - Method in class com.aliyun.odps.io.Text
从某个起始位置开始查找子串出现的位置
findCounter(String) - Method in class com.aliyun.odps.counter.CounterGroup
从 Counter 组查找 Counter对象, 如果不存在,自动创建 Counter对象 并加入此 Counter 组.
findCounter(String, String) - Method in class com.aliyun.odps.counter.Counters
查找 Counter,给定 Counter 组名和 Counter 名
findCounter(Enum<?>) - Method in class com.aliyun.odps.counter.Counters
查找 Counter,给定 enum 对象.
findDeclaredField(Class<?>, String) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Find a declared field in a class or one of its super classes
findDeclaredMethod(Class<?>, String) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Find a declared method in a class
findDeclaredMethodRecursive(Class<?>, String) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Find a declared method in a class or one of its super classes
findNext(String, char, char, int, StringBuilder) - Static method in class com.aliyun.odps.utils.StringUtils
Finds the first occurrence of the separator character ignoring the escaped separators starting from the index.
findUserClassMethod(Class<?>, String) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Deprecated.
findUserClassMethods(Class<?>, String) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Find declared methods in a class by method name
firstKey() - Method in class com.aliyun.odps.io.SortedMapWritable
 
FLOAT - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
FloatWritable - Class in com.aliyun.odps.io
FloatWritable 提供了 float 的 WritableWritableComparable 的实现
FloatWritable() - Constructor for class com.aliyun.odps.io.FloatWritable
默认构造 float 值为0.0的 FloatWritable.
FloatWritable(float) - Constructor for class com.aliyun.odps.io.FloatWritable
构造 float 值为给定 value 的 FloatWritable.
FloatWritable.Comparator - Class in com.aliyun.odps.io
FloatWritable 对象的 WritableComparator 自然顺序实现(升序).
formatPercent(double, int) - Static method in class com.aliyun.odps.utils.StringUtils
Format a percentage for presentation to the user.
formatTime(long) - Static method in class com.aliyun.odps.utils.StringUtils
Given the time in long milliseconds, returns a String in the format Xhrs, Ymins, Z sec.
formatTimeDiff(long, long) - Static method in class com.aliyun.odps.utils.StringUtils
Given a finish and start time in long milliseconds, returns a String in the format Xhrs, Ymins, Z sec, for the time difference between two times.
FSDataInputStream - Class in com.aliyun.odps.volume
DataInputStream with seek and getPos.
FSDataInputStream(InputStream) - Constructor for class com.aliyun.odps.volume.FSDataInputStream
 
FSDataOutputStream - Class in com.aliyun.odps.volume
 
FSDataOutputStream(OutputStream) - Constructor for class com.aliyun.odps.volume.FSDataOutputStream
 

G

generateBigGraphTaskName() - Static method in class com.aliyun.odps.utils.CommonUtils
 
generateGraphTaskName() - Static method in class com.aliyun.odps.utils.CommonUtils
 
generateLocalGraphTaskName() - Static method in class com.aliyun.odps.utils.CommonUtils
 
generateLocalMrTaskName() - Static method in class com.aliyun.odps.utils.CommonUtils
 
generateMrTaskName() - Static method in class com.aliyun.odps.utils.CommonUtils
 
get(String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的值,如果不存在,返回null。参数值会使用变量展开。
get(String, String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的值,如果不存在,返回defaultValue
get(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
get(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
get(int) - Method in interface com.aliyun.odps.data.Record
获取当前列的值
get(String) - Method in interface com.aliyun.odps.data.Record
获取列值
get() - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
返回此 AbstractDatetimeWritable 的值
get() - Method in class com.aliyun.odps.io.ArrayWritable
 
get() - Method in class com.aliyun.odps.io.BigDecimalWritable
 
get(int) - Method in class com.aliyun.odps.io.BitMapWritable
 
get() - Method in class com.aliyun.odps.io.BooleanWritable
返回此 BooleanWritable 的值
get() - Method in class com.aliyun.odps.io.ByteWritable
 
get() - Method in class com.aliyun.odps.io.CharWritable
返回此 writable 对应的Char对象
get() - Method in class com.aliyun.odps.io.DoubleWritable
返回此 DoubleWritable 的值
get() - Method in class com.aliyun.odps.io.FloatWritable
返回此 FloatWritable 的值
get() - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
获取该writable对应的IntervalDayTime对象
get() - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
返回此 IntervalYearMonthWritable 的值
get() - Method in class com.aliyun.odps.io.IntWritable
返回此 IntWritable 的值
get() - Method in class com.aliyun.odps.io.LongWritable
返回此 LongWritable 的值
get(Object) - Method in class com.aliyun.odps.io.MapWritable
 
get() - Static method in class com.aliyun.odps.io.NullWritable
获取 NullWritable 实例.
get() - Method in class com.aliyun.odps.io.ShortWritable
 
get(Object) - Method in class com.aliyun.odps.io.SortedMapWritable
 
get() - Method in class com.aliyun.odps.io.StructWritable
返回此 StructWritable 的值
get() - Method in class com.aliyun.odps.io.TimestampWritable
 
get(int) - Method in class com.aliyun.odps.io.Tuple
Get the value in a given field.
get() - Method in class com.aliyun.odps.io.VarcharWritable
 
get(Class<? extends WritableComparable>) - Static method in class com.aliyun.odps.io.WritableComparator
此静态方法用于获取为类型 c 注册的 WritableComparator 实现.
get(int) - Method in interface com.aliyun.odps.io.WritableRecord
获取某列取值,如果index>=列数,抛ArrayIndexOutOfBoundsException异常
get(String) - Method in interface com.aliyun.odps.io.WritableRecord
获取某列取值,如果列名不存在,抛IOException异常
get(String) - Method in class com.aliyun.odps.PartitionSpec
获得指定分区字段值
getAll() - Method in class com.aliyun.odps.io.Tuple
Get all of the fields in the tuple as a list.
getAll() - Method in interface com.aliyun.odps.io.WritableRecord
获取所有列值,不包括分区列(Partition columns)
getArray(Class<T>, String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getArray(Class<T>, int) - Method in class com.aliyun.odps.data.ArrayRecord
获取对应索引列的值,该列是 Array 类型
getArray(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getArray(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getArrayTypeInfo(TypeInfo) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getBigint(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBigint(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBigint(int) - Method in interface com.aliyun.odps.data.Record
获取对应索引列的值,该列必须为Bigint类型
getBigint(String) - Method in interface com.aliyun.odps.data.Record
获取对应列名的值,该列必须为Bigint类型
getBinary(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBinary(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBoolean(String, boolean) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的布尔值,如果不存在,返回defaultValue
getBoolean(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBoolean(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBoolean(int) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Boolean类型
getBoolean(String) - Method in interface com.aliyun.odps.data.Record
获取对应列名的值,该列必须为Boolean类型
getBytes(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBytes(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getBytes(int) - Method in interface com.aliyun.odps.data.Record
获取指定列索引的值
getBytes(String) - Method in interface com.aliyun.odps.data.Record
获取指定列名的值
getBytes() - Method in class com.aliyun.odps.io.BinaryComparable
获取二进制内容数组的虚拟方法,有效数据范围:[0, BinaryComparable.getLength()),子类必须实现.
getBytes() - Method in class com.aliyun.odps.io.BytesWritable
返回此 byte 数组的内容
getBytes() - Method in class com.aliyun.odps.io.Text
返回存储字符串内容的字节数组,注意字节数组的有效内容是:0 ~ Text.getLength().
getCapacity() - Method in class com.aliyun.odps.io.BytesWritable
获取字节数组容量.
getCategoryLabel() - Method in class com.aliyun.odps.Column
 
getChar(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getChar(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getCharTypeInfo(int) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getClass(String, Class<?>) - Method in class com.aliyun.odps.conf.Configuration
获取参数name指定的类对象,如果不存在,返回defaultValue。 如果类未能找到,则会抛出RuntimeException。
getClass(String, Class<? extends U>, Class<U>) - Method in class com.aliyun.odps.conf.Configuration
获取参数name指定的类对象,这个类实现的接口由 xface指定。 如果不存在,返回defaultValue
getClass(Type) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Get the underlying class for a type, or null if the type is a variable type.
getClassByName(String) - Method in class com.aliyun.odps.conf.Configuration
根据类名载入Java类
getClasses(String, Class<?>...) - Method in class com.aliyun.odps.conf.Configuration
获取参数name指定的类对象数组,如果不存在,返回defaultValue。 如果类未能找到,则会抛出RuntimeException。
getClassLoader() - Method in class com.aliyun.odps.conf.Configuration
getCols() - Method in class com.aliyun.odps.data.TableInfo
获取查询列
getColumn(int) - Method in class com.aliyun.odps.TableSchema
获得列信息
getColumn(String) - Method in class com.aliyun.odps.TableSchema
取得列对象
getColumnCount() - Method in class com.aliyun.odps.data.ArrayRecord
 
getColumnCount() - Method in interface com.aliyun.odps.data.Record
获得记录中包含的字段数量
getColumnIndex(String) - Method in class com.aliyun.odps.TableSchema
取得列索引
getColumns() - Method in class com.aliyun.odps.data.ArrayRecord
 
getColumns() - Method in interface com.aliyun.odps.data.Record
获得记录中包含的所有字段
getColumns() - Method in class com.aliyun.odps.TableSchema
获得列定义列表
getComment() - Method in class com.aliyun.odps.Column
获得列注释
getConf() - Method in interface com.aliyun.odps.conf.Configurable
返回 Configuration对象
getConf() - Method in class com.aliyun.odps.conf.Configured
 
getConf() - Method in class com.aliyun.odps.io.AbstractMapWritable
 
getConfResourceAsInputStream(String) - Method in class com.aliyun.odps.conf.Configuration
获取一个指定配置文件的 InputStream
getConfResourceAsReader(String) - Method in class com.aliyun.odps.conf.Configuration
获取一个指定配置文件的 Reader
getCurrentTime() - Static method in class com.aliyun.odps.utils.CommonUtils
 
getData() - Method in class com.aliyun.odps.io.DataInputBuffer
获取当前数据内容的字节数组
getData() - Method in class com.aliyun.odps.io.DataOutputBuffer
返回输出缓冲区中的数据.
getDataSize() - Method in class com.aliyun.odps.io.BitMapWritable
 
getDate(int) - Method in class com.aliyun.odps.data.ArrayRecord
Deprecated.
getDate(String) - Method in class com.aliyun.odps.data.ArrayRecord
Deprecated.
getDate(String, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
Get the value of the designated column as a Date object.
getDate(int, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
Get the value of the designated column as a Date object.
getDate() - Method in class com.aliyun.odps.io.DateWritable
获取该writable对应的 java.sql.Date 对象
getDatetime(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDatetime(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDatetime(int) - Method in interface com.aliyun.odps.data.Record
获取对应索引列的值,该列必须为Datetime类型
getDatetime(String) - Method in interface com.aliyun.odps.data.Record
获取对应列名的值,该列必须为Datetime类型
getDatetime() - Method in class com.aliyun.odps.io.DatetimeWritable
获取该 writable 对应的 java.util.Date 对象
getDatetimeFormat() - Static method in class com.aliyun.odps.utils.CommonUtils
Get a date formatter for datetime
getDays() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getDecimal(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDecimal(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDecimal(int) - Method in interface com.aliyun.odps.data.Record
获取对应索引列的值,该列必须为Decimal类型
getDecimal(String) - Method in interface com.aliyun.odps.data.Record
获取对应列名的值,该列必须为Decimal类型
getDecimalTypeInfo(int, int) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getDefaultValue() - Method in class com.aliyun.odps.Column
获取 Column 的默认值, 若没有设置,则返回 NULL 注意: 目前不论 column type 是什么,都返回的是字符串形式的默认值
getDeprecatedCalls() - Static method in class com.aliyun.odps.OdpsDeprecatedLogger
 
getDisplayName() - Method in class com.aliyun.odps.counter.Counter
获取Counter的显示名称
getDisplayName() - Method in class com.aliyun.odps.counter.CounterGroup
获取 Counter 组的显示名称
getDouble(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDouble(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getDouble(int) - Method in interface com.aliyun.odps.data.Record
获取对应索引列的值,该列必须为Double类型
getDouble(String) - Method in interface com.aliyun.odps.data.Record
设置对应列的值,该列必须为Double类型
getElementTypeInfo() - Method in interface com.aliyun.odps.type.ArrayTypeInfo
 
getExtendedlabels() - Method in class com.aliyun.odps.Column
获取 Column 的扩展标签
getField(int) - Method in interface com.aliyun.odps.io.WritableRecord
获取列属性.
getFieldCount() - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldCount() - Method in interface com.aliyun.odps.data.Struct
 
getFieldCount() - Method in interface com.aliyun.odps.type.StructTypeInfo
 
getFieldName(int) - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldName(int) - Method in interface com.aliyun.odps.data.Struct
 
getFieldNames() - Method in interface com.aliyun.odps.type.StructTypeInfo
 
getFields() - Method in interface com.aliyun.odps.io.WritableRecord
获取所有列属性,不包括分区列(Partition columns)
getFieldTypeInfo(int) - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldTypeInfo(String) - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldTypeInfo(int) - Method in interface com.aliyun.odps.data.Struct
 
getFieldTypeInfo(String) - Method in interface com.aliyun.odps.data.Struct
 
getFieldTypeInfos() - Method in interface com.aliyun.odps.type.StructTypeInfo
 
getFieldValue(int) - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldValue(String) - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldValue(int) - Method in interface com.aliyun.odps.data.Struct
 
getFieldValue(String) - Method in interface com.aliyun.odps.data.Struct
 
getFieldValues() - Method in class com.aliyun.odps.data.SimpleStruct
 
getFieldValues() - Method in interface com.aliyun.odps.data.Struct
 
getFile(String, String) - Method in class com.aliyun.odps.conf.Configuration
获取一个本地文件,其父目录由名称为 dirsProp 的参数指定,路径为 path.
getFileStatus(Path) - Method in class com.aliyun.odps.volume.FileSystem
Return a file status object that represents the path.
getFloat(String, float) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的浮点值,如果不存在,返回defaultValue
getFloat(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getFloat(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getFormattedTimeWithDiff(DateFormat, long, long) - Static method in class com.aliyun.odps.utils.StringUtils
Formats time in ms and appends difference (finishTime - startTime) as returned by formatTimeDiff().
getFullTypeString(OdpsType, List<OdpsType>) - Static method in enum com.aliyun.odps.OdpsType
Deprecated.
getGenericTypeList() - Method in class com.aliyun.odps.Column
 
getGroup(String) - Method in class com.aliyun.odps.counter.Counters
获取给定名字的 Counter 组,若不存在此 Counter 组,则新建一个.
getGroupNames() - Method in class com.aliyun.odps.counter.Counters
返回 Counter 组名的集合
getHostname() - Static method in class com.aliyun.odps.utils.StringUtils
Return hostname without throwing exception.
getHours() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getInputStream() - Method in interface com.aliyun.odps.io.InputBlobWritable
getInputStream方法获取可以读取blob的BlobDataInputStream接口
getInt(String, int) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的整形值,如果不存在,返回defaultValue
getInt(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getInt(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getIntervalDayTime(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getIntervalDayTime(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getIntervalYearMonth(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getIntervalYearMonth(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getKeyClass() - Method in class com.aliyun.odps.io.WritableComparator
返回待比较的 WritableComparable 实现类
getKeyTypeInfo() - Method in interface com.aliyun.odps.type.MapTypeInfo
 
getLabel() - Method in class com.aliyun.odps.Column
Deprecated.
getLabel() - Method in class com.aliyun.odps.data.TableInfo
获取标签
getLabel() - Method in class com.aliyun.odps.data.VolumeInfo
 
getLen() - Method in class com.aliyun.odps.volume.FileStatus
Get the length of this file, in bytes.
getLength() - Method in class com.aliyun.odps.io.BinaryComparable
获取二进制内容长度的虚拟方法,子类必须实现.
getLength() - Method in class com.aliyun.odps.io.BytesWritable
返回内容长度.
getLength() - Method in class com.aliyun.odps.io.DataInputBuffer
获取数据输入的内容长度
getLength() - Method in class com.aliyun.odps.io.DataOutputBuffer
返回数据缓冲区中的有效数据长度
getLength() - Method in interface com.aliyun.odps.io.InputBlobWritable
getLength方法获取blob的总字节数
getLength() - Method in class com.aliyun.odps.io.InputBuffer
Returns the length of the input.
getLength() - Method in class com.aliyun.odps.io.Text
获取内容长度,单位:字节
getLength() - Method in class com.aliyun.odps.type.AbstractCharTypeInfo
获取精度
getLong(String, long) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的长整形值,如果不存在,返回defaultValue
getMap(Class<k>, Class<v>, String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getMap(Class<k>, Class<v>, int) - Method in class com.aliyun.odps.data.ArrayRecord
获取对应索引列的值,该列是 Map 类型
getMap(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getMap(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getMapperClass() - Method in class com.aliyun.odps.data.TableInfo
获取输入表对应的mapper类
getMapTypeInfo(TypeInfo, TypeInfo) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getMinutes() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getModificationTime() - Method in class com.aliyun.odps.volume.FileStatus
Get the modification time of the file.
getMonths() - Method in class com.aliyun.odps.data.IntervalYearMonth
 
getName() - Method in class com.aliyun.odps.Column
获得列名
getName() - Method in class com.aliyun.odps.counter.Counter
获取Counter名称
getName() - Method in class com.aliyun.odps.counter.CounterGroup
获取 Counter 组的名称
getName() - Method in class com.aliyun.odps.volume.Path
Returns the final component of this path.
getNanos() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getNanos() - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
获取该writable对应的时间间隔中秒以下精确到纳秒的部分
getNanos() - Method in class com.aliyun.odps.io.TimestampWritable
 
getOdpsType() - Method in class com.aliyun.odps.type.AbstractPrimitiveTypeInfo
 
getOdpsType() - Method in interface com.aliyun.odps.type.TypeInfo
 
getOutputStream() - Method in interface com.aliyun.odps.io.OutputBlobWritable
getOutputStream方法获取可以写入blob的BufferedOutputStream接口
getParent() - Method in class com.aliyun.odps.volume.Path
Returns the parent of a path or null if at root.
getPartitionColumn(String) - Method in class com.aliyun.odps.TableSchema
获得分区列定义
getPartitionColumn(int) - Method in class com.aliyun.odps.TableSchema
 
getPartitionColumnIndex(String) - Method in class com.aliyun.odps.TableSchema
获得分区列id
getPartitionColumns() - Method in class com.aliyun.odps.TableSchema
获得分区列定义列表
getPartitionSpec() - Method in class com.aliyun.odps.data.TableInfo
获取分区描述,分区描述是一个PartitionSpec对象.
getPartPath() - Method in class com.aliyun.odps.data.TableInfo
获取分区路径.
getPartSpec() - Method in class com.aliyun.odps.data.TableInfo
获取分区描述,分区描述是一个有序Map, 其中key是分区名,value是对应分区的取值.
getPartSpec() - Method in class com.aliyun.odps.data.VolumeInfo
 
getPath() - Method in class com.aliyun.odps.volume.FileStatus
 
getPID() - Static method in class com.aliyun.odps.utils.CommonUtils
 
getPos() - Method in class com.aliyun.odps.io.BlobDataInputStream
获取当前位置
getPos() - Method in class com.aliyun.odps.volume.FSDataInputStream
Get the current position in the input stream.
getPos() - Method in class com.aliyun.odps.volume.FSDataOutputStream
Get the current position in the output stream.
getPosition() - Method in class com.aliyun.odps.io.DataInputBuffer
获取数据输入流的当前位置
getPosition() - Method in class com.aliyun.odps.io.InputBuffer
Returns the current position in the input.
getPrecision() - Method in class com.aliyun.odps.type.DecimalTypeInfo
获取精度
getPrimitiveTypeInfo(OdpsType) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getProjectName() - Method in class com.aliyun.odps.data.TableInfo
获取表的Project.
getProjectName() - Method in class com.aliyun.odps.data.VolumeInfo
 
getRange(String, String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的值为一个区间,如果不存在,返回defaultValue指定的区间。
getRaw(String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的值,不使用变量展开。
getResource(String) - Method in class com.aliyun.odps.conf.Configuration
获取指定配置文件的URL
getScale() - Method in class com.aliyun.odps.type.DecimalTypeInfo
获取小数点后位数
getSeconds() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getSmallint(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getSmallint(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getString(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getString(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getString(int) - Method in interface com.aliyun.odps.data.Record
获取对应索引列的值,该列必须为String类型
getString(String) - Method in interface com.aliyun.odps.data.Record
获取对应列名的值,该列必须为String类型
getStringCollection(String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的字符值集合,如果不存在,返回null
getStringCollection(String) - Static method in class com.aliyun.odps.utils.StringUtils
Returns a collection of strings.
getStrings(String) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的字符数组值,如果不存在,返回null
getStrings(String, String...) - Method in class com.aliyun.odps.conf.Configuration
获取参数name的字符数组值,如果不存在,返回defaultValue
getStrings(String) - Static method in class com.aliyun.odps.utils.StringUtils
Returns an arraylist of strings.
getStruct(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getStruct(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getStructTypeInfo(List<String>, List<TypeInfo>) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getTableName() - Method in class com.aliyun.odps.data.TableInfo
获取表名
getText() - Method in class com.aliyun.odps.io.VarcharWritable
 
getTimestamp(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getTimestamp(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getTimestamp() - Method in class com.aliyun.odps.io.TimestampWritable
 
getTimestampFormat() - Static method in class com.aliyun.odps.utils.CommonUtils
Get a date formatter for timestamp
getTinyint(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getTinyint(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getTotalMonths() - Method in class com.aliyun.odps.data.IntervalYearMonth
 
getTotalMonths() - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
返回此 IntervalYearMonthWritable 的总月数
getTotalSeconds() - Method in class com.aliyun.odps.data.IntervalDayTime
 
getTotalSeconds() - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
获取该writable对应的种秒数间隔
getTotalSeconds() - Method in class com.aliyun.odps.io.TimestampWritable
 
getType() - Method in class com.aliyun.odps.Column
Deprecated.
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Get the actual type arguments a child class has used to extend a generic base class.
getTypeInfo() - Method in class com.aliyun.odps.Column
获得列类型
getTypeInfoFromTypeString(String) - Static method in class com.aliyun.odps.type.TypeInfoParser
 
getTypeName() - Method in class com.aliyun.odps.type.AbstractCharTypeInfo
 
getTypeName() - Method in class com.aliyun.odps.type.AbstractPrimitiveTypeInfo
 
getTypeName() - Method in class com.aliyun.odps.type.DecimalTypeInfo
 
getTypeName() - Method in interface com.aliyun.odps.type.TypeInfo
 
getValue() - Method in class com.aliyun.odps.counter.Counter
获取当前Counter计数值
getValue() - Method in class com.aliyun.odps.data.AbstractChar
 
getValueClass() - Method in class com.aliyun.odps.io.ArrayWritable
 
getValueTypeInfo() - Method in interface com.aliyun.odps.type.MapTypeInfo
 
getVarchar(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
getVarchar(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
getVarcharTypeInfo(int) - Static method in class com.aliyun.odps.type.TypeInfoFactory
 
getVIntSize(long) - Static method in class com.aliyun.odps.io.WritableUtils
获取变长的int长度
getVolumeName() - Method in class com.aliyun.odps.data.VolumeInfo
 
getYears() - Method in class com.aliyun.odps.data.IntervalYearMonth
 

H

hasDefaultValue() - Method in class com.aliyun.odps.Column
Column 是否有默认值
hashBytes(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
计算二进制数据的哈希值.
hashCode() - Method in class com.aliyun.odps.counter.Counter
 
hashCode() - Method in class com.aliyun.odps.counter.CounterGroup
 
hashCode() - Method in class com.aliyun.odps.counter.Counters
 
hashCode() - Method in class com.aliyun.odps.data.AbstractChar
 
hashCode() - Method in class com.aliyun.odps.data.Binary
 
hashCode() - Method in class com.aliyun.odps.data.IntervalDayTime
 
hashCode() - Method in class com.aliyun.odps.data.IntervalYearMonth
 
hashCode() - Method in class com.aliyun.odps.data.TableInfo
 
hashCode() - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
计算哈希值,直接返回此 AbstractDatetimeWritable 的值.
hashCode() - Method in class com.aliyun.odps.io.BigDecimalWritable
 
hashCode() - Method in class com.aliyun.odps.io.BinaryComparable
计算二进制内容的哈希值.
hashCode() - Method in class com.aliyun.odps.io.BooleanWritable
计算哈希值,返回(value ? 0 : 1).
hashCode() - Method in class com.aliyun.odps.io.BytesWritable
 
hashCode() - Method in class com.aliyun.odps.io.ByteWritable
计算哈希值,直接返回此 ByteWritable 的值.
hashCode() - Method in class com.aliyun.odps.io.DoubleWritable
计算哈希值,直接返回(int) Double.doubleToLongBits.
hashCode() - Method in class com.aliyun.odps.io.FloatWritable
计算哈希值,直接返回(int) Float.floatToIntBits
hashCode() - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
 
hashCode() - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
 
hashCode() - Method in class com.aliyun.odps.io.IntWritable
计算哈希值,直接返回此 IntWritable 的值.
hashCode() - Method in class com.aliyun.odps.io.LongWritable
计算哈希值,直接返回此 LongWritable 的值.
hashCode() - Method in class com.aliyun.odps.io.MapWritable
 
hashCode() - Method in class com.aliyun.odps.io.NullWritable
返回哈希值 0.
hashCode() - Method in class com.aliyun.odps.io.ShortWritable
计算哈希值,直接返回此 ShortWritable 的值.
hashCode() - Method in class com.aliyun.odps.io.SortedMapWritable
 
hashCode() - Method in class com.aliyun.odps.io.StructWritable
计算哈希值,直接返回(int) StructWritable.values.hashCode
hashCode() - Method in class com.aliyun.odps.io.Text
 
hashCode() - Method in class com.aliyun.odps.io.TimestampWritable
 
hashCode() - Method in class com.aliyun.odps.io.Tuple
获取Tuple对象的hash直
hashCode() - Method in class com.aliyun.odps.volume.FileStatus
Returns a hash code value for the object, which is defined as the hash code of the path name.
hashCode() - Method in class com.aliyun.odps.volume.Path
 
headMap(WritableComparable) - Method in class com.aliyun.odps.io.SortedMapWritable
 
hexStringToByte(String) - Static method in class com.aliyun.odps.utils.StringUtils
Given a hexstring this will return the byte array corresponding to the string
humanReadableInt(long) - Static method in class com.aliyun.odps.utils.StringUtils
Given an integer, return a string that is in an approximate, but human readable format.

I

incrAllCounters(CounterGroup) - Method in class com.aliyun.odps.counter.CounterGroup
将传入的 Counter 组里的 Counter 值与本 Counter 组的Counter值相加
incrAllCounters(Counters) - Method in class com.aliyun.odps.counter.Counters
将传入的 Counters 里的 Counter 值与本 Counters 的Counter值相加
increment(long) - Method in class com.aliyun.odps.counter.Counter
增加Counter计数值
INNER_OUTPUT_LABEL - Static variable in class com.aliyun.odps.data.TableInfo
 
InputBlobWritable - Interface in com.aliyun.odps.io
InputBlobWritable表示ODPS表或分区中列类型为blob的输入接口.
InputBuffer - Class in com.aliyun.odps.io
A reusable InputStream implementation that reads from an in-memory buffer.
InputBuffer() - Constructor for class com.aliyun.odps.io.InputBuffer
Constructs a new empty buffer.
INT - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
INTERVAL_DAY_TIME - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
INTERVAL_YEAR_MONTH - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
IntervalDayTime - Class in com.aliyun.odps.data
Interval Day Time 类型对应的数据类 Created by zhenhong.gzh on 16/12/12.
IntervalDayTime(long, int) - Constructor for class com.aliyun.odps.data.IntervalDayTime
 
IntervalDayTimeWritable - Class in com.aliyun.odps.io
IntervalDayTimeWritable 提供了 interval_day_time 的 WritableWritableComparable 的实现
IntervalDayTimeWritable() - Constructor for class com.aliyun.odps.io.IntervalDayTimeWritable
默认构造 interval 值为0的 IntervalDayTimeWritable.
IntervalDayTimeWritable(IntervalDayTime) - Constructor for class com.aliyun.odps.io.IntervalDayTimeWritable
根据给定的IntervalDayTime对象构造IntervalDayTimeWritable
IntervalDayTimeWritable(long, int) - Constructor for class com.aliyun.odps.io.IntervalDayTimeWritable
根据给定的秒和纳秒值构造IntervalDayTimeWritable
IntervalDayTimeWritable.Comparator - Class in com.aliyun.odps.io
IntervalDayTimeWritable 对象的 WritableComparator 自然顺序实现(升序).
IntervalDayTimeWritable.DecreasingComparator - Class in com.aliyun.odps.io
IntervalDayTimeWritable 对象的 WritableComparator 降序实现.
IntervalYearMonth - Class in com.aliyun.odps.data
Interval Year Month 类型对应的数据类 Created by zhenhong.gzh on 16/12/12.
IntervalYearMonth(int, int) - Constructor for class com.aliyun.odps.data.IntervalYearMonth
 
IntervalYearMonth(int) - Constructor for class com.aliyun.odps.data.IntervalYearMonth
 
IntervalYearMonthWritable - Class in com.aliyun.odps.io
IntervalYearMonthWritable 提供了 interval_year_month 的 WritableWritableComparable 的实现
IntervalYearMonthWritable() - Constructor for class com.aliyun.odps.io.IntervalYearMonthWritable
默认构造 interval 值为0的 IntervalYearMonthWritable.
IntervalYearMonthWritable(IntervalYearMonth) - Constructor for class com.aliyun.odps.io.IntervalYearMonthWritable
根据给定的 IntervalYearMonth 对象构造 IntervalYearMonthWritable
IntervalYearMonthWritable(int) - Constructor for class com.aliyun.odps.io.IntervalYearMonthWritable
构造总月数为totalMonths的interval writable
IntervalYearMonthWritable.Comparator - Class in com.aliyun.odps.io
IntervalYearMonthWritable 对象的 WritableComparator 自然顺序实现(升序).
IntervalYearMonthWritable.DecreasingComparator - Class in com.aliyun.odps.io
IntervalYearMonthWritable 对象的 WritableComparator 降序实现.
IntWritable - Class in com.aliyun.odps.io
IntWritable 提供了 int 的 WritableWritableComparable 的实现
IntWritable() - Constructor for class com.aliyun.odps.io.IntWritable
默认构造int 值为0的 IntWritable.
IntWritable(int) - Constructor for class com.aliyun.odps.io.IntWritable
构造int 值为给定 value 的 IntWritable.
IntWritable.Comparator - Class in com.aliyun.odps.io
IntWritable 对象的 WritableComparator 自然顺序实现(升序).
isAbsolute() - Method in class com.aliyun.odps.volume.Path
 
isBlank(String) - Static method in class com.aliyun.odps.utils.StringUtils
 
isDirectory() - Method in class com.aliyun.odps.volume.FileStatus
Is this a directory?
isDirectory(Path) - Method in class com.aliyun.odps.volume.FileSystem
True iff the named path is a directory.
isEmpty() - Method in class com.aliyun.odps.io.MapWritable
 
isEmpty() - Method in class com.aliyun.odps.io.SortedMapWritable
 
isEmpty() - Method in class com.aliyun.odps.PartitionSpec
是否指定了分区字段
isEmpty(String) - Static method in class com.aliyun.odps.utils.StringUtils
 
isFile() - Method in class com.aliyun.odps.volume.FileStatus
Is this a file?
isFile(Path) - Method in class com.aliyun.odps.volume.FileSystem
True iff the named path is a regular file.
isNegativeVInt(byte) - Static method in class com.aliyun.odps.io.WritableUtils
解析vint、vlong的首字节判断其是否为负值
isNotBlank(String) - Static method in class com.aliyun.odps.utils.StringUtils
 
isNull(int) - Method in class com.aliyun.odps.data.ArrayRecord
 
isNull(String) - Method in class com.aliyun.odps.data.ArrayRecord
 
isNull(int) - Method in interface com.aliyun.odps.data.Record
判断某列是否为NULL值,如果该列为null,则返回true
isNull(String) - Method in interface com.aliyun.odps.data.Record
判断某列是否为NULL值,如果该列为null,则返回true
isNull(int) - Method in interface com.aliyun.odps.io.WritableRecord
判断某列是否为NULL值,如果该列为null或NullWritable,则返回true
isNull(String) - Method in interface com.aliyun.odps.io.WritableRecord
判断某列是否为NULL值,如果该列为null或NullWritable,则返回true
isNullable() - Method in class com.aliyun.odps.Column
Column 是否可以为 NULL
isNullOrEmpty(String) - Static method in class com.aliyun.odps.utils.StringUtils
 
isRoot() - Method in class com.aliyun.odps.volume.Path
 
iterator() - Method in class com.aliyun.odps.conf.Configuration
所有配置的迭代器,格式为key/value。key和value的类型都为string。
iterator() - Method in class com.aliyun.odps.counter.CounterGroup
返回 Counter的迭代器.
iterator() - Method in class com.aliyun.odps.counter.Counters
 

J

join(Object[], char) - Static method in class com.aliyun.odps.utils.StringUtils
 
join(Object[], char, int, int) - Static method in class com.aliyun.odps.utils.StringUtils
 
join(Object[], String) - Static method in class com.aliyun.odps.utils.StringUtils
 
join(Object[], String, int, int) - Static method in class com.aliyun.odps.utils.StringUtils
 

K

keys() - Method in class com.aliyun.odps.PartitionSpec
获取所有分区字段
keySet() - Method in class com.aliyun.odps.io.MapWritable
 
keySet() - Method in class com.aliyun.odps.io.SortedMapWritable
 

L

label(String) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
lastKey() - Method in class com.aliyun.odps.io.SortedMapWritable
 
length() - Method in class com.aliyun.odps.data.AbstractChar
 
length() - Method in class com.aliyun.odps.data.Binary
 
limitDecimalTo2(double) - Static method in class com.aliyun.odps.utils.StringUtils
 
listStatus(Path) - Method in class com.aliyun.odps.volume.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path, PathFilter) - Method in class com.aliyun.odps.volume.FileSystem
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[]) - Method in class com.aliyun.odps.volume.FileSystem
Filter files/directories in the given list of paths using default path filter.
listStatus(Path[], PathFilter) - Method in class com.aliyun.odps.volume.FileSystem
Filter files/directories in the given list of paths using user-supplied path filter.
LongWritable - Class in com.aliyun.odps.io
LongWritable 提供了 long 的 WritableWritableComparable 的实现
LongWritable() - Constructor for class com.aliyun.odps.io.LongWritable
默认构造 long 值为0的 LongWritable.
LongWritable(long) - Constructor for class com.aliyun.odps.io.LongWritable
构造 long 值为给定 value 的 LongWritable.
LongWritable.Comparator - Class in com.aliyun.odps.io
LongWritable 对象的 WritableComparator 自然顺序实现(升序).
LongWritable.DecreasingComparator - Class in com.aliyun.odps.io
LongWritable 对象的 WritableComparator 降序实现.

M

mapperClass(Class) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
MapTypeInfo - Interface in com.aliyun.odps.type
map 类型接口 ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误 Created by zhenhong.gzh on 16/7/8.
MapWritable - Class in com.aliyun.odps.io
可以用于序列化的Map,使用方法相同,可以在com.aliyun.odps.mapreduce.Mapper 中调用 com.aliyun.odps.mapreduce.MapContext#write(Object, Object)写出。
MapWritable() - Constructor for class com.aliyun.odps.io.MapWritable
默认构造函数。
MapWritable(MapWritable) - Constructor for class com.aliyun.odps.io.MapWritable
拷贝构造函数
mkdirs(Path) - Method in class com.aliyun.odps.volume.FileSystem
Make the given file and all non-existent parents into directories.

N

newInstance(Class<T>, Configuration) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Create an object for the given class and initialize it from conf
newInstanceFast(Class<T>, Configuration) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Instantiate classes that are ImmmutableClasssesGiraphConfigurable
newKey() - Method in class com.aliyun.odps.io.WritableComparator
新建一个新的 WritableComparable 对象.
NULLINDICATOR - Static variable in class com.aliyun.odps.io.Tuple
Tuple.toDelimitedString() 使用的默认NULL指示符: \N
NULLINDICATOR - Static variable in interface com.aliyun.odps.io.WritableRecord
#toDelimitedString()#fromDelimitedString(String) 使用的默认NULL指示符: \N
NullWritable - Class in com.aliyun.odps.io
NullWritable 提供了 null (空值)的 WritableWritableComparable 的实现.
NullWritable.Comparator - Class in com.aliyun.odps.io
NullWritable 对象的 WritableComparator 实现.

O

OdpsDeprecatedLogger - Class in com.aliyun.odps
 
OdpsDeprecatedLogger() - Constructor for class com.aliyun.odps.OdpsDeprecatedLogger
 
OdpsType - Enum in com.aliyun.odps
ODPS表支持的字段类型
odpsTypeToJavaType(OdpsType) - Static method in class com.aliyun.odps.data.OdpsTypeTransformer
 
OdpsTypeTransformer - Class in com.aliyun.odps.data
Created by zhenhong.gzh on 16/12/13.
open(Path, int) - Method in class com.aliyun.odps.volume.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class com.aliyun.odps.volume.FileSystem
Opens an FSDataInputStream at the indicated Path.
OutputBlobWritable - Interface in com.aliyun.odps.io
OutputBlobWritable表示ODPS表或分区中列类型为blob的输出接口, 该接口只能用于 com.aliyun.odps.mapreduce.Reducercom.aliyun.odps.Record 中写入blob类型的列.

P

PartitionSpec - Class in com.aliyun.odps
PartitionSpec类表示一个特定分区的定义
PartitionSpec() - Constructor for class com.aliyun.odps.PartitionSpec
构造此类的对象
PartitionSpec(String) - Constructor for class com.aliyun.odps.PartitionSpec
通过字符串构造此类对象
partSpec(LinkedHashMap<String, String>) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
partSpec(PartitionSpec) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
partSpec(String) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
Path - Class in com.aliyun.odps.volume
Volume分区下文件和目录的路径.
Path(String, String) - Constructor for class com.aliyun.odps.volume.Path
Resolve a child path against a parent path.
Path(Path, String) - Constructor for class com.aliyun.odps.volume.Path
Resolve a child path against a parent path.
Path(String, Path) - Constructor for class com.aliyun.odps.volume.Path
Resolve a child path against a parent path.
Path(Path, Path) - Constructor for class com.aliyun.odps.volume.Path
Resolve a child path against a parent path.
Path(String) - Constructor for class com.aliyun.odps.volume.Path
Construct a path from a String.
PathFilter - Interface in com.aliyun.odps.volume
 
PrimitiveTypeInfo - Interface in com.aliyun.odps.type
odps 基本类型接口 ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误 Created by zhenhong.gzh on 16/7/7.
projectName(String) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
put(Writable, Writable) - Method in class com.aliyun.odps.io.MapWritable
 
put(WritableComparable, Writable) - Method in class com.aliyun.odps.io.SortedMapWritable
 
putAll(Map<? extends Writable, ? extends Writable>) - Method in class com.aliyun.odps.io.MapWritable
 
putAll(Map<? extends WritableComparable, ? extends Writable>) - Method in class com.aliyun.odps.io.SortedMapWritable
 

R

RawComparator<T> - Interface in com.aliyun.odps.io
RawComparator 接口定义了一个基于对象二进制表示的比较方法.
read(long, byte[], int, int) - Method in class com.aliyun.odps.io.BlobDataInputStream
从指定位置读取指定长度的字节
read(long, byte[], int, int) - Method in class com.aliyun.odps.volume.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
readCompressedByteArray(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
读取压缩的二进制输入流
readCompressedString(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制输入流中读取压缩的字符串
readCompressedStringArray(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制输入流中读取压缩的字符串数组
readDouble(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从 byte 数组读取double.
readEnum(DataInput, Class<T>) - Static method in class com.aliyun.odps.io.WritableUtils
从输入流中读取枚举值
readFields(DataInput) - Method in class com.aliyun.odps.conf.Configuration
DataInput 读取
readFields(DataInput) - Method in class com.aliyun.odps.counter.Counter
DataInput读取Counter信息
readFields(DataInput) - Method in class com.aliyun.odps.counter.CounterGroup
DataInput 读取 Counter 组.
readFields(DataInput) - Method in class com.aliyun.odps.counter.Counters
DataInput 读取
readFields(DataInput) - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.AbstractMapWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.ArrayWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.BigDecimalWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.BitMapWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.BooleanWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.BytesWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.ByteWritable
从指定的 DataInput in 反序列化.
readFields(DataInput) - Method in class com.aliyun.odps.io.DoubleWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.FloatWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.IntWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.LongWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.MapWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.NullWritable
NullWritable 不读入任何内容
readFields(DataInput) - Method in class com.aliyun.odps.io.ShortWritable
从指定的 DataInput in 反序列化.
readFields(DataInput) - Method in class com.aliyun.odps.io.SortedMapWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.StructWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.Text
 
readFields(ByteBuffer) - Method in class com.aliyun.odps.io.Text
 
readFields(DataInput) - Method in class com.aliyun.odps.io.TimestampWritable
 
readFields(DataInput) - Method in class com.aliyun.odps.io.Tuple
从指定的输入流中反序列化出Tuple对象
readFields(DataInput) - Method in interface com.aliyun.odps.io.Writable
从指定的 DataInput in 反序列化.
readFloat(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从 byte 数组读取 float.
readFully(long, byte[], int, int) - Method in class com.aliyun.odps.io.BlobDataInputStream
从指定位置读取length个字节
readFully(long, byte[]) - Method in class com.aliyun.odps.io.BlobDataInputStream
从指定读取字节,填充满buffer传存
readFully(long, byte[], int, int) - Method in class com.aliyun.odps.volume.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
readFully(long, byte[]) - Method in class com.aliyun.odps.volume.FSDataInputStream
readInt(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从 byte 数组读取 int.
readLong(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从 byte 数组读取 long.
readString(DataInput) - Static method in class com.aliyun.odps.io.Text
Read a UTF8 encoded string from in
readString(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制输入流中读取字符串
readStringArray(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制输入流中读取字符串数组
readTuple(DataInput, Tuple) - Static method in class com.aliyun.odps.io.TupleReaderWriter
从指定的输入流反序列化至指定的Tuple对象
readUnsignedShort(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从 byte 数组读取无符号 short.
readVInt(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从byte数组读取压缩编码过的 int.
readVInt(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制流中读取vint.
readVLong(byte[], int) - Static method in class com.aliyun.odps.io.WritableComparator
从byte数组读取压缩编码过的 long.
readVLong(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
从二进制流中读取vlong.
Record - Interface in com.aliyun.odps.data
Record类的对象表示ODPS表中一条记录
RecordComparator - Interface in com.aliyun.odps.data
Record的比较器
ReflectionUtils - Class in com.aliyun.odps.utils
General reflection utilities
ReflectionUtils() - Constructor for class com.aliyun.odps.utils.ReflectionUtils
 
reloadConfiguration() - Method in class com.aliyun.odps.conf.Configuration
从已经添加的资源中重新载入Configuration。 这个方法会清空所有配置,并从配置文件重新载入一份新的配置。
remove(Object) - Method in class com.aliyun.odps.io.MapWritable
 
remove(Object) - Method in class com.aliyun.odps.io.SortedMapWritable
 
rename(Path, Path) - Method in class com.aliyun.odps.volume.FileSystem
Renames Path src to Path dst.
reset(byte[], int) - Method in class com.aliyun.odps.io.DataInputBuffer
重置内存数据输入.
reset(byte[], int, int) - Method in class com.aliyun.odps.io.DataInputBuffer
重置内存数据输入.
reset() - Method in class com.aliyun.odps.io.DataOutputBuffer
重置缓冲区内容为空并返回
reset(byte[], int) - Method in class com.aliyun.odps.io.InputBuffer
Resets the data that the buffer reads.
reset(byte[], int, int) - Method in class com.aliyun.odps.io.InputBuffer
Resets the data that the buffer reads.
resetAllCounters() - Method in class com.aliyun.odps.counter.CounterGroup
将本 Counter 组中的 Counter 值置为0

S

seek(long, BlobDataInputStream.SeekFlag) - Method in class com.aliyun.odps.io.BlobDataInputStream
将BlobDataInputStream的位置定位到指定位置
seek(long) - Method in class com.aliyun.odps.volume.FSDataInputStream
Seek to the given offset.
SEPARATOR - Static variable in class com.aliyun.odps.volume.Path
The directory separator, a slash.
set(String, String) - Method in class com.aliyun.odps.conf.Configuration
设置 参数name的值 value
set(int, Object) - Method in class com.aliyun.odps.data.ArrayRecord
 
set(String, Object) - Method in class com.aliyun.odps.data.ArrayRecord
 
set(Object[]) - Method in class com.aliyun.odps.data.ArrayRecord
 
set(int, Object) - Method in interface com.aliyun.odps.data.Record
设置列的值
set(String, Object) - Method in interface com.aliyun.odps.data.Record
设置列的值
set(Object[]) - Method in interface com.aliyun.odps.data.Record
设置当前 Record 的所有 Column 的值, 数组大小请和Column大小保持一致
set(long) - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
设置 AbstractDatetimeWritable 的值
set(Writable[]) - Method in class com.aliyun.odps.io.ArrayWritable
 
set(BigDecimal) - Method in class com.aliyun.odps.io.BigDecimalWritable
 
set(int, boolean) - Method in class com.aliyun.odps.io.BitMapWritable
 
set(boolean) - Method in class com.aliyun.odps.io.BooleanWritable
设置 BooleanWritable 的值
set(BytesWritable) - Method in class com.aliyun.odps.io.BytesWritable
更新数据内容为给定 BytesWritable 的数据.
set(byte[], int, int) - Method in class com.aliyun.odps.io.BytesWritable
更新数据内容为给定字节数组中的数据.
set(byte) - Method in class com.aliyun.odps.io.ByteWritable
 
set(Char) - Method in class com.aliyun.odps.io.CharWritable
使用 Char 对象设置 writable 值
set(double) - Method in class com.aliyun.odps.io.DoubleWritable
设置 DoubleWritable 的值
set(float) - Method in class com.aliyun.odps.io.FloatWritable
设置 FloatWritable 的值
set(long, int) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
根据给定的秒和纳秒值设置IntervalDayTimeWritable的值
set(IntervalDayTime) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
根据给定的 IntervalDayTime 对象构造IntervalDayTimeWritable
set(int) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
设置该IntervalYearMonthWritable的值
set(IntervalYearMonth) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
使用IntervalYearMonth对象设置该writable的值
set(int) - Method in class com.aliyun.odps.io.IntWritable
设置 IntWritable 的值
set(long) - Method in class com.aliyun.odps.io.LongWritable
设置 LongWritable 的值
set(short) - Method in class com.aliyun.odps.io.ShortWritable
 
set(List<Writable>) - Method in class com.aliyun.odps.io.StructWritable
设置 StructWritable 的值
set(String) - Method in class com.aliyun.odps.io.Text
给定 String 设置字符串内容.
set(byte[]) - Method in class com.aliyun.odps.io.Text
给定 UTF-8 编码数组设置字符串内容.
set(Text) - Method in class com.aliyun.odps.io.Text
拷贝另个 Text 的内容.
set(byte[], int, int) - Method in class com.aliyun.odps.io.Text
设置字符串内容.
set(long) - Method in class com.aliyun.odps.io.TimestampWritable
 
set(long, int) - Method in class com.aliyun.odps.io.TimestampWritable
 
set(int, Writable) - Method in class com.aliyun.odps.io.Tuple
Set the value in a given field.
set(List<Writable>) - Method in class com.aliyun.odps.io.Tuple
设置Tuple中存放的Writable对象,复用vals
set(Writable[]) - Method in class com.aliyun.odps.io.Tuple
设置Tuple中存放的Writable对象
set(Varchar) - Method in class com.aliyun.odps.io.VarcharWritable
 
set(int, Writable) - Method in interface com.aliyun.odps.io.WritableRecord
设置列取值,如果index>=列数,抛ArrayIndexOutOfBoundsException异常
set(String, Writable) - Method in interface com.aliyun.odps.io.WritableRecord
设置列取值
set(Writable[]) - Method in interface com.aliyun.odps.io.WritableRecord
设置所有列的取值.
set(String, String) - Method in class com.aliyun.odps.PartitionSpec
设置分区字段值
setArray(String, List) - Method in class com.aliyun.odps.data.ArrayRecord
 
setArray(int, List) - Method in class com.aliyun.odps.data.ArrayRecord
设置对应索引列的值,该列是 Array 类型
setBigint(int, Long) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBigint(String, Long) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBigint(int, Long) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Bigint类型
setBigint(String, Long) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为Bigint类型
setBinary(int, Binary) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBinary(String, Binary) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBoolean(String, boolean) - Method in class com.aliyun.odps.conf.Configuration
设定参数 name 的布尔值
setBoolean(int, Boolean) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBoolean(String, Boolean) - Method in class com.aliyun.odps.data.ArrayRecord
 
setBoolean(int, Boolean) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Boolean类型
setBoolean(String, Boolean) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为Boolean类型
setBooleanIfUnset(String, boolean) - Method in class com.aliyun.odps.conf.Configuration
如果参数 name 未设定,设定它的布尔值
setCapacity(int) - Method in class com.aliyun.odps.io.BytesWritable
更该字节数组容量
setChar(int, Char) - Method in class com.aliyun.odps.data.ArrayRecord
 
setChar(String, Char) - Method in class com.aliyun.odps.data.ArrayRecord
 
setClass(String, Class<?>, Class<?>) - Method in class com.aliyun.odps.conf.Configuration
设置name参数指定的类,这个类实现的接口由 xface指定。
setClassLoader(ClassLoader) - Method in class com.aliyun.odps.conf.Configuration
设置ClassLoader对象
setCols(String[]) - Method in class com.aliyun.odps.data.TableInfo
设置查询列
setColumns(List<Column>) - Method in class com.aliyun.odps.TableSchema
 
setConf(Configuration) - Method in interface com.aliyun.odps.conf.Configurable
setConf(Configuration) - Method in class com.aliyun.odps.conf.Configured
 
setConf(Configuration) - Method in class com.aliyun.odps.io.AbstractMapWritable
 
setConf(Object, Configuration) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Check and set 'configuration' if necessary.
setDate(int, Date) - Method in class com.aliyun.odps.data.ArrayRecord
Deprecated.
setDate(String, Date) - Method in class com.aliyun.odps.data.ArrayRecord
Deprecated.
setDate(String, Date, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
Set the value of the designated column to the given Date object, using the given Calendar object.
setDate(int, Date, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
Set the value of the designated column to the given Date object, using the given Calendar object.
setDatetime(int, Date) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDatetime(String, Date) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDatetime(int, Date) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Datetime类型
setDatetime(String, Date) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为Datetime类型
setDecimal(int, BigDecimal) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDecimal(String, BigDecimal) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDecimal(int, BigDecimal) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Decimal类型 Decimal 类型整数部分36位有效数字 小数部分保留18位有效数字 与 ODPS 交互时 整数部分超过36位会发生异常, 小数部分超过18位会被截断 使用 BigDecimal 需要注意,BigDecimal 精度与 ODPS Decimal 精度有差异 BigDecimal 精度为变长, ODPS Decimal 精度为定长18位 equals 判断时,不同精度的BigDecimal 会不等,建议使用 compareTo
setDecimal(String, BigDecimal) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为Decimal类型 Decimal 类型整数部分36位有效数字 小数部分保留18位有效数字 与 ODPS 交互时 整数部分超过36位会发生异常, 小数部分超过18位会被截断
setDefaultValue(String) - Method in class com.aliyun.odps.Column
设置 Column 的默认值 注意: 目前不论 column type 是什么,都是字符串形式的默认值
setDeprecatedCalls(ConcurrentHashMap<String, Long>) - Static method in class com.aliyun.odps.OdpsDeprecatedLogger
 
setDouble(int, Double) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDouble(String, Double) - Method in class com.aliyun.odps.data.ArrayRecord
 
setDouble(int, Double) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为Double类型
setDouble(String, Double) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为Double类型
setField(Object, String, Object) - Static method in class com.aliyun.odps.utils.ReflectionUtils
Try to directly set a (possibly private) field on an Object.
setFloat(String, float) - Method in class com.aliyun.odps.conf.Configuration
设定参数 name 的浮点值
setFloat(int, Float) - Method in class com.aliyun.odps.data.ArrayRecord
 
setFloat(String, Float) - Method in class com.aliyun.odps.data.ArrayRecord
 
setGenericTypeList(List<OdpsType>) - Method in class com.aliyun.odps.Column
 
setIfUnset(String, String) - Method in class com.aliyun.odps.conf.Configuration
如果指定参数不存在则设定它
setInt(String, int) - Method in class com.aliyun.odps.conf.Configuration
设定参数 name 的整形值
setInt(int, Integer) - Method in class com.aliyun.odps.data.ArrayRecord
 
setInt(String, Integer) - Method in class com.aliyun.odps.data.ArrayRecord
 
setIntervalDayTime(int, IntervalDayTime) - Method in class com.aliyun.odps.data.ArrayRecord
 
setIntervalDayTime(String, IntervalDayTime) - Method in class com.aliyun.odps.data.ArrayRecord
 
setIntervalYearMonth(int, IntervalYearMonth) - Method in class com.aliyun.odps.data.ArrayRecord
 
setIntervalYearMonth(String, IntervalYearMonth) - Method in class com.aliyun.odps.data.ArrayRecord
 
setLabel(String) - Method in class com.aliyun.odps.data.VolumeInfo
 
setLable(String) - Method in class com.aliyun.odps.data.TableInfo
设置标签
setLong(String, long) - Method in class com.aliyun.odps.conf.Configuration
设定参数 name 的长整形值
setMap(int, Map) - Method in class com.aliyun.odps.data.ArrayRecord
设置对应索引列的值,该列是 Map 类型
setMap(String, Map) - Method in class com.aliyun.odps.data.ArrayRecord
 
setMapperClass(Class<?>) - Method in class com.aliyun.odps.data.TableInfo
设置输入表对应的mapper类
setNullable(boolean) - Method in class com.aliyun.odps.Column
设置 Column 是否可以为 null
setPartitionColumns(ArrayList<Column>) - Method in class com.aliyun.odps.TableSchema
 
setPartSpec(LinkedHashMap<String, String>) - Method in class com.aliyun.odps.data.TableInfo
设置分区描述
setPartSpec(String) - Method in class com.aliyun.odps.data.TableInfo
设置分区描述
setPartSpec(String) - Method in class com.aliyun.odps.data.VolumeInfo
 
setPath(Path) - Method in class com.aliyun.odps.volume.FileStatus
 
setProjectName(String) - Method in class com.aliyun.odps.data.TableInfo
设置Project名
setProjectName(String) - Method in class com.aliyun.odps.data.VolumeInfo
 
setQuietMode(boolean) - Method in class com.aliyun.odps.conf.Configuration
设定quiet模式。quiet模式下,错误等信息不会记录在日志里。
setSize(int) - Method in class com.aliyun.odps.io.BytesWritable
更改数组内容长度.
setSmallint(int, Short) - Method in class com.aliyun.odps.data.ArrayRecord
 
setSmallint(String, Short) - Method in class com.aliyun.odps.data.ArrayRecord
 
setString(int, String) - Method in class com.aliyun.odps.data.ArrayRecord
 
setString(String, String) - Method in class com.aliyun.odps.data.ArrayRecord
 
setString(int, byte[]) - Method in class com.aliyun.odps.data.ArrayRecord
 
setString(String, byte[]) - Method in class com.aliyun.odps.data.ArrayRecord
 
setString(int, String) - Method in interface com.aliyun.odps.data.Record
设置对应索引列的值,该列必须为String类型
setString(String, String) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为String类型
setString(int, byte[]) - Method in interface com.aliyun.odps.data.Record
设置对应列索引的值,该列必须为String类型
setString(String, byte[]) - Method in interface com.aliyun.odps.data.Record
设置对应列名的值,该列必须为String类型
setStrings(String, String...) - Method in class com.aliyun.odps.conf.Configuration
设置 参数name 的字符串数组值 value
setStruct(int, Struct) - Method in class com.aliyun.odps.data.ArrayRecord
 
setStruct(String, Struct) - Method in class com.aliyun.odps.data.ArrayRecord
 
setTableName(String) - Method in class com.aliyun.odps.data.TableInfo
设置表名
setTimestamp(int, Timestamp) - Method in class com.aliyun.odps.data.ArrayRecord
 
setTimestamp(String, Timestamp) - Method in class com.aliyun.odps.data.ArrayRecord
 
setTimestamp(Timestamp) - Method in class com.aliyun.odps.io.TimestampWritable
 
setTinyint(int, Byte) - Method in class com.aliyun.odps.data.ArrayRecord
 
setTinyint(String, Byte) - Method in class com.aliyun.odps.data.ArrayRecord
 
setValue(long) - Method in class com.aliyun.odps.counter.Counter
设置Counter计数值
setVarchar(int, Varchar) - Method in class com.aliyun.odps.data.ArrayRecord
 
setVarchar(String, Varchar) - Method in class com.aliyun.odps.data.ArrayRecord
 
setVolumeName(String) - Method in class com.aliyun.odps.data.VolumeInfo
 
setWithoutValidation(int, Object) - Method in class com.aliyun.odps.data.ArrayRecord
 
ShortWritable - Class in com.aliyun.odps.io
ShortWritable 提供了 smallint 的 WritableWritableComparable 的实现
ShortWritable() - Constructor for class com.aliyun.odps.io.ShortWritable
 
ShortWritable(short) - Constructor for class com.aliyun.odps.io.ShortWritable
 
ShortWritable.Comparator - Class in com.aliyun.odps.io
ShortWritable 对象的 WritableComparator 自然顺序实现(升序).
simpleHostname(String) - Static method in class com.aliyun.odps.utils.StringUtils
Given a full hostname, return the word upto the first dot.
SimplePrimitiveTypeInfo - Class in com.aliyun.odps.type
odps 基本类型 Created by zhenhong.gzh on 16/7/7.
SimpleStruct - Class in com.aliyun.odps.data
一个简单 Struct 接口的实现 Created by zhenhong.gzh on 16/8/22.
SimpleStruct(StructTypeInfo, List<Object>) - Constructor for class com.aliyun.odps.data.SimpleStruct
A simple implements of Struct
size() - Method in class com.aliyun.odps.conf.Configuration
配置项的计数
size() - Method in class com.aliyun.odps.counter.CounterGroup
返回 Counter 组包含的 Counter 数
size() - Method in class com.aliyun.odps.io.MapWritable
 
size() - Method in class com.aliyun.odps.io.SortedMapWritable
 
size() - Method in class com.aliyun.odps.io.Tuple
Find the size of the tuple.
size() - Method in interface com.aliyun.odps.io.WritableRecord
返回记录的列数,不包含分区列(Partition columns)
skip(DataInput) - Static method in class com.aliyun.odps.io.Text
Skips over one Text in the input.
skipCompressedByteArray(DataInput) - Static method in class com.aliyun.odps.io.WritableUtils
 
skipFully(DataInput, int) - Static method in class com.aliyun.odps.io.WritableUtils
输入流中跳过指定长度的字节
sleep(long) - Static method in class com.aliyun.odps.utils.CommonUtils
 
SMALLINT - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
SortedMapWritable - Class in com.aliyun.odps.io
可用于序列化的SortedMap
SortedMapWritable() - Constructor for class com.aliyun.odps.io.SortedMapWritable
默认构造函数
SortedMapWritable(Comparator) - Constructor for class com.aliyun.odps.io.SortedMapWritable
 
SortedMapWritable(SortedMapWritable) - Constructor for class com.aliyun.odps.io.SortedMapWritable
拷贝构造函数SortedMapWritable
split(String) - Static method in class com.aliyun.odps.utils.StringUtils
Split a string using the default separator
split(String, char, char) - Static method in class com.aliyun.odps.utils.StringUtils
Split a string using the given separator
split(String, char) - Static method in class com.aliyun.odps.utils.StringUtils
 
splitPreserveAllTokens(String, char) - Static method in class com.aliyun.odps.utils.StringUtils
 
startupShutdownMessage(Class<?>, String[], Log) - Static method in class com.aliyun.odps.utils.StringUtils
Print a log message for starting up and shutting down
STRING - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
string2long(String) - Static method in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
Convert a string to long.
stringifyException(Throwable) - Static method in class com.aliyun.odps.utils.StringUtils
Make a string representation of the exception.
stringToURI(String[]) - Static method in class com.aliyun.odps.utils.StringUtils
 
StringUtils - Class in com.aliyun.odps.utils
General string utils
StringUtils() - Constructor for class com.aliyun.odps.utils.StringUtils
 
StringUtils.TraditionalBinaryPrefix - Enum in com.aliyun.odps.utils
The traditional binary prefixes, kilo, mega, ..., exa, which can be represented by a 64-bit integer.
strip(String, String) - Static method in class com.aliyun.odps.utils.StringUtils
 
stripEnd(String, String) - Static method in class com.aliyun.odps.utils.StringUtils
 
stripStart(String, String) - Static method in class com.aliyun.odps.utils.StringUtils
 
Struct - Interface in com.aliyun.odps.data
Struct type 的数据类型接口 Created by zhenhong.gzh on 16/8/22.
StructTypeInfo - Interface in com.aliyun.odps.type
Odps struct 接口 ODPS 用户请不要自行扩展或实现此接口,否则在未来 ODPS 扩展此接口时会导致错误 Created by zhenhong.gzh on 16/7/8.
StructWritable - Class in com.aliyun.odps.io
StructWritable 提供了 struct 类型数据 的 Writable 的实现
StructWritable(List<Writable>) - Constructor for class com.aliyun.odps.io.StructWritable
构造 struct schema 值为给定 values 的 StructWritable.
subMap(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.SortedMapWritable
 
suffix(String) - Method in class com.aliyun.odps.volume.Path
Adds a suffix to the final name in the path.
Survey - Annotation Type in com.aliyun.odps
Created by nizheming on 15/11/11.
symbol - Variable in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
 

T

TableInfo - Class in com.aliyun.odps.data
表信息,用于定义作业的输入和输出以及表类型的资源.
TableInfo(String, String, LinkedHashMap<String, String>, String[], String) - Constructor for class com.aliyun.odps.data.TableInfo
给定表名和分区构造一个表信息对象
TableInfo() - Constructor for class com.aliyun.odps.data.TableInfo
 
TableInfo(TableInfo) - Constructor for class com.aliyun.odps.data.TableInfo
 
TableInfo.TableInfoBuilder - Class in com.aliyun.odps.data
 
TableInfoBuilder() - Constructor for class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
tableName(String) - Method in class com.aliyun.odps.data.TableInfo.TableInfoBuilder
 
TableSchema - Class in com.aliyun.odps
TableSchema表示ODPS中表的定义
TableSchema() - Constructor for class com.aliyun.odps.TableSchema
创建TableSchema对象
tailMap(WritableComparable) - Method in class com.aliyun.odps.io.SortedMapWritable
 
Text - Class in com.aliyun.odps.io
Text 提供了字符串的 WritableWritableComparable 的实现.
Text() - Constructor for class com.aliyun.odps.io.Text
默认构造空串的 Text.
Text(String) - Constructor for class com.aliyun.odps.io.Text
给定字符串构造一个 Text.
Text(Text) - Constructor for class com.aliyun.odps.io.Text
从另一个 Text 对象构造 Text,内容会做拷贝.
Text(byte[]) - Constructor for class com.aliyun.odps.io.Text
给定字节数组构造 Text
Text.Comparator - Class in com.aliyun.odps.io
Text 对象的 WritableComparator 自然顺序实现(升序).
TIMESTAMP - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
TIMESTAMP_FORMAT - Static variable in class com.aliyun.odps.utils.CommonUtils
Deprecated.
TimestampWritable - Class in com.aliyun.odps.io
TimestampWritable 提供了 datetime 的 WritableWritableComparable 的实现
TimestampWritable() - Constructor for class com.aliyun.odps.io.TimestampWritable
默认构造 datetime 值为0的 TimestampWritable.
TimestampWritable(long) - Constructor for class com.aliyun.odps.io.TimestampWritable
构造毫秒值为给定 value 的 TimestampWritable.
TimestampWritable(long, int) - Constructor for class com.aliyun.odps.io.TimestampWritable
根据给定的秒以及纳秒刻度构造 TimestampWritable
TimestampWritable.Comparator - Class in com.aliyun.odps.io
TimestampWritable 对象的 WritableComparator 自然顺序实现(升序).
TimestampWritable.DecreasingComparator - Class in com.aliyun.odps.io
TimestampWritable 对象的 WritableComparator 降序实现.
TINYINT - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
toArray() - Method in class com.aliyun.odps.data.ArrayRecord
 
toArray() - Method in interface com.aliyun.odps.data.Record
返回当前所有列值的数组
toArray() - Method in class com.aliyun.odps.io.ArrayWritable
 
toArray() - Method in class com.aliyun.odps.io.Tuple
得到Tuple的数组形式
toByteArray(Writable...) - Static method in class com.aliyun.odps.io.WritableUtils
将Writable对象转化成byte数组
toDelimitedString() - Method in class com.aliyun.odps.io.Tuple
将Tuple中的所有field使用Tuple.DELIM连接起来,field为null时使用Tuple.NULLINDICATOR代替.
toDelimitedString(char) - Method in class com.aliyun.odps.io.Tuple
将Tuple中的所有field使用指定的delim连接起来,field为null时使用Tuple.NULLINDICATOR代替.
toDelimitedString(char, String) - Method in class com.aliyun.odps.io.Tuple
将Tuple中的所有field使用指定的delim连接起来,field为null时使用指定的nullIndicator代替.
toDelimitedString(Writable[], char, String) - Static method in class com.aliyun.odps.utils.CommonUtils
 
toString() - Method in class com.aliyun.odps.conf.Configuration
 
toString() - Method in class com.aliyun.odps.counter.Counters
返回Counters的字符串形式.
toString() - Method in class com.aliyun.odps.data.AbstractChar
 
toString() - Method in class com.aliyun.odps.data.Binary
 
toString() - Method in class com.aliyun.odps.data.IntervalDayTime
 
toString() - Method in class com.aliyun.odps.data.IntervalYearMonth
 
toString() - Method in class com.aliyun.odps.data.SimpleStruct
 
toString() - Method in interface com.aliyun.odps.data.Struct
 
toString() - Method in class com.aliyun.odps.data.TableInfo
 
toString() - Method in class com.aliyun.odps.data.VolumeInfo
 
toString() - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
 
toString() - Method in class com.aliyun.odps.io.BigDecimalWritable
 
toString() - Method in class com.aliyun.odps.io.BooleanWritable
 
toString() - Method in class com.aliyun.odps.io.BytesWritable
输出数据的十六进制内容.
toString() - Method in class com.aliyun.odps.io.ByteWritable
 
toString() - Method in class com.aliyun.odps.io.DoubleWritable
 
toString() - Method in class com.aliyun.odps.io.FloatWritable
 
toString() - Method in class com.aliyun.odps.io.IntWritable
 
toString() - Method in class com.aliyun.odps.io.LongWritable
 
toString() - Method in class com.aliyun.odps.io.MapWritable
 
toString() - Method in class com.aliyun.odps.io.NullWritable
 
toString() - Method in class com.aliyun.odps.io.ShortWritable
 
toString() - Method in class com.aliyun.odps.io.SortedMapWritable
 
toString() - Method in class com.aliyun.odps.io.StructWritable
 
toString() - Method in class com.aliyun.odps.io.Text
Convert text back to string
toString() - Method in class com.aliyun.odps.io.TimestampWritable
 
toString() - Method in class com.aliyun.odps.io.Tuple
获取Tuple的字符串表示形式
toString() - Method in class com.aliyun.odps.PartitionSpec
Convert a PartitionSpec object to String.
toString(boolean, boolean) - Method in class com.aliyun.odps.PartitionSpec
Convert a PartitionSpec object to String.
toString() - Method in class com.aliyun.odps.type.AbstractPrimitiveTypeInfo
 
toString() - Method in class com.aliyun.odps.volume.FileStatus
 
toString() - Method in class com.aliyun.odps.volume.Path
 
toStrings() - Method in class com.aliyun.odps.io.ArrayWritable
 
Tuple - Class in com.aliyun.odps.io
Tuple 是 Writable 对象的有序集.
Tuple() - Constructor for class com.aliyun.odps.io.Tuple
默认构造函数
Tuple(int) - Constructor for class com.aliyun.odps.io.Tuple
构造一个指定大小的 Tuple.
Tuple(Writable[]) - Constructor for class com.aliyun.odps.io.Tuple
给定 Writable 数组构造 Tuple.
Tuple(List<Writable>, boolean) - Constructor for class com.aliyun.odps.io.Tuple
给定 List 构造 Tuple.
Tuple(Tuple, boolean) - Constructor for class com.aliyun.odps.io.Tuple
复制另一个 Tuple 的数据
TupleRawComparator() - Constructor for class com.aliyun.odps.io.TupleReaderWriter.TupleRawComparator
 
TupleReaderWriter - Class in com.aliyun.odps.io
TupleReaderWriter 提供 Tuple 的序列化和反序列化方法.
TupleReaderWriter() - Constructor for class com.aliyun.odps.io.TupleReaderWriter
 
TupleReaderWriter.TupleRawComparator - Class in com.aliyun.odps.io
Tuple 对象的 WritableComparator 自然顺序实现(升序).
TypeInfo - Interface in com.aliyun.odps.type
Odps 类型抽象类 Created by zhenhong.gzh on 16/7/7.
TypeInfoFactory - Class in com.aliyun.odps.type
Odps type 工厂类 Created by zhenhong.gzh on 16/7/11.
TypeInfoParser - Class in com.aliyun.odps.type
Created by zhenhong.gzh on 16/7/18.

U

unEscapeString(String) - Static method in class com.aliyun.odps.utils.StringUtils
Unescape commas in the string using the default escape char
unEscapeString(String, char, char) - Static method in class com.aliyun.odps.utils.StringUtils
Unescape charToEscape in the string with the escape char escapeChar
unEscapeString(String, char, char[]) - Static method in class com.aliyun.odps.utils.StringUtils
 
uriToString(URI[]) - Static method in class com.aliyun.odps.utils.StringUtils
 
utf8Length(String) - Static method in class com.aliyun.odps.io.Text
For the given string, returns the number of UTF-8 bytes required to encode the string.

V

validate() - Method in class com.aliyun.odps.data.TableInfo
 
validateUTF8(byte[]) - Static method in class com.aliyun.odps.io.Text
Check if a byte array contains valid utf-8
validateUTF8(byte[], int, int) - Static method in class com.aliyun.odps.io.Text
Check to see if a byte array is valid utf-8
value - Variable in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
 
valueOf(String) - Static method in enum com.aliyun.odps.io.BlobDataInputStream.SeekFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.OdpsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
 
values() - Static method in enum com.aliyun.odps.io.BlobDataInputStream.SeekFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.aliyun.odps.io.MapWritable
 
values() - Method in class com.aliyun.odps.io.SortedMapWritable
 
values() - Static method in enum com.aliyun.odps.OdpsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aliyun.odps.utils.StringUtils.TraditionalBinaryPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
Varchar - Class in com.aliyun.odps.data
Varchar 类型对应的数据类 Created by zhenhong.gzh on 16/12/12.
Varchar(String) - Constructor for class com.aliyun.odps.data.Varchar
 
Varchar(String, int) - Constructor for class com.aliyun.odps.data.Varchar
 
VarcharTypeInfo - Class in com.aliyun.odps.type
Odps varchar 类型 Created by zhenhong.gzh on 16/7/12.
VarcharTypeInfo(int) - Constructor for class com.aliyun.odps.type.VarcharTypeInfo
创建 varchar 类型
VarcharWritable - Class in com.aliyun.odps.io
VarcharWritable 提供了 varchar 的 WritableWritableComparable 的实现
VarcharWritable() - Constructor for class com.aliyun.odps.io.VarcharWritable
 
VarcharWritable(String) - Constructor for class com.aliyun.odps.io.VarcharWritable
根据给定字符串构造 VarcharWritable
VarcharWritable(Varchar) - Constructor for class com.aliyun.odps.io.VarcharWritable
根据给定Varchar对象构造 VarcharWritable
VOID - Static variable in class com.aliyun.odps.type.TypeInfoFactory
 
VolumeInfo - Class in com.aliyun.odps.data
Volume信息,用于定义 ODPS M/R 作业要读取或者生成的Volume.
VolumeInfo() - Constructor for class com.aliyun.odps.data.VolumeInfo
 
VolumeInfo(String, String) - Constructor for class com.aliyun.odps.data.VolumeInfo
 
VolumeInfo(String, String, String) - Constructor for class com.aliyun.odps.data.VolumeInfo
 
VolumeInfo(String, String, String, String) - Constructor for class com.aliyun.odps.data.VolumeInfo
 
VolumeInfo(VolumeInfo) - Constructor for class com.aliyun.odps.data.VolumeInfo
 

W

Writable - Interface in com.aliyun.odps.io
Writable 定义了基于 DataInputDataOutput 的序列化和反序列化接口.
WritableComparable<T> - Interface in com.aliyun.odps.io
WritableComparable 接口同时继承了 WritableComparable.
WritableComparator - Class in com.aliyun.odps.io
WritableComparator 提供对 WritableComparable 对象的通用比较函数.
WritableRecord - Interface in com.aliyun.odps.io
WritableRecord 表示 ODPS 表或分区的一条记录,一条记录由多列组成,列包括列名、类型和值.
WritableUtils - Class in com.aliyun.odps.io
Writable 工具类.
WritableUtils() - Constructor for class com.aliyun.odps.io.WritableUtils
 
write(DataOutput) - Method in class com.aliyun.odps.conf.Configuration
输出到 DataOutput
write(DataOutput) - Method in class com.aliyun.odps.counter.Counter
写当前Counter到DataOutput
write(DataOutput) - Method in class com.aliyun.odps.counter.CounterGroup
将此 Counter 组写到 DataOutput.
write(DataOutput) - Method in class com.aliyun.odps.counter.Counters
输出到 DataOutput
write(DataOutput) - Method in class com.aliyun.odps.io.AbstractDatetimeWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.AbstractMapWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.ArrayWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.BigDecimalWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.BitMapWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.BooleanWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.BytesWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.ByteWritable
序列化到指定的 DataOutput out.
write(DataInput, int) - Method in class com.aliyun.odps.io.DataOutputBuffer
从给定 DataInput 中读出数据然后输出到缓冲区.
write(DataOutput) - Method in class com.aliyun.odps.io.DoubleWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.FloatWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.IntervalDayTimeWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.IntervalYearMonthWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.IntWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.LongWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.MapWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.NullWritable
NullWritable 不输出任何内容
write(DataOutput) - Method in class com.aliyun.odps.io.ShortWritable
序列化到指定的 DataOutput out.
write(DataOutput) - Method in class com.aliyun.odps.io.SortedMapWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.StructWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.Text
 
write(DataOutput) - Method in class com.aliyun.odps.io.TimestampWritable
 
write(DataOutput) - Method in class com.aliyun.odps.io.Tuple
将Tuple对象序列化至指定的输出流中
write(DataOutput) - Method in interface com.aliyun.odps.io.Writable
序列化到指定的 DataOutput out.
writeCompressedByteArray(DataOutput, byte[]) - Static method in class com.aliyun.odps.io.WritableUtils
压缩写入byte数组到二进制输出流中
writeCompressedString(DataOutput, String) - Static method in class com.aliyun.odps.io.WritableUtils
压缩写入字符串到二进制输出流中
writeCompressedStringArray(DataOutput, String[]) - Static method in class com.aliyun.odps.io.WritableUtils
压缩写入字符串数组到二进制输出流中
writeEnum(DataOutput, Enum<?>) - Static method in class com.aliyun.odps.io.WritableUtils
写入枚举到输出流
writeString(DataOutput, String) - Static method in class com.aliyun.odps.io.Text
Write a UTF8 encoded string to out
writeString(DataOutput, String) - Static method in class com.aliyun.odps.io.WritableUtils
写入字符串到二进制输出流中
writeStringArray(DataOutput, String[]) - Static method in class com.aliyun.odps.io.WritableUtils
写入字符串数组到二进制输出流中
writeTo(OutputStream) - Method in class com.aliyun.odps.io.DataOutputBuffer
将输出缓冲区中的内容输出到给定的 OutputStream.
writeTuple(DataOutput, Tuple) - Static method in class com.aliyun.odps.io.TupleReaderWriter
将指定的Tuple对象序列化至指定的输出流中
writeVInt(DataOutput, int) - Static method in class com.aliyun.odps.io.WritableUtils
vint方式序列化一个int到二进制输出流中
writeVLong(DataOutput, long) - Static method in class com.aliyun.odps.io.WritableUtils
vlong方式序列化一个long到二进制输出流中
writeXml(OutputStream) - Method in class com.aliyun.odps.conf.Configuration
写出所有非默认的参数到一个 OutputStream
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2021 Alibaba Cloud Computing. All rights reserved.