public static class WAL.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private WALEdit |
edit |
private WALKeyImpl |
key |
Constructor and Description |
---|
Entry() |
Entry(WALKeyImpl key,
WALEdit edit)
Constructor for both params
|
Modifier and Type | Method and Description |
---|---|
WALEdit |
getEdit()
Gets the edit n
|
WALKeyImpl |
getKey()
Gets the key n
|
void |
setCompressionContext(CompressionContext compressionContext)
Deprecated.
deparcated since hbase 2.1.0
|
String |
toString() |
private final WALKeyImpl key
public Entry()
public Entry(WALKeyImpl key, WALEdit edit)
edit
- log's editkey
- log's keypublic WALKeyImpl getKey()
@Deprecated public void setCompressionContext(CompressionContext compressionContext)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.