Uses of Enum
org.apache.flink.table.connector.sink.abilities.SupportsStaging.StagingPurpose
Packages that use SupportsStaging.StagingPurpose
Package
Description
-
Uses of SupportsStaging.StagingPurpose in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink that return SupportsStaging.StagingPurposeConstructors in org.apache.flink.table.connector.sink with parameters of type SupportsStaging.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.StagingPurposeModifier and TypeMethodDescriptionSupportsStaging.StagingContext.getStagingPurpose()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.