跳过导航链接
A B C D E G H I M O P R S T V W 

A

AbstractPartFileWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
An abstract writer for the currently open part file in a specific Bucket.
AbstractPartFileWriter(BucketID, long) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
 
asOutputStream() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedCompactingFileWriter
Gets the output stream underlying the writer.
asOutputStream() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 

B

BasePathBucketAssigner<T> - org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners中的类
A BucketAssigner that does not perform any bucketing of files.
BasePathBucketAssigner() - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.BasePathBucketAssigner
 
BucketAssigner<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
A BucketAssigner is used with a file sink to determine the bucket each incoming element should be put into.
BucketAssigner.Context - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
Context that the BucketAssigner can use for getting additional data about an input record.
BucketWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
An interface for factories that create the different writers.
BucketWriter.PendingFile - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
This represents the file that can not write any data to.
build() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig.OutputFileConfigBuilder
 
build() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy.PolicyBuilder
 
build() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
Creates the actual policy.
build() - 类 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.OnCheckpointRollingPolicy
 
builder() - 类 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
 
builder() - 类 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
Creates a new DefaultRollingPolicy.PolicyBuilder that is used to configure and build an instance of DefaultRollingPolicy.
BulkBucketWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
A factory that creates BulkPartWriters.
BulkBucketWriter(RecoverableWriter, BulkWriter.Factory<IN>) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.BulkBucketWriter
 

C

CheckpointRollingPolicy<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies中的类
An abstract RollingPolicy which rolls on every checkpoint.
CheckpointRollingPolicy() - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy
 
CheckpointRollingPolicy.PolicyBuilder<IN,BucketID,T extends CheckpointRollingPolicy.PolicyBuilder<IN,BucketID,T>> - org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies中的类
The base abstract builder class for CheckpointRollingPolicy.
cleanupInProgressFileRecoverable(InProgressFileWriter.InProgressFileRecoverable) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
Frees up any resources that were previously occupied in order to be able to recover from a (potential) failure.
closeForCommit() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter
Closes the writer and gets the InProgressFileWriter.PendingFileRecoverable of the written compacting file.
closeForCommit() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter
 
closeForCommit() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 
commit() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter.PendingFile
Commits the pending file, making it visible.
commitAfterRecovery() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter.PendingFile
Commits the pending file, making it visible.
CompactingFileWriter - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The file sink compactors use the CompactingFileWriter to write a compacting file.
CompactingFileWriter.Type - org.apache.flink.streaming.api.functions.sink.filesystem中的枚举
Enum defining the types of CompactingFileWriter.
create() - 类 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
已过时。
currentProcessingTime() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner.Context
Returns the current processing time.
currentWatermark() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner.Context
Returns the current event-time watermark.

D

DateTimeBucketAssigner<IN> - org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners中的类
A BucketAssigner that assigns to buckets based on current system time.
DateTimeBucketAssigner() - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
Creates a new DateTimeBucketAssigner with format string "yyyy-MM-dd--HH".
DateTimeBucketAssigner(String) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
Creates a new DateTimeBucketAssigner with the given date/time format string.
DateTimeBucketAssigner(ZoneId) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
Creates a new DateTimeBucketAssigner with format string "yyyy-MM-dd--HH" using the given timezone.
DateTimeBucketAssigner(String, ZoneId) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
Creates a new DateTimeBucketAssigner with the given date/time format string using the given timezone.
DefaultRollingPolicy<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies中的类
The default implementation of the RollingPolicy.
DefaultRollingPolicy.PolicyBuilder - org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies中的类
A helper class that holds the configuration properties for the DefaultRollingPolicy.
deserialize(int, byte[]) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.SimpleVersionedStringSerializer
 
deserialize(int, byte[]) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableSerializer
 
deserialize(int, byte[]) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer
 
dispose() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter
Dispose the part file.
dispose() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 

E

ensureWriteType(CompactingFileWriter.Type) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 
equals(Object) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
 
equals(Object) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
 

G

getBucketId() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
 
getBucketId(IN, BucketAssigner.Context) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner
Returns the identifier of the bucket the provided element should be put into.
getBucketId(T, BucketAssigner.Context) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.BasePathBucketAssigner
 
getBucketId(IN, BucketAssigner.Context) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
 
getBucketId() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.PartFileInfo
 
getCommitSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer
 
getCreationTime() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
 
getCreationTime() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.PartFileInfo
 
getInactivityInterval() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
Returns time duration of allowed inactivity after which a part file will have to roll.
getInProgressFileRecoverableSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.WriterProperties
 
getLastUpdateTime() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
 
getLastUpdateTime() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.PartFileInfo
 
getMaxPartSize() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
Returns the maximum part file size before rolling.
getPartPrefix() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
The prefix for the part name.
getPartSuffix() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
The suffix for the part name.
getPath() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter.PendingFileRecoverable
 
getPath() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
 
getPath() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
 
getPendingFileRecoverableSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.WriterProperties
 
getProperties() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
 
getResumeSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableSerializer
 
getRolloverInterval() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
Returns the maximum time duration a part file can stay open before rolling.
getSerializer() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner
 
getSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.BasePathBucketAssigner
 
getSerializer() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
 
getSize() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter.PendingFileRecoverable
 
getSize() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 
getSize() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
 
getSize() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
 
getSize() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.PartFileInfo
 
getVersion() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.SimpleVersionedStringSerializer
 
getVersion() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableSerializer
 
getVersion() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer
 

H

hashCode() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
 
hashCode() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
 

I

InProgressFileWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The Bucket uses the InProgressFileWriter to write element to a part file.
InProgressFileWriter.InProgressFileRecoverable - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
A handle can be used to recover in-progress file..
InProgressFileWriter.PendingFileRecoverable - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The handle can be used to recover pending file.
INSTANCE - 类 中的静态变量org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.SimpleVersionedStringSerializer
 

M

markWrite(long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
 

O

OnCheckpointRollingPolicy<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies中的类
A RollingPolicy which rolls (ONLY) on every checkpoint.
openNew(BucketID, RecoverableFsDataOutputStream, Path, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BulkBucketWriter
 
openNew(BucketID, RecoverableFsDataOutputStream, Path, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RowWiseBucketWriter
 
openNewCompactingFile(CompactingFileWriter.Type, BucketID, Path, long) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
Used to create a new CompactingFileWriter of the requesting type.
openNewInProgressFile(BucketID, Path, long) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
Used to create a new InProgressFileWriter.
org.apache.flink.streaming.api.functions.sink.filesystem - 程序包 org.apache.flink.streaming.api.functions.sink.filesystem
 
org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners - 程序包 org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners
 
org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies - 程序包 org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies
 
OutputFileConfig - org.apache.flink.streaming.api.functions.sink.filesystem中的类
Part file name configuration.
OutputFileConfig(String, String) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
Initiates the PartFileConfig with values passed as parameters.
OutputFileConfig.OutputFileConfigBuilder - org.apache.flink.streaming.api.functions.sink.filesystem中的类
A builder to create the part file configuration.
OutputStreamBasedCompactingFileWriter - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The compactors use the OutputStreamBasedCompactingFileWriter to directly write a compacting file as an OutputStream.
OutputStreamBasedInProgressFileRecoverable(RecoverableWriter.ResumeRecoverable) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
已过时。
OutputStreamBasedInProgressFileRecoverable(RecoverableWriter.ResumeRecoverable, Path) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
 
OutputStreamBasedPartFileWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
The base class for all the part file writer that use RecoverableFsDataOutputStream.
OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable - org.apache.flink.streaming.api.functions.sink.filesystem中的类
The InProgressFileRecoverable implementation for OutputStreamBasedBucketWriter.
OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableSerializer - org.apache.flink.streaming.api.functions.sink.filesystem中的类
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable - org.apache.flink.streaming.api.functions.sink.filesystem中的类
The PendingFileRecoverable implementation for OutputStreamBasedBucketWriter.
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer - org.apache.flink.streaming.api.functions.sink.filesystem中的类
OutputStreamBasedPendingFileRecoverable(RecoverableWriter.CommitRecoverable) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
已过时。
OutputStreamBasedPendingFileRecoverable(RecoverableWriter.CommitRecoverable, Path, long) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
 

P

PartFileInfo<BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
An interface exposing the information concerning the current (open) part file that is necessary to the RollingPolicy in order to determine if it should roll the part file or not.
persist() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter
 
persist() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter
 
PolicyBuilder() - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy.PolicyBuilder
 

R

RecordWiseCompactingFileWriter<IN> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The compactors use the RecordWiseCompactingFileWriter to write elements to a compacting file.
recoverPendingFile(InProgressFileWriter.PendingFileRecoverable) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
Recovers a pending file for finalizing and committing.
resumeFrom(BucketID, RecoverableFsDataOutputStream, Path, RecoverableWriter.ResumeRecoverable, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BulkBucketWriter
 
resumeFrom(BucketID, RecoverableFsDataOutputStream, Path, RecoverableWriter.ResumeRecoverable, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RowWiseBucketWriter
 
resumeInProgressFileFrom(BucketID, InProgressFileWriter.InProgressFileRecoverable, long) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
RollingPolicy<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的接口
The policy based on which a Bucket in the Filesystem Sink rolls its currently open part file and opens a new one.
RowWiseBucketWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
A factory that creates RowWisePartWriters.
RowWiseBucketWriter(RecoverableWriter, Encoder<IN>) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.RowWiseBucketWriter
 
RowWisePartWriter<IN,BucketID> - org.apache.flink.streaming.api.functions.sink.filesystem中的类
A InProgressFileWriter for row-wise formats that use an Encoder.
RowWisePartWriter(BucketID, Path, RecoverableFsDataOutputStream, Encoder<IN>, long) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.RowWisePartWriter
 

S

self() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy.PolicyBuilder
 
serialize(String) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.SimpleVersionedStringSerializer
 
serialize(InProgressFileWriter.InProgressFileRecoverable) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableSerializer
 
serialize(InProgressFileWriter.PendingFileRecoverable) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer
 
shouldRollOnCheckpoint(PartFileInfo<BucketID>) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy
 
shouldRollOnCheckpoint(PartFileInfo<BucketID>) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
 
shouldRollOnCheckpoint(PartFileInfo<BucketID>) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy
Determines if the in-progress part file for a bucket should roll on every checkpoint.
shouldRollOnEvent(PartFileInfo<BucketID>, IN) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy
 
shouldRollOnEvent(PartFileInfo<BucketID>, IN) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
 
shouldRollOnEvent(PartFileInfo<BucketID>, IN) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.OnCheckpointRollingPolicy
 
shouldRollOnEvent(PartFileInfo<BucketID>, IN) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy
Determines if the in-progress part file for a bucket should roll based on its current state, e.g. its size.
shouldRollOnProcessingTime(PartFileInfo<BucketID>, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy
 
shouldRollOnProcessingTime(PartFileInfo<BucketID>, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy
 
shouldRollOnProcessingTime(PartFileInfo<BucketID>, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.OnCheckpointRollingPolicy
 
shouldRollOnProcessingTime(PartFileInfo<BucketID>, long) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy
Determines if the in-progress part file for a bucket should roll based on a time condition.
SimpleVersionedStringSerializer - org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners中的类
A SimpleVersionedSerializer implementation for Strings.
supportsResume() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.WriterProperties
 

T

timestamp() - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner.Context
Returns the timestamp of the current input record or null if the element does not have an assigned timestamp.
toString() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.BasePathBucketAssigner
 
toString() - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners.DateTimeBucketAssigner
 

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter.Type
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

withInactivityInterval(long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
已过时。
withInactivityInterval(Duration) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
Sets the interval of allowed inactivity after which a part file will have to roll.
withMaxPartSize(MemorySize) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
Sets the part size above which a part file will have to roll.
withMaxPartSize(long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
已过时。
withPartPrefix(String) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig.OutputFileConfigBuilder
 
withPartSuffix(String) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig.OutputFileConfigBuilder
 
withRolloverInterval(long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
已过时。
withRolloverInterval(Duration) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
Sets the max time a part file can stay open before having to roll.
write(IN, long) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter
Write an element to the part file.
write(IN) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter
 
write(IN) - 接口 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RecordWiseCompactingFileWriter
Write an element to the compacting file.
write(IN, long) - 类 中的方法org.apache.flink.streaming.api.functions.sink.filesystem.RowWisePartWriter
 
WriterProperties - org.apache.flink.streaming.api.functions.sink.filesystem中的类
This class describes the property of the BucketWriter.
WriterProperties(SimpleVersionedSerializer<InProgressFileWriter.InProgressFileRecoverable>, SimpleVersionedSerializer<InProgressFileWriter.PendingFileRecoverable>, boolean) - 类 的构造器org.apache.flink.streaming.api.functions.sink.filesystem.WriterProperties
 
A B C D E G H I M O P R S T V W 
跳过导航链接

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