public static class WAL.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private WALEdit |
edit |
private WALKey |
key |
Constructor and Description |
---|
WAL.Entry() |
WAL.Entry(WALKey key,
WALEdit edit)
Constructor for both params
|
Modifier and Type | Method and Description |
---|---|
WALEdit |
getEdit()
Gets the edit
|
WALKey |
getKey()
Gets the key
|
void |
setCompressionContext(CompressionContext compressionContext)
Set compression context for this entry.
|
String |
toString() |
public WALEdit getEdit()
public WALKey getKey()
public void setCompressionContext(CompressionContext compressionContext)
compressionContext
- Compression contextCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.