Create an input stream that receives messages pushed by a zeromq publisher.
Create an input stream that receives messages pushed by a zeromq publisher.
JavaStreamingContext object
Url of remote zeromq publisher
Topic to subscribe to
A zeroMQ stream publishes sequence of frames for each topic and each frame has sequence of byte thus it needs the converter(which might be deserializer of bytes) to translate from sequence of sequence of bytes, where sequence refer to a frame and sub sequence refer to its payload.
Create an input stream that receives messages pushed by a zeromq publisher.
Create an input stream that receives messages pushed by a zeromq publisher.
JavaStreamingContext object
Url of remote zeromq publisher
Topic to subscribe to
A zeroMQ stream publishes sequence of frames for each topic and each frame has sequence of byte thus it needs the converter(which might be deserializer of bytes) to translate from sequence of sequence of bytes, where sequence refer to a frame and sub sequence refer to its payload.
RDD storage level.
Create an input stream that receives messages pushed by a zeromq publisher.
Create an input stream that receives messages pushed by a zeromq publisher.
JavaStreamingContext object
Url of remote ZeroMQ publisher
Topic to subscribe to
A zeroMQ stream publishes sequence of frames for each topic and each frame has sequence of byte thus it needs the converter(which might be deserializer of bytes) to translate from sequence of sequence of bytes, where sequence refer to a frame and sub sequence refer to its payload.
Storage level to use for storing the received objects
Create an input stream that receives messages pushed by a zeromq publisher.
Create an input stream that receives messages pushed by a zeromq publisher.
StreamingContext object
Url of remote zeromq publisher
Topic to subscribe to
A zeroMQ stream publishes sequence of frames for each topic and each frame has sequence of byte thus it needs the converter (which might be deserializer of bytes) to translate from sequence of sequence of bytes, where sequence refer to a frame and sub sequence refer to its payload.
RDD storage level. Defaults to StorageLevel.MEMORY_AND_DISK_SER_2.