Class SinkStagingContext
- java.lang.Object
-
- org.apache.flink.table.connector.sink.SinkStagingContext
-
- All Implemented Interfaces:
SupportsStaging.StagingContext
@Internal public class SinkStagingContext extends Object implements SupportsStaging.StagingContext
Implementation ofSupportsStaging.StagingContext.
-
-
Constructor Summary
Constructors Constructor Description SinkStagingContext(SupportsStaging.StagingPurpose stagingPurpose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportsStaging.StagingPurposegetStagingPurpose()
-
-
-
Constructor Detail
-
SinkStagingContext
public SinkStagingContext(SupportsStaging.StagingPurpose stagingPurpose)
-
-
Method Detail
-
getStagingPurpose
public SupportsStaging.StagingPurpose getStagingPurpose()
- Specified by:
getStagingPurposein interfaceSupportsStaging.StagingContext
-
-