@Internal public class AsyncDynamicTableSinkFactory.AsyncDynamicSinkContext extends Object
AsyncDynamicTableSinkFactory
to create
AsyncDynamicTableSink
.Constructor and Description |
---|
AsyncDynamicSinkContext(AsyncDynamicTableSinkFactory factory,
DynamicTableFactory.Context context) |
Modifier and Type | Method and Description |
---|---|
EncodingFormat<SerializationSchema<RowData>> |
getEncodingFormat() |
FactoryUtil.TableFactoryHelper |
getFactoryHelper() |
List<String> |
getPartitionKeys() |
DataType |
getPhysicalDataType() |
Map<String,String> |
getResolvedOptions() |
ReadableConfig |
getTableOptions() |
boolean |
isPartitioned() |
public AsyncDynamicSinkContext(AsyncDynamicTableSinkFactory factory, DynamicTableFactory.Context context)
public ReadableConfig getTableOptions()
public DataType getPhysicalDataType()
public FactoryUtil.TableFactoryHelper getFactoryHelper()
public EncodingFormat<SerializationSchema<RowData>> getEncodingFormat()
public boolean isPartitioned()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.