Package org.apache.spark.streaming.util

Class Summary
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 that they can be recovered after driver failures.
WriteAheadLogRecordHandle This abstract class represents a handle that refers to a record written in a WriteAheadLog.