Packages

c

org.apache.spark.streaming.util

WriteAheadLogRecordHandle

abstract class WriteAheadLogRecordHandle extends Serializable

Developer API

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 implementation of the WriteAheadLog class.

Annotations
@DeveloperApi()
Source
WriteAheadLogRecordHandle.java
See also

org.apache.spark.streaming.util.WriteAheadLog

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteAheadLogRecordHandle
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WriteAheadLogRecordHandle()