@PublicEvolving public abstract class ConnectorSource<OUT> extends RichParallelSourceFunction<OUT> implements ResultTypeQueryable<OUT>
SourceFunction.SourceContext<T>
Modifier and Type | Field and Description |
---|---|
protected DeserializationSchema<OUT> |
schema |
Constructor and Description |
---|
ConnectorSource(DeserializationSchema<OUT> schema) |
Modifier and Type | Method and Description |
---|---|
TypeInformation<OUT> |
getProducedType()
Gets the data type (as a
TypeInformation ) produced by this function or input format. |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, run
protected DeserializationSchema<OUT> schema
public ConnectorSource(DeserializationSchema<OUT> schema)
public TypeInformation<OUT> getProducedType()
ResultTypeQueryable
TypeInformation
) produced by this function or input format.getProducedType
in interface ResultTypeQueryable<OUT>
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.