HBASE-18733 [compat 1-2] Hide WALKey
This commit is contained in:
parent
c75bb7424e
commit
41ff7d4c6b
|
@ -61,7 +61,7 @@ import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
|
||||||
*/
|
*/
|
||||||
// TODO: Key and WALEdit are never used separately, or in one-to-many relation, for practical
|
// TODO: Key and WALEdit are never used separately, or in one-to-many relation, for practical
|
||||||
// purposes. They need to be merged into WALEntry.
|
// purposes. They need to be merged into WALEntry.
|
||||||
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
|
@InterfaceAudience.Private
|
||||||
public class WALKey implements SequenceId, Comparable<WALKey> {
|
public class WALKey implements SequenceId, Comparable<WALKey> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -644,4 +644,4 @@ public class WALKey implements SequenceId, Comparable<WALKey> {
|
||||||
}
|
}
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue