public class FileMergingSnapshotManagerBuilder extends Object
FileMergingSnapshotManager
.Constructor and Description |
---|
FileMergingSnapshotManagerBuilder(String id)
Initialize the builder.
|
Modifier and Type | Method and Description |
---|---|
FileMergingSnapshotManager |
build()
Create file-merging snapshot manager based on configuration.
|
FileMergingSnapshotManagerBuilder |
setIOExecutor(Executor ioExecutor)
Set the executor for io operation in manager.
|
public FileMergingSnapshotManagerBuilder(String id)
id
- the id of the manager.public FileMergingSnapshotManagerBuilder setIOExecutor(@Nullable Executor ioExecutor)
public FileMergingSnapshotManager build()
TODO (FLINK-32072): Create manager during the initialization of task manager services.
TODO (FLINK-32074): Support another type of FileMergingSnapshotManager that merges files across different checkpoints.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.