Uses of Class
org.apache.flink.table.connector.sink.abilities.SupportsStaging.StagingPurpose
-
Packages that use SupportsStaging.StagingPurpose Package Description org.apache.flink.table.connector.sink org.apache.flink.table.connector.sink.abilities -
-
Uses of SupportsStaging.StagingPurpose in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink that return SupportsStaging.StagingPurpose Modifier and Type Method Description SupportsStaging.StagingPurposeSinkStagingContext. getStagingPurpose()Constructors in org.apache.flink.table.connector.sink with parameters of type SupportsStaging.StagingPurpose Constructor Description SinkStagingContext(SupportsStaging.StagingPurpose stagingPurpose) -
Uses of SupportsStaging.StagingPurpose in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsStaging.StagingPurpose Modifier and Type Method Description SupportsStaging.StagingPurposeSupportsStaging.StagingContext. getStagingPurpose()static SupportsStaging.StagingPurposeSupportsStaging.StagingPurpose. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportsStaging.StagingPurpose[]SupportsStaging.StagingPurpose. values()Returns an array containing the constants of this enum type, in the order they are declared.
-