| Class and Description |
|---|
| AbstractPartFileWriter
An abstract writer for the currently open part file in a specific
Bucket. |
| BucketAssigner.Context
Context that the
BucketAssigner can use for getting additional data about an input
record. |
| BucketWriter
An interface for factories that create the different
writers. |
| BucketWriter.PendingFile
This represents the file that can not write any data to.
|
| InProgressFileWriter
The
Bucket uses the InProgressFileWriter to write element to a part file. |
| InProgressFileWriter.InProgressFileRecoverable
A handle can be used to recover in-progress file..
|
| InProgressFileWriter.PendingFileRecoverable
The handle can be used to recover pending file.
|
| OutputFileConfig
Part file name configuration.
|
| OutputFileConfig.OutputFileConfigBuilder
A builder to create the part file configuration.
|
| PartFileInfo
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. |
| WriterProperties
This class describes the property of the
BucketWriter. |
| Class and Description |
|---|
| BucketAssigner
A BucketAssigner is used with a file sink to determine the bucket each incoming element should be
put into.
|
| BucketAssigner.Context
Context that the
BucketAssigner can use for getting additional data about an input
record. |
| Class and Description |
|---|
| PartFileInfo
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. |
| RollingPolicy
The policy based on which a
Bucket in the Filesystem Sink rolls its currently
open part file and opens a new one. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.