- 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() - 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
-
- 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, TypeInfo) - Constructor for class com.aliyun.odps.Column
-
- Column(String, TypeInfo, String) - 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(Column.ColumnBuilder) - Constructor for class com.aliyun.odps.Column
-
- Column(String, OdpsType) - Constructor for class com.aliyun.odps.Column
-
Deprecated.
- Column(String, OdpsType, String) - Constructor for class com.aliyun.odps.Column
-
Deprecated.
- Column(String, OdpsType, String, String, List<OdpsType>) - Constructor for class com.aliyun.odps.Column
-
Deprecated.
- Column.ColumnBuilder - Class in com.aliyun.odps
-
- 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.TimestampNtzWritable.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.TimestampNtzWritable.Comparator
-
基于二进制内容的 TimestampNtzWritable 对象比较函数.
- compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.TimestampNtzWritable.DecreasingComparator
-
- compare(byte[], int, int, byte[], int, int) - Method in class com.aliyun.odps.io.TimestampNtzWritable.DecreasingComparator
-
- 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
-
- compare(WritableComparable, WritableComparable) - Method in class com.aliyun.odps.io.WritableComparator
-
- compare(Object, Object) - Method in class com.aliyun.odps.io.WritableComparator
-
- 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
-
- 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(TimestampNtzWritable) - Method in class com.aliyun.odps.io.TimestampNtzWritable
-
- 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 - 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
-
- Configured() - Constructor for class com.aliyun.odps.conf.Configured
-
默认构造函数.
- Configured(Configuration) - Constructor for class com.aliyun.odps.conf.Configured
-
- 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
-
- Counters - Class in com.aliyun.odps.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.
- 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
-
- 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() - 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
-
- 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
-
- 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.JsonValue
-
- get(String) - Method in interface com.aliyun.odps.data.JsonValue
-
- 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.TimestampNtzWritable
-
获取该writable对应的LocalDateTime对象
- 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
-
- get(String) - Method in interface com.aliyun.odps.io.WritableRecord
-
- 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)
- getAllColumns() - Method in class com.aliyun.odps.TableSchema
-
- 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
-
- getAsBoolean() - Method in interface com.aliyun.odps.data.JsonValue
-
- getAsNumber() - Method in interface com.aliyun.odps.data.JsonValue
-
- getAsString() - Method in interface com.aliyun.odps.data.JsonValue
-
- 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
-
- getBytes() - Method in class com.aliyun.odps.io.BytesWritable
-
返回此 byte 数组的内容
- getBytes() - Method in class com.aliyun.odps.io.Text
-
- 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
-
- 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
-
- getConfResourceAsReader(String) - Method in class com.aliyun.odps.conf.Configuration
-
- 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
-
Deprecated.
- getDate(int, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
-
Deprecated.
- getDate() - Method in class com.aliyun.odps.io.DateWritable
-
获取该writable对应的 java.sql.Date 对象
- getDateAsLocalDate(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
Get the value of the designated column as a
LocalDate object.
- getDateAsLocalDate(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
Get the value of the designated column as a
LocalDate object.
- getDatetime(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
Deprecated.
- getDatetime(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
Deprecated.
- 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 对象
- getDatetimeAsZonedDateTime(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
- getDatetimeAsZonedDateTime(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
- 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
-
Deprecated.
- 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
-
- 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
-
- getJsonValue(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
- getJsonValue(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
- getKeyClass() - Method in class com.aliyun.odps.io.WritableComparator
-
- 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.TimestampNtzWritable
-
获取该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
-
- 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
-
- getScale() - Method in class com.aliyun.odps.type.DecimalTypeInfo
-
获取小数点后位数
- getSeconds() - Method in class com.aliyun.odps.data.IntervalDayTime
-
- getSeconds() - Method in class com.aliyun.odps.io.TimestampNtzWritable
-
获取该writable对应的秒数
- 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
-
- getTimestampAsInstant(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
- getTimestampAsInstant(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
- getTimestampFormat() - Static method in class com.aliyun.odps.utils.CommonUtils
-
Get a date formatter for timestamp
- getTimestampNtz(int) - Method in class com.aliyun.odps.data.ArrayRecord
-
Get the value of the designated column as a
LocalDateTime object.
- getTimestampNtz(String) - Method in class com.aliyun.odps.data.ArrayRecord
-
Get the value of the designated column as a
LocalDateTime object.
- 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
-
- 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() - 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.DecreasingComparator - Class in com.aliyun.odps.io
-
- 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() - 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.DecreasingComparator - Class in com.aliyun.odps.io
-
- IntWritable - Class in com.aliyun.odps.io
-
- 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
-
- 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.
- isJsonArray() - Method in interface com.aliyun.odps.data.JsonValue
-
- isJsonNull() - Method in interface com.aliyun.odps.data.JsonValue
-
- isJsonObject() - Method in interface com.aliyun.odps.data.JsonValue
-
- isJsonPrimitive() - Method in interface com.aliyun.odps.data.JsonValue
-
- 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
-
- isNull(String) - Method in interface com.aliyun.odps.io.WritableRecord
-
- 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
-
- 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
-
- 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, int) - Method in class com.aliyun.odps.io.TimestampNtzWritable
-
根据给定的秒和纳秒值设置TimestampNtzWritable的值
- set(LocalDateTime) - Method in class com.aliyun.odps.io.TimestampNtzWritable
-
根据给定的 LocalDateTime 对象构造TimestampNtzWritable
- 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
-
- set(Writable[]) - Method in class com.aliyun.odps.io.Tuple
-
- set(Varchar) - Method in class com.aliyun.odps.io.VarcharWritable
-
- set(int, Writable) - Method in interface com.aliyun.odps.io.WritableRecord
-
- 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
-
- 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
-
Deprecated.
- setDate(int, Date, Calendar) - Method in class com.aliyun.odps.data.ArrayRecord
-
Deprecated.
- setDateAsLocalDate(int, LocalDate) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set the value of the designated column as a
LocalDate object.
- setDateAsLocalDate(String, LocalDate) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set the value of the designated column as a
LocalDate 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类型
- setDatetimeAsZonedDateTime(String, ZonedDateTime) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set datetime column, using a java.time.ZonedDateTime value.
- setDatetimeAsZonedDateTime(int, ZonedDateTime) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set datetime column, using a java.time.ZonedDateTime value.
- 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
-
Deprecated.
- 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
-
- setJsonValue(int, JsonValue) - Method in class com.aliyun.odps.data.ArrayRecord
-
- setJsonValue(String, JsonValue) - 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
-
- setTimestampAsInstant(int, Instant) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set timestamp data, using a java.time.Instant value.
- setTimestampAsInstant(String, Instant) - Method in class com.aliyun.odps.data.ArrayRecord
-
Set timestamp data, using a java.time.Instant value.
- setTimestampNtz(int, LocalDateTime) - Method in class com.aliyun.odps.data.ArrayRecord
-
- setTimestampNtz(String, LocalDateTime) - Method in class com.aliyun.odps.data.ArrayRecord
-
- 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, Serializable) - Method in class com.aliyun.odps.data.ArrayRecord
-
- ShortWritable - Class in com.aliyun.odps.io
-
- 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
-
- 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
-
- size() - Method in class com.aliyun.odps.conf.Configuration
-
配置项的计数
- size() - Method in class com.aliyun.odps.counter.CounterGroup
-
返回 Counter 组包含的 Counter 数
- size() - Method in interface com.aliyun.odps.data.JsonValue
-
- 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
-
- 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
-
- 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
-
- 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() - 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
-