| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.fs |
| 限定符和类型 | 方法和说明 |
|---|---|
RollingSink<T> |
RollingSink.disableCleanupOnOpen()
已过时。
This option is deprecated and remains only for backwards compatibility.
We do not clean up lingering files anymore.
|
RollingSink<T> |
RollingSink.setAsyncTimeout(long timeout)
已过时。
Sets the default timeout for asynchronous operations such as recoverLease and truncate.
|
RollingSink<T> |
RollingSink.setBatchSize(long batchSize)
已过时。
Sets the maximum bucket size in bytes.
|
RollingSink<T> |
RollingSink.setBucketer(Bucketer bucketer)
已过时。
Sets the
Bucketer to use for determining the bucket files to write to. |
RollingSink<T> |
RollingSink.setFSConfig(org.apache.flink.configuration.Configuration config)
已过时。
Specify a custom
Configuration that will be used when creating
the FileSystem for writing. |
RollingSink<T> |
RollingSink.setFSConfig(org.apache.hadoop.conf.Configuration config)
已过时。
Specify a custom
Configuration that will be used when creating
the FileSystem for writing. |
RollingSink<T> |
RollingSink.setInProgressPrefix(String inProgressPrefix)
已过时。
Sets the prefix of in-progress part files.
|
RollingSink<T> |
RollingSink.setInProgressSuffix(String inProgressSuffix)
已过时。
Sets the suffix of in-progress part files.
|
RollingSink<T> |
RollingSink.setPartPrefix(String partPrefix)
已过时。
Sets the prefix of part files.
|
RollingSink<T> |
RollingSink.setPendingPrefix(String pendingPrefix)
已过时。
Sets the prefix of pending part files.
|
RollingSink<T> |
RollingSink.setPendingSuffix(String pendingSuffix)
已过时。
Sets the suffix of pending part files.
|
RollingSink<T> |
RollingSink.setValidLengthPrefix(String validLengthPrefix)
已过时。
Sets the prefix of valid-length files.
|
RollingSink<T> |
RollingSink.setValidLengthSuffix(String validLengthSuffix)
已过时。
Sets the suffix of valid-length files.
|
RollingSink<T> |
RollingSink.setWriter(Writer<T> writer)
已过时。
Sets the
Writer to be used for writing the incoming elements to bucket files. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.