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
ConstructorsConstructorDescriptionStreamLayerTableSink(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 TypeMethodDescriptionstatic org.apache.flink.table.connector.sink.DynamicTableSinkapply(HRN hrn, PartitionSchema schema, org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory) org.apache.flink.table.connector.sink.DynamicTableSinkcopy()org.apache.flink.table.types.DataTypedataType()org.apache.flink.table.connector.ChangelogModegetChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode) org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvidergetSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
-
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:
copyin interfaceorg.apache.flink.table.connector.sink.DynamicTableSink
-
asSummaryString
- Specified by:
asSummaryStringin interfaceorg.apache.flink.table.connector.sink.DynamicTableSink
-
getChangelogMode
public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode) - Specified by:
getChangelogModein interfaceorg.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:
getSinkRuntimeProviderin interfaceorg.apache.flink.table.connector.sink.DynamicTableSink
-