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)
Deprecated.
deparcated since hbase 2.1.0
|
String |
toString() |
public Entry()
public Entry(WALKeyImpl key, WALEdit edit)
edit
- log's editkey
- log's keypublic WALEdit getEdit()
public WALKeyImpl getKey()
@Deprecated public void setCompressionContext(CompressionContext compressionContext)
compressionContext
- Compression contextCopyright © 2007–2019 Cloudera. All rights reserved.