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
|
||||
// purposes. They need to be merged into WALEntry.
|
||||
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
|
||||
@InterfaceAudience.Private
|
||||
public class WALKey implements SequenceId, Comparable<WALKey> {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue