跳过导航链接
C D G H O P R S W 

C

cleanupInProgressFileRecoverable(InProgressFileWriter.InProgressFileRecoverable) - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 
closeForCommit() - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 
commit() - 类 中的方法org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
commit() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitter
Commits the in-progress file to the target path.
commitAfterRecovery() - 类 中的方法org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
commitAfterRecovery() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitter
Re-commits the in-progress file to the target path after fail-over.
create(Configuration, Path) - 类 中的方法org.apache.flink.formats.hadoop.bulk.DefaultHadoopFileCommitterFactory
 
create(Configuration, Path) - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitterFactory
Creates a new Hadoop file committer for writing.
create(Path, Path) - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedBulkWriter.Factory
Creates a path-based writer that writes to the inProgressPath first and commits to targetPath finally.
createBuckets(int) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
createBucketWriter() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 

D

DefaultHadoopFileCommitterFactory - org.apache.flink.formats.hadoop.bulk中的类
The default hadoop file committer factory which always use HadoopRenameFileCommitter.
DefaultHadoopFileCommitterFactory() - 类 的构造器org.apache.flink.formats.hadoop.bulk.DefaultHadoopFileCommitterFactory
 
dispose() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedBulkWriter
Disposes the writer on failures.
dispose() - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 

G

getConfiguration() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.SerializableConfiguration
 
getProperties() - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 
getSize() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedBulkWriter
Gets the size written by the current writer.
getSize() - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 
getTargetFilePath() - 类 中的方法org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
getTargetFilePath() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitter
Gets the target path to commit to.
getTempFilePath() - 类 中的方法org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
getTempFilePath() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitter
Gets the path of the intermediate file to commit.

H

HadoopFileCommitter - org.apache.flink.formats.hadoop.bulk中的接口
The committer publishes an intermediate Hadoop file to the target path after it finishes writing.
HadoopFileCommitterFactory - org.apache.flink.formats.hadoop.bulk中的接口
The factory to create the HadoopFileCommitter.
HadoopPathBasedBucketWriter(Configuration, HadoopPathBasedBulkWriter.Factory<IN>, HadoopFileCommitterFactory) - 类 的构造器org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 
HadoopPathBasedBulkFormatBuilder<IN,BucketID,T extends HadoopPathBasedBulkFormatBuilder<IN,BucketID,T>> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
Buckets builder to create buckets that use HadoopPathBasedPartFileWriter.
HadoopPathBasedBulkFormatBuilder(Path, HadoopPathBasedBulkWriter.Factory<IN>, Configuration, BucketAssigner<IN, BucketID>) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
HadoopPathBasedBulkFormatBuilder(Path, HadoopPathBasedBulkWriter.Factory<IN>, HadoopFileCommitterFactory, Configuration, BucketAssigner<IN, BucketID>, CheckpointRollingPolicy<IN, BucketID>, BucketFactory<IN, BucketID>, OutputFileConfig) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
HadoopPathBasedBulkWriter<T> - org.apache.flink.formats.hadoop.bulk中的接口
Specialized BulkWriter which is expected to write to specified Path.
HadoopPathBasedBulkWriter.Factory<T> - org.apache.flink.formats.hadoop.bulk中的接口
A factory that creates a HadoopPathBasedBulkWriter.
HadoopPathBasedPartFileWriter<IN,BucketID> - org.apache.flink.formats.hadoop.bulk中的类
The part-file writer that writes to the specified hadoop path.
HadoopPathBasedPartFileWriter(BucketID, HadoopPathBasedBulkWriter<IN>, HadoopFileCommitter, long) - 类 的构造器org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 
HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter<IN,BucketID> - org.apache.flink.formats.hadoop.bulk中的类
HadoopRenameFileCommitter - org.apache.flink.formats.hadoop.bulk.committer中的类
The Hadoop file committer that directly rename the in-progress file to the target file.
HadoopRenameFileCommitter(Configuration, Path) - 类 的构造器org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
HadoopRenameFileCommitter(Configuration, Path, Path) - 类 的构造器org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 

O

openNewInProgressFile(BucketID, Path, long) - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 
org.apache.flink.formats.hadoop.bulk - 程序包 org.apache.flink.formats.hadoop.bulk
 
org.apache.flink.formats.hadoop.bulk.committer - 程序包 org.apache.flink.formats.hadoop.bulk.committer
 
org.apache.flink.streaming.api.functions.sink.filesystem - 程序包 org.apache.flink.streaming.api.functions.sink.filesystem
 

P

persist() - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 
preCommit() - 类 中的方法org.apache.flink.formats.hadoop.bulk.committer.HadoopRenameFileCommitter
 
preCommit() - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitter
Prepares the intermediates file for committing.

R

recoverForCommit(Configuration, Path, Path) - 类 中的方法org.apache.flink.formats.hadoop.bulk.DefaultHadoopFileCommitterFactory
 
recoverForCommit(Configuration, Path, Path) - 接口 中的方法org.apache.flink.formats.hadoop.bulk.HadoopFileCommitterFactory
Creates a Hadoop file committer for commit the pending file.
recoverPendingFile(InProgressFileWriter.PendingFileRecoverable) - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 
resumeInProgressFileFrom(BucketID, InProgressFileWriter.InProgressFileRecoverable, long) - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter.HadoopPathBasedBucketWriter
 

S

SerializableConfiguration - org.apache.flink.streaming.api.functions.sink.filesystem中的类
Wrapper of hadoop Configuration to make it serializable.
SerializableConfiguration(Configuration) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.SerializableConfiguration
 

W

withBucketAssigner(BucketAssigner<IN, BucketID>) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
withBucketFactory(BucketFactory<IN, BucketID>) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
withConfiguration(Configuration) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
withOutputFileConfig(OutputFileConfig) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
withRollingPolicy(CheckpointRollingPolicy<IN, BucketID>) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.HadoopPathBasedBulkFormatBuilder
 
write(IN, long) - 类 中的方法org.apache.flink.formats.hadoop.bulk.HadoopPathBasedPartFileWriter
 
C D G H O P R S W 
跳过导航链接

Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.