Package org.apache.hadoop.hbase.wal
Class WAL.Entry
java.lang.Object
org.apache.hadoop.hbase.wal.WAL.Entry
- Direct Known Subclasses:
FSWALEntry
- Enclosing interface:
- WAL
Utility class that lets us keep track of the edit with it's key.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEdit()
Gets the editgetKey()
Gets the keyvoid
setCompressionContext
(CompressionContext compressionContext) Deprecated.deparcated since hbase 2.1.0toString()
-
Field Details
-
edit
-
key
-
-
Constructor Details
-
Entry
public Entry() -
Entry
Constructor for both params- Parameters:
edit
- log's editkey
- log's key
-
-
Method Details