T - The return type of the TableSinkBase.TableSink interface. Implement
DynamicTableSink directly instead.@Deprecated @Internal public abstract class TableSinkBase<T> extends Object implements TableSink<T>
TableSink.| Constructor and Description |
|---|
TableSinkBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TableSink<T> |
configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Deprecated.
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
protected abstract TableSinkBase<T> |
copy()
Deprecated.
Returns a deep copy of the
TableSink. |
String[] |
getFieldNames()
Deprecated.
Returns the field names of the table to emit.
|
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] |
getFieldTypes()
Deprecated.
Returns the field types of the table to emit.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConsumedDataType, getOutputType, getTableSchemaprotected abstract TableSinkBase<T> copy()
TableSink.public String[] getFieldNames()
getFieldNames in interface TableSink<T>public org.apache.flink.api.common.typeinfo.TypeInformation<?>[] getFieldTypes()
getFieldTypes in interface TableSink<T>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.