Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.streaming Classes and Interfaces - 56 results found.
NameDescriptionTypePackageFramework
ActorHelper A receiver trait to be mixed in with your Actor to gain access to the API for pushing received data into Spark Streaming for being processed.Interfaceorg.apache.spark.streaming.receiverApache Spark
ActorSupervisorStrategyClassorg.apache.spark.streaming.receiverApache Spark
BatchInfo Class having information on completed batches.Classorg.apache.spark.streaming.schedulerApache Spark
BrokerRepresents the host and port info for a Kafka broker.Classorg.apache.spark.streaming.kafkaApache Spark
ConstantInputDStreamAn input stream that always returns the same RDD on each timestep.Classorg.apache.spark.streaming.dstreamApache Spark
DStreamA Discretized Stream (DStream), the basic abstraction in Spark Streaming, is a continuous sequence of RDDs (of the same type) representing a continuous stream of data (seeClassorg.apache.spark.streaming.dstreamApache Spark
DurationClassorg.apache.spark.streamingApache Spark
DurationsClassorg.apache.spark.streamingApache Spark
FlumeUtilsClassorg.apache.spark.streaming.flumeApache Spark
HasOffsetRangesRepresents any object that has a collection of OffsetRanges.Interfaceorg.apache.spark.streaming.kafkaApache Spark
InputDStreamThis is the abstract base class for all input streams.Classorg.apache.spark.streaming.dstreamApache Spark
JavaDStreamA Java-friendly interface to DStream, the basic abstraction in Spark Streaming that represents a continuous stream of data.Classorg.apache.spark.streaming.api.javaApache Spark
JavaDStreamLikeInterfaceorg.apache.spark.streaming.api.javaApache Spark
JavaInputDStreamA Java-friendly interface to InputDStream.Classorg.apache.spark.streaming.api.javaApache Spark
JavaMapWithStateDStream DStream representing the stream of data generated by mapWithState operation on a JavaPairDStream.Classorg.apache.spark.streaming.api.javaApache Spark
JavaPairDStreamA Java-friendly interface to a DStream of key-value pairs, which provides extra methods like reduceByKey and join.Classorg.apache.spark.streaming.api.javaApache Spark
JavaPairInputDStreamA Java-friendly interface to InputDStream ofSee Also:Serialized FormClassorg.apache.spark.streaming.api.javaApache Spark
JavaPairReceiverInputDStreamA Java-friendly interface to ReceiverInputDStream, the abstract class for defining any input stream that receives data over the network.Classorg.apache.spark.streaming.api.javaApache Spark
JavaReceiverInputDStreamA Java-friendly interface to ReceiverInputDStream, the abstract class for defining any input stream that receives data over the network.Classorg.apache.spark.streaming.api.javaApache Spark
JavaStreamingContextA Java-friendly version of StreamingContext which is the main entry point for Spark Streaming functionality.Classorg.apache.spark.streaming.api.javaApache Spark
KafkaUtilsClassorg.apache.spark.streaming.kafkaApache Spark
KinesisUtilsClassorg.apache.spark.streaming.kinesisApache Spark
KinesisUtilsPythonHelperThis is a helper class that wraps the methods in KinesisUtils into more Python-friendly class and function so that it can be easily instantiated and called from Python's KinesisUtils.Classorg.apache.spark.streaming.kinesisApache Spark
MapWithStateDStream DStream representing the stream of data generated by mapWithState operation on a Additionally, it also gives access to the stream of state snapshots, that is, the state data ofClassorg.apache.spark.streaming.dstreamApache Spark
MillisecondsHelper object that creates instance of Duration representing a given number of milliseconds.Classorg.apache.spark.streamingApache Spark
MinutesHelper object that creates instance of Duration representing a given number of minutes.Classorg.apache.spark.streamingApache Spark
MQTTUtilsClassorg.apache.spark.streaming.mqttApache Spark
OffsetRangeRepresents a range of offsets from a single Kafka TopicAndPartition.Classorg.apache.spark.streaming.kafkaApache Spark
OutputOperationInfo Class having information on output operations.Classorg.apache.spark.streaming.schedulerApache Spark
PairDStreamFunctionsExtra functions available on DStream of (key, value) pairs through an implicit conversion.Classorg.apache.spark.streaming.dstreamApache Spark
Receiver Abstract class of a receiver that can be run on worker nodes to receive external data.Classorg.apache.spark.streaming.receiverApache Spark
ReceiverInfo Class having information about a receiverSee Also:Serialized FormClassorg.apache.spark.streaming.schedulerApache Spark
ReceiverInputDStreamAbstract class for defining any InputDStream that has to start a receiver on worker nodes to receive external data.Classorg.apache.spark.streaming.dstreamApache Spark
SecondsHelper object that creates instance of Duration representing a given number of seconds.Classorg.apache.spark.streamingApache Spark
SparkFlumeEventA wrapper class for AvroFlumeEvent's with a custom serialization format.Classorg.apache.spark.streaming.flumeApache Spark
State Abstract class for getting and updating the state in mapping function used in the mapWithState operation of a pair DStream (Scala)Classorg.apache.spark.streamingApache Spark
StateSpec Abstract class representing all the specifications of the DStream transformation mapWithState operation of aClassorg.apache.spark.streamingApache Spark
Statistics Statistics for querying the supervisor about state of workers.Classorg.apache.spark.streaming.receiverApache Spark
StatsReportListener A simple StreamingListener that logs summary statistics across Spark Streaming batches param: numBatchInfos Number of last batches to consider for generating statistics (default: 10)Classorg.apache.spark.streaming.schedulerApache Spark
StreamingContextMain entry point for Spark Streaming functionality.Classorg.apache.spark.streamingApache Spark
StreamingContextStateenum StreamingContextState Represents the state of a StreamingContext.Classorg.apache.spark.streamingApache Spark
StreamingListenerInterfaceorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerBatchCompletedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerBatchStartedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerBatchSubmittedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerOutputOperationCompletedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerOutputOperationStartedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerReceiverErrorClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerReceiverStartedClassorg.apache.spark.streaming.schedulerApache Spark
StreamingListenerReceiverStoppedClassorg.apache.spark.streaming.schedulerApache Spark
StreamInputInfo Track the information of input stream at specified batch time.Classorg.apache.spark.streaming.schedulerApache Spark
TimeThis is a simple class that represents an absolute instant of time.Classorg.apache.spark.streamingApache Spark
TwitterUtilsClassorg.apache.spark.streaming.twitterApache Spark
WriteAheadLog This abstract class represents a write ahead log (aka journal) that is used by Spark Streaming to save the received data (by receivers) and associated metadata to a reliable storage, so thatClassorg.apache.spark.streaming.utilApache Spark
WriteAheadLogRecordHandle This abstract class represents a handle that refers to a record written in a It must contain all the information necessary for the record to be read and returned byClassorg.apache.spark.streaming.utilApache Spark
ZeroMQUtilsClassorg.apache.spark.streaming.zeromqApache Spark