- getArguments() - Method in class com.aliyun.odps.udf.impl.AnnotationParser.Prototype
-
- getArgumentsString() - Method in class com.aliyun.odps.udf.impl.AnnotationParser.Prototype
-
- getAttributes() - Method in class com.aliyun.odps.udf.DataAttributes
-
Get a copy of all user-specified attributes.
- getBackupWorkerID() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取当前的backupWorkerID
- getBytesRead() - Method in class com.aliyun.odps.io.SourceInputStream
-
Get total number of bytes read by current inputstream so far
Note1: this can be less than (e.g., not all bytes read) or larger than (e.g., repeated reads from part of the
input via seek operation) the physical size of the file underlying the input stream
Note2: this denotes the "meaningful" size of read, bytes read into buffer but discarded (e.g., due to seek
operation) are not accounted for.
- getBytesWritten() - Method in class com.aliyun.odps.io.SinkOutputStream
-
Get total number of bytes written by current output stream so far
- getCollector() - Method in class com.aliyun.odps.udf.UDTF
-
- getConfigurations() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getCounter(Enum<?>) - Method in class com.aliyun.odps.exec.ExecutionContextReporter
-
- getCounter(String, String) - Method in class com.aliyun.odps.exec.ExecutionContextReporter
-
- getCounter(Enum<?>) - Method in interface com.aliyun.odps.exec.Reporter
-
Get the
Counter of the given group with the given name.
- getCounter(String, String) - Method in interface com.aliyun.odps.exec.Reporter
-
Get the
Counter of the given group with the given name.
- getCounter(Enum<?>) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getCounter(String, String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getCurrentPos() - Method in class com.aliyun.odps.io.SourceInputStream
-
Getter for current position of the cursor, within the physical file
- getCustomizedDataLocation() - Method in class com.aliyun.odps.udf.DataAttributes
-
Get the customized external data location that describes external data storage location other than
storage types with built-in support (such as Aliyun OSS/TableStore), user is responsible for parsing and
connecting to customized data location in self-defined Extractor and/or Outputer
- getDynamicPartitionColumnIndices() - Method in class com.aliyun.odps.udf.TableOutputerAttributes
-
- getExtractorClass() - Method in interface com.aliyun.odps.udf.BaseStorageHandler
-
- getExtractorClass() - Method in class com.aliyun.odps.udf.OdpsStorageHandler
-
Getter for underlying extractor class
- getFileName() - Method in class com.aliyun.odps.io.SourceInputStream
-
Getter for the file name associated with the file being streamed in.
- getFileSize() - Method in class com.aliyun.odps.io.SourceInputStream
-
Getter for the size in [bytes] of the physical file currently being processed.
- getFullTableColumns() - Method in class com.aliyun.odps.udf.DataAttributes
-
Getter for record columns describing the FULL schema of underlying physical data, represented by the
(external) table
- getHiveTableProperties(boolean) - Method in class com.aliyun.odps.udf.DataAttributes
-
Deprecated.
- getHiveTableProperties() - Method in class com.aliyun.odps.udf.DataAttributes
-
- getInputFormatClass() - Method in interface com.aliyun.odps.udf.BridgeStorageHandler
-
Hive compatibility API
- getInputSplit() - Method in class com.aliyun.odps.exec.ExecutionContextReporter
-
- getInputSplit() - Method in interface com.aliyun.odps.exec.Reporter
-
- getInputVolumeFileSystem() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getInputVolumeFileSystem(String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getInputVolumeInfo() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getInputVolumeInfo(String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getInstanceID() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取ODPS Instance ID
- getIsOverwrite() - Method in class com.aliyun.odps.udf.TableOutputerAttributes
-
Whether the underlying output operation is insert overwrite.
- getLength() - Method in class com.aliyun.odps.exec.InputSplit
-
Get the total number of bytes in the data of the InputSplit.
- getLocations() - Method in class com.aliyun.odps.exec.InputSplit
-
Get the list of hostnames where the input split is located.
- getMetaFileLocation(String) - Static method in class com.aliyun.odps.io.IoUtils
-
If data has been output by ODPS through external table, this returns the expected location of the
meta file generated by ODPS, see
IoUtils.parseOutputSubDirectoriesFromMeta(String) for getting the
list of valid subdirectories output from meta file.
- getNeededIndexes() - Method in class com.aliyun.odps.udf.DataAttributes
-
Getter for needed indexes, this can be used to skip deserialization of non-needed column(s).
- getNextRow() - Method in class com.aliyun.odps.udf.StandaloneUDTF
-
获取下一条记录
- getNextRow() - Method in interface com.aliyun.odps.udf.UDTFPuller
-
从数据源中获取一条记录。
- getOdpsType(String) - Static method in class com.aliyun.odps.udf.utils.TypeUtils
-
- getOutputerClass() - Method in interface com.aliyun.odps.udf.BaseStorageHandler
-
- getOutputerClass() - Method in class com.aliyun.odps.udf.OdpsStorageHandler
-
Getter for underlying outputer class
- getOutputFormatClass() - Method in interface com.aliyun.odps.udf.BridgeStorageHandler
-
Hive compatibility API
- getOutputVolumeFileSystem() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getOutputVolumeFileSystem(String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getOutputVolumeInfo() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getOutputVolumeInfo(String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getProgress() - Method in class com.aliyun.odps.exec.ExecutionContextReporter
-
- getProgress() - Method in interface com.aliyun.odps.exec.Reporter
-
Get the progress of the task.
- getProtoTypes() - Method in class com.aliyun.odps.udf.impl.AnnotationParser.ParseResult
-
- getPuller() - Method in class com.aliyun.odps.udf.StandaloneUDTF
-
- getRecordColumns() - Method in class com.aliyun.odps.udf.DataAttributes
-
Getter for columns describing expected Record schema: un-used columns may have been pruned and this schema
therefore can be either
1.
- getRecordReader(InputSplit, Configuration, Reporter) - Method in interface com.aliyun.odps.udf.InputFormat
-
Get the RecordReader for the given InputSplit.
- getRecordWriter(Configuration, String, Class, boolean, Properties, Reporter) - Method in interface com.aliyun.odps.udf.OutputFormat
-
- getResources() - Method in class com.aliyun.odps.udf.DataAttributes
-
Getter for set of resources.
- getResourceTableReader(String) - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getRetryCount() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取运行时当前Worker的重试次数
- getReturns() - Method in class com.aliyun.odps.udf.impl.AnnotationParser.Prototype
-
- getReturnsString() - Method in class com.aliyun.odps.udf.impl.AnnotationParser.Prototype
-
- getRunningProject() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取运行时的Project名
- getSerDeClass() - Method in interface com.aliyun.odps.udf.BridgeStorageHandler
-
Hive compatibility API
- getSerializedClass() - Method in class com.aliyun.odps.udf.RecordSerDe
-
- getSplits(Configuration, int) - Method in interface com.aliyun.odps.udf.InputFormat
-
Logically split the set of input files for the job.
- getSplitSize() - Method in class com.aliyun.odps.io.SourceInputStream
-
Getter for the split size supposedly assigned to the input stream.
- getSplitStart() - Method in class com.aliyun.odps.io.SourceInputStream
-
Getter for the start position (within the physical stream) that is assigned to the input stream to process.
- getStageID() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取运行时StageID
- getStaticPartitionName() - Method in class com.aliyun.odps.udf.TableOutputerAttributes
-
- getSystemOutputDirectory(String) - Static method in class com.aliyun.odps.io.IoUtils
-
Get the system directory ODPS used when outputting unstructured data
- getTableInfo() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取运行时处理的数据块所属的表或分区信息。
- getTempFileSystem() - Method in class com.aliyun.odps.udf.ExecutionContext
-
- getTotalYieldCount() - Method in interface com.aliyun.odps.Yieldable
-
- getValueByKey(String) - Method in class com.aliyun.odps.udf.DataAttributes
-
Get the attribute value associated with the given key, return null if key not found
- getWorkerID() - Method in class com.aliyun.odps.udf.ExecutionContext
-
获取运行时WorkerID