Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.streaming.util Classes and Interfaces - 2 results found.
NameDescriptionTypePackageFramework
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