Class WALKeyImpl

java.lang.Object
org.apache.hadoop.hbase.wal.WALKeyImpl
All Implemented Interfaces:
Comparable<WALKey>, SequenceId, WALKey

@LimitedPrivate("Replication") public class WALKeyImpl extends Object implements WALKey
Default implementation of Key for an Entry in the WAL. For internal use only though Replication needs to have access. The log intermingles edits to many tables and rows, so each log entry identifies the appropriate table and row. Within a table and row, they're also sorted.

Some Transactional edits (START, COMMIT, ABORT) will not have an associated row.