Class StreamLayerTableSink

java.lang.Object
com.here.platform.data.client.flink.impl.StreamLayerTableSink
All Implemented Interfaces:
org.apache.flink.table.connector.sink.DynamicTableSink

public class StreamLayerTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.table.connector.sink.DynamicTableSink

    org.apache.flink.table.connector.sink.DynamicTableSink.Context, org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter, org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
    StreamLayerTableSink(HRN hrn, PartitionSchema schema, org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.flink.table.connector.sink.DynamicTableSink
    apply(HRN hrn, PartitionSchema schema, org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory)
     
     
    org.apache.flink.table.connector.sink.DynamicTableSink
     
    org.apache.flink.table.types.DataType
     
    org.apache.flink.table.connector.ChangelogMode
    getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
     
    org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider
    getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StreamLayerTableSink

      public StreamLayerTableSink(HRN hrn, PartitionSchema schema, org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory, scala.Option<com.here.platform.data.client.engine.scaladsl.WriteEngine> writeEngine)
  • Method Details

    • apply

      public static org.apache.flink.table.connector.sink.DynamicTableSink apply(HRN hrn, PartitionSchema schema, org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory)
    • dataType

      public org.apache.flink.table.types.DataType dataType()
    • copy

      public org.apache.flink.table.connector.sink.DynamicTableSink copy()
      Specified by:
      copy in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • asSummaryString

      public String asSummaryString()
      Specified by:
      asSummaryString in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • getChangelogMode

      public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
      Specified by:
      getChangelogMode in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • getSinkRuntimeProvider

      public org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
      Specified by:
      getSinkRuntimeProvider in interface org.apache.flink.table.connector.sink.DynamicTableSink