HBASE-9442 HLogKey(walKey) constructor needs to be removed (Roman Shaposhnik)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1520450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efffa5714e
commit
67dc0b1631
|
@ -159,14 +159,6 @@ public class HLogKey implements WritableComparable<HLogKey> {
|
|||
this.tablename = tablename;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create HLogKey wrapper around protobuf WAL key; takes care of compression.
|
||||
* @throws IOException Never, as the compression is not enabled.
|
||||
*/
|
||||
public HLogKey(WALKey walKey) throws IOException {
|
||||
readFieldsFromPb(walKey, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param compressionContext Compression context to use
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue