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

A

AvroKeyValue(GenericRecord) - 类 的构造器org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
Wraps a GenericRecord that is a key value pair.
AvroKeyValueSinkWriter<K,V> - org.apache.flink.streaming.connectors.fs中的类
Implementation of AvroKeyValue writer that can be used in Sink.
AvroKeyValueSinkWriter(Map<String, String>) - 类 的构造器org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
C'tor for the writer.
AvroKeyValueSinkWriter(AvroKeyValueSinkWriter<K, V>) - 类 的构造器org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
AvroKeyValueSinkWriter.AvroKeyValue<K,V> - org.apache.flink.streaming.connectors.fs中的类
A reusable Avro generic record for writing key/value pairs to the file.

B

BasePathBucketer<T> - org.apache.flink.streaming.connectors.fs.bucketing中的类
A Bucketer that does not perform any bucketing of files.
BasePathBucketer() - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.BasePathBucketer
 
Bucketer - org.apache.flink.streaming.connectors.fs中的接口
已过时。
use Bucketer instead.
Bucketer<T> - org.apache.flink.streaming.connectors.fs.bucketing中的接口
A bucketer is used with a BucketingSink to put emitted elements into rolling files.
BucketingSink<T> - org.apache.flink.streaming.connectors.fs.bucketing中的类
Sink that emits its input elements to FileSystem files within buckets.
BucketingSink(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Creates a new BucketingSink that writes files to the given base directory.
BucketState() - 类 的构造器org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
 

C

Clock - org.apache.flink.streaming.connectors.fs中的接口
A clock that can provide the current time.
close() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
close() - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
close() - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
close() - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
close() - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
close() - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Closes the Writer.
CONF_COMPRESS - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
CONF_COMPRESS_CODEC - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
CONF_DEFLATE_LEVEL - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
CONF_OUTPUT_KEY_SCHEMA - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
CONF_OUTPUT_VALUE_SCHEMA - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
CONF_XZ_LEVEL - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
createHadoopFileSystem(Path, Configuration) - 类 中的静态方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
currentFile - 类 中的变量org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
The file that was in-progress when the last checkpoint occurred.
currentFileValidLength - 类 中的变量org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
The valid length of the in-progress file at the time of the last checkpoint.
currentTimeMillis() - 接口 中的方法org.apache.flink.streaming.connectors.fs.Clock
Return the current system time in milliseconds.
currentTimeMillis() - 类 中的方法org.apache.flink.streaming.connectors.fs.SystemClock
 

D

DateTimeBucketer<T> - org.apache.flink.streaming.connectors.fs.bucketing中的类
A Bucketer that assigns to buckets based on current system time.
DateTimeBucketer() - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
Creates a new DateTimeBucketer with format string "yyyy-MM-dd--HH" using JVM's default timezone.
DateTimeBucketer(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
Creates a new DateTimeBucketer with the given date/time format string using JVM's default timezone.
DateTimeBucketer(ZoneId) - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
Creates a new DateTimeBucketer with format string "yyyy-MM-dd--HH" using the given timezone.
DateTimeBucketer(String, ZoneId) - 类 的构造器org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
Creates a new DateTimeBucketer with the given date/time format string using the given timezone.
DateTimeBucketer - org.apache.flink.streaming.connectors.fs中的类
已过时。
use DateTimeBucketer instead.
DateTimeBucketer() - 类 的构造器org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
Creates a new DateTimeBucketer with format string "yyyy-MM-dd--HH".
DateTimeBucketer(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
Creates a new DateTimeBucketer with the given date/time format string.
disableCleanupOnOpen() - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
已过时。
This option is deprecated and remains only for backwards compatibility. We do not clean up lingering files anymore.
disableCleanupOnOpen() - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
This option is deprecated and remains only for backwards compatibility. We do not clean up lingering files anymore.
duplicate() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
duplicate() - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
duplicate() - 类 中的方法org.apache.flink.streaming.connectors.fs.StringWriter
 
duplicate() - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Duplicates the Writer.

F

flush() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
flush() - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
flush() - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Flushes out any internally held data, and returns the offset that the file must be truncated to at recovery.

G

get() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
 
getBucketPath(Clock, Path, T) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BasePathBucketer
 
getBucketPath(Clock, Path, T) - 接口 中的方法org.apache.flink.streaming.connectors.fs.bucketing.Bucketer
Returns the Path of a bucket file.
getBucketPath(Clock, Path, T) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
 
getKey() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
 
getNextBucketPath(Path) - 接口 中的方法org.apache.flink.streaming.connectors.fs.Bucketer
已过时。
Returns the Path of a new bucket file.
getNextBucketPath(Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
 
getNextBucketPath(Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.NonRollingBucketer
已过时。
 
getPos() - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
getPos() - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Retrieves the current position, and thus size, of the output file.
getSchema(Schema, Schema) - 类 中的静态方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
Creates a KeyValuePair generic record schema.
getState() - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
getStream() - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
Returns the current output stream, if the stream is open.
getValue() - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
 

I

initializeState(FunctionInitializationContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
initializeState(FunctionInitializationContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
invoke(T) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
invoke(T) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
isSyncOnFlush() - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
 

K

KEY_FIELD - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
The name of the generic record field containing the key.
KEY_VALUE_PAIR_RECORD_NAME - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
The name of the key value pair generic record.
KEY_VALUE_PAIR_RECORD_NAMESPACE - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
The namespace of the key value pair generic record.

M

mKeyValueRecord - 类 中的变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
The key/value generic record wrapped by this class.

N

NonRollingBucketer - org.apache.flink.streaming.connectors.fs中的类
已过时。
use BasePathBucketer instead.
NonRollingBucketer() - 类 的构造器org.apache.flink.streaming.connectors.fs.NonRollingBucketer
已过时。
 
notifyCheckpointComplete(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
notifyCheckpointComplete(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 

O

onProcessingTime(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
open(FileSystem, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
open(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
open(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
open(FileSystem, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
open(FileSystem, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
open(FileSystem, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.StringWriter
 
open(FileSystem, Path) - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Initializes the Writer for a newly opened bucket file.
org.apache.flink.streaming.connectors.fs - 程序包 org.apache.flink.streaming.connectors.fs
 
org.apache.flink.streaming.connectors.fs.bucketing - 程序包 org.apache.flink.streaming.connectors.fs.bucketing
 

P

pendingFiles - 类 中的变量org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
Pending files that accumulated since the last checkpoint.
pendingFilesPerCheckpoint - 类 中的变量org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
When doing a checkpoint we move the pending files since the last checkpoint to this map with the id of the checkpoint.

R

RollingSink<T> - org.apache.flink.streaming.connectors.fs中的类
已过时。
use BucketingSink instead.
RollingSink(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Creates a new RollingSink that writes files to the given base directory.
RollingSink.BucketState - org.apache.flink.streaming.connectors.fs中的类
已过时。
This is used for keeping track of the current in-progress files and files that we mark for moving from pending to final location after we get a checkpoint-complete notification.

S

SequenceFileWriter<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> - org.apache.flink.streaming.connectors.fs中的类
A Writer that writes the bucket files as Hadoop SequenceFiles.
SequenceFileWriter() - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
Creates a new SequenceFileWriter that writes sequence files without compression.
SequenceFileWriter(String, SequenceFile.CompressionType) - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
Creates a new SequenceFileWriter that writes sequence with the given compression codec and compression type.
SequenceFileWriter(SequenceFileWriter<K, V>) - 类 的构造器org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
setAsyncTimeout(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
setAsyncTimeout(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
setBatchRolloverInterval(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the roll over interval in milliseconds.
setBatchSize(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the maximum bucket size in bytes.
setBatchSize(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the maximum bucket size in bytes.
setBucketer(Bucketer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the Bucketer to use for determining the bucket files to write to.
setBucketer(Bucketer) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the Bucketer to use for determining the bucket files to write to.
setClock(Clock) - 类 中的静态方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
This sets the internal Clock implementation.
setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Specify a custom Configuration that will be used when creating the FileSystem for writing.
setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Specify a custom Configuration that will be used when creating the FileSystem for writing.
setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Specify a custom Configuration that will be used when creating the FileSystem for writing.
setFSConfig(Configuration) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Specify a custom Configuration that will be used when creating the FileSystem for writing.
setInactiveBucketCheckInterval(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the default time between checks for inactive buckets.
setInactiveBucketThreshold(long) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the default threshold for marking a bucket as inactive and closing its part files.
setInProgressPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the prefix of in-progress part files.
setInProgressPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the prefix of in-progress part files.
setInProgressSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the suffix of in-progress part files.
setInProgressSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the suffix of in-progress part files.
setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
setInputType(TypeInformation<?>, ExecutionConfig) - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
setKey(K) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
 
setPartPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the prefix of part files.
setPartPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the prefix of part files.
setPartSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the prefix of part files.
setPendingPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the prefix of pending part files.
setPendingPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the prefix of pending part files.
setPendingSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the suffix of pending part files.
setPendingSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the suffix of pending part files.
setSyncOnFlush(boolean) - 类 中的方法org.apache.flink.streaming.connectors.fs.StreamWriterBase
Controls whether to sync FSDataOutputStream on flush.
setUseTruncate(boolean) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets whether to use FileSystem.truncate() to truncate written bucket files back to a consistent state in case of a restore from checkpoint.
setValidLengthPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the prefix of valid-length files.
setValidLengthPrefix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the prefix of valid-length files.
setValidLengthSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the suffix of valid-length files.
setValidLengthSuffix(String) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the suffix of valid-length files.
setValue(V) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
 
setWriter(Writer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
Sets the Writer to be used for writing the incoming elements to bucket files.
setWriter(Writer<T>) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
Sets the Writer to be used for writing the incoming elements to bucket files.
shouldStartNewBucket(Path, Path) - 接口 中的方法org.apache.flink.streaming.connectors.fs.Bucketer
已过时。
Returns true when a new bucket should be started.
shouldStartNewBucket(Path, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
 
shouldStartNewBucket(Path, Path) - 类 中的方法org.apache.flink.streaming.connectors.fs.NonRollingBucketer
已过时。
 
snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink
 
snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink
已过时。
 
StreamWriterBase<T> - org.apache.flink.streaming.connectors.fs中的类
Base class for Writers that write to a FSDataOutputStream.
StreamWriterBase() - 类 的构造器org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
StreamWriterBase(StreamWriterBase<T>) - 类 的构造器org.apache.flink.streaming.connectors.fs.StreamWriterBase
 
StringWriter<T> - org.apache.flink.streaming.connectors.fs中的类
A Writer that uses toString() on the input elements and writes them to the output bucket file separated by newline.
StringWriter() - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
Creates a new StringWriter that uses "UTF-8" charset to convert strings to bytes.
StringWriter(String) - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
Creates a new StringWriter that uses the given charset to convert strings to bytes.
StringWriter(StringWriter<T>) - 类 的构造器org.apache.flink.streaming.connectors.fs.StringWriter
 
SystemClock - org.apache.flink.streaming.connectors.fs中的类
A Clock that uses System.currentTimeMillis() to determine the system time.
SystemClock() - 类 的构造器org.apache.flink.streaming.connectors.fs.SystemClock
 

T

toString() - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.BasePathBucketer
 
toString() - 类 中的方法org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer
 
toString() - 类 中的方法org.apache.flink.streaming.connectors.fs.DateTimeBucketer
已过时。
 
toString() - 类 中的方法org.apache.flink.streaming.connectors.fs.NonRollingBucketer
已过时。
 
toString() - 类 中的方法org.apache.flink.streaming.connectors.fs.RollingSink.BucketState
已过时。
 

V

VALUE_FIELD - 类 中的静态变量org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter.AvroKeyValue
The name of the generic record field containing the value.

W

write(Tuple2<K, V>) - 类 中的方法org.apache.flink.streaming.connectors.fs.AvroKeyValueSinkWriter
 
write(Tuple2<K, V>) - 类 中的方法org.apache.flink.streaming.connectors.fs.SequenceFileWriter
 
write(T) - 类 中的方法org.apache.flink.streaming.connectors.fs.StringWriter
 
write(T) - 接口 中的方法org.apache.flink.streaming.connectors.fs.Writer
Writes one element to the bucket file.
Writer<T> - org.apache.flink.streaming.connectors.fs中的接口
An implementation of Writer is used in conjunction with a BucketingSink to perform the actual writing to the bucket files.
A B C D F G I K M N O P R S T V W 
跳过导航链接

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