public class TransformedDStream<U> extends DStream<U>
Constructor and Description |
---|
TransformedDStream(scala.collection.Seq<DStream<?>> parents,
scala.Function2<scala.collection.Seq<RDD<?>>,Time,RDD<U>> transformFunc,
scala.reflect.ClassTag<U> evidence$1) |
Modifier and Type | Method and Description |
---|---|
scala.Option<RDD<U>> |
compute(Time validTime)
Method that generates a RDD for the given time
|
scala.collection.immutable.List<DStream<?>> |
dependencies()
List of parent DStreams on which this DStream depends on
|
Duration |
slideDuration()
Time interval after which the DStream generates a RDD
|
cache, checkpoint, checkpointData, checkpointDuration, clearCheckpointData, clearMetadata, context, count, countByValue, countByValueAndWindow, countByWindow, creationSite, filter, flatMap, foreach, foreach, foreachRDD, foreachRDD, generatedRDDs, generateJob, getCreationSite, getOrCompute, glom, graph, initialize, isInitialized, isTimeValid, map, mapPartitions, mustCheckpoint, parentRememberDuration, persist, persist, print, reduce, reduceByWindow, reduceByWindow, register, remember, rememberDuration, repartition, restoreCheckpointData, saveAsObjectFiles, saveAsTextFiles, setContext, setGraph, slice, slice, ssc, storageLevel, transform, transform, transformWith, transformWith, union, updateCheckpointData, validate, window, window, zeroTime
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public scala.collection.immutable.List<DStream<?>> dependencies()
DStream
dependencies
in class DStream<U>
public Duration slideDuration()
DStream
slideDuration
in class DStream<U>