java.lang.Object
org.apache.flink.table.planner.plan.abilities.sink.BucketingSpec
All Implemented Interfaces:
SinkAbilitySpec

public final class BucketingSpec extends Object implements SinkAbilitySpec
No properties. This only checks whether the interface is implemented again during deserialization
  • Constructor Details

    • BucketingSpec

      public BucketingSpec()
  • Method Details

    • apply

      public void apply(org.apache.flink.table.connector.sink.DynamicTableSink tableSink)
      Description copied from interface: SinkAbilitySpec
      Apply the ability to the given DynamicTableSink.
      Specified by:
      apply in interface SinkAbilitySpec
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object