private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionString formatString
long DEFAULT_BATCH_SIZE
384 MB).String DEFAULT_IN_PROGRESS_SUFFIX
String DEFAULT_IN_PROGRESS_PREFIX
String DEFAULT_PENDING_SUFFIX
String DEFAULT_PENDING_PREFIX
String DEFAULT_VALID_SUFFIX
String DEFAULT_VALID_PREFIX
String DEFAULT_PART_REFIX
long DEFAULT_ASYNC_TIMEOUT_MS
String basePath
Path that stores all bucket directories.Bucketer bucketer
Bucketer that is used to determine the path of bucket directories.Writer<T> writerTemplate
Writer<T> writer
long batchSize
String inProgressSuffix
String inProgressPrefix
String pendingSuffix
String pendingPrefix
String validLengthSuffix
String validLengthPrefix
String partPrefix
long asyncTimeout
org.apache.flink.configuration.Configuration fsConfig
String currentFile
long currentFileValidLength
List<E> pendingFiles
Map<K,V> pendingFilesPerCheckpoint
String charsetName
long DEFAULT_BATCH_SIZE
384 MB).long DEFAULT_INACTIVE_BUCKET_CHECK_INTERVAL_MS
long DEFAULT_INACTIVE_BUCKET_THRESHOLD_MS
ms) for marking a bucket as inactive and
closing its part files. By default, {60 sec}.String DEFAULT_IN_PROGRESS_SUFFIX
in-progress part files. These are files we are
currently writing to, but which were not yet confirmed by a checkpoint.String DEFAULT_IN_PROGRESS_PREFIX
in-progress part files. These are files we are
currently writing to, but which were not yet confirmed by a checkpoint.String DEFAULT_PENDING_SUFFIX
pending part files. These are closed files that we are
not currently writing to (inactive or reached BucketingSink.batchSize), but which
were not yet confirmed by a checkpoint.String DEFAULT_PENDING_PREFIX
pending part files. These are closed files that we are
not currently writing to (inactive or reached BucketingSink.batchSize), but which
were not yet confirmed by a checkpoint.String DEFAULT_VALID_SUFFIX
truncate() is not supported by the used FileSystem, we create
a file along the part file with this suffix that contains the length up to which
the part file is valid.String DEFAULT_VALID_PREFIX
truncate() is not supported by the used FileSystem, we create
a file along the part file with this preffix that contains the length up to which
the part file is valid.String DEFAULT_PART_REFIX
long DEFAULT_ASYNC_TIMEOUT_MS
ms).String basePath
Path that stores all bucket directories.Bucketer<T> bucketer
Bucketer that is used to determine the path of bucket directories.Writer<T> writerTemplate
long batchSize
long inactiveBucketCheckInterval
long inactiveBucketThreshold
String inProgressSuffix
String inProgressPrefix
String pendingSuffix
String pendingPrefix
String validLengthSuffix
String validLengthPrefix
String partPrefix
long asyncTimeout
ms).org.apache.flink.configuration.Configuration fsConfig
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionString formatString
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.