| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.filemerging |
| Modifier and Type | Field and Description |
|---|---|
protected PhysicalFilePool.Type |
FileMergingSnapshotManagerBase.filePoolType
Type of physical file pool.
|
| Modifier and Type | Method and Description |
|---|---|
static PhysicalFilePool.Type |
PhysicalFilePool.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalFilePool.Type[] |
PhysicalFilePool.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileMergingSnapshotManagerBuilder |
FileMergingSnapshotManagerBuilder.setFilePoolType(PhysicalFilePool.Type filePoolType)
Set the type of physical file pool.
|
| Constructor and Description |
|---|
AcrossCheckpointFileMergingSnapshotManager(String id,
long maxFileSize,
PhysicalFilePool.Type filePoolType,
float maxSpaceAmplification,
Executor ioExecutor,
org.apache.flink.metrics.MetricGroup metricGroup) |
FileMergingSnapshotManagerBase(String id,
long maxFileSize,
PhysicalFilePool.Type filePoolType,
float maxSpaceAmplification,
Executor ioExecutor,
org.apache.flink.metrics.MetricGroup parentMetricGroup) |
WithinCheckpointFileMergingSnapshotManager(String id,
long maxFileSize,
PhysicalFilePool.Type filePoolType,
float maxSpaceAmplification,
Executor ioExecutor,
org.apache.flink.metrics.MetricGroup metricGroup) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.