| Constructor and Description |
|---|
Entry() |
Entry(WALKeyImpl key,
WALEdit edit)
Constructor for both params
|
| Modifier and Type | Method and Description |
|---|---|
WALEdit |
getEdit()
Gets the edit
|
WALKeyImpl |
getKey()
Gets the key
|
void |
setCompressionContext(CompressionContext compressionContext)
Set compression context for this entry.
|
String |
toString() |
public Entry()
public Entry(WALKeyImpl key, WALEdit edit)
edit - log's editkey - log's keypublic WALEdit getEdit()
public WALKeyImpl getKey()
public void setCompressionContext(CompressionContext compressionContext)
compressionContext - Compression contextCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.