JavaScript is disabled on your browser.
java.lang.Object
co.cask.cdap.etl.api.streaming.StreamingSource<T>
co.cask.hydrator.plugin.spark.ReferenceStreamingSource<T>
Type Parameters: T - type of object read by the source.
All Implemented Interfaces:
co.cask.cdap.etl.api.PipelineConfigurable, Serializable
Direct Known Subclasses:
FileStreamingSource , TwitterStreamingSource
public abstract class ReferenceStreamingSource<T>
extends co.cask.cdap.etl.api.streaming.StreamingSource<T>
Base streaming source that adds an External Dataset for a reference name, and performs a single getDataset()
call to make sure CDAP records that it was accessed.
See Also: Serialized Form
Field Summary
Fields inherited from class co.cask.cdap.etl.api.streaming.StreamingSource
PLUGIN_TYPE
Method Summary
Methods
Modifier and Type
Method and Description
void
configurePipeline (co.cask.cdap.etl.api.PipelineConfigurer pipelineConfigurer)
Methods inherited from class co.cask.cdap.etl.api.streaming.StreamingSource
getStream
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0 .