org.apache.spark.streaming.util
Class WriteAheadLogRecordHandle

Object
  extended by org.apache.spark.streaming.util.WriteAheadLogRecordHandle
All Implemented Interfaces:
java.io.Serializable

public abstract class WriteAheadLogRecordHandle
extends Object
implements java.io.Serializable

This abstract class represents a handle that refers to a record written in a WriteAheadLog. It must contain all the information necessary for the record to be read and returned by an implemenation of the WriteAheadLog class.

See Also:
WriteAheadLog, Serialized Form

Constructor Summary
WriteAheadLogRecordHandle()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteAheadLogRecordHandle

public WriteAheadLogRecordHandle()