@PublicEvolving public abstract class ConnectorSource<OUT> extends RichParallelSourceFunction<OUT> implements org.apache.flink.api.java.typeutils.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 |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> |
getProducedType() |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, runprotected DeserializationSchema<OUT> schema
public ConnectorSource(DeserializationSchema<OUT> schema)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.