HBASE-14896 Resolve Javadoc warnings in WALKey and RegionMover
This commit is contained in:
parent
7979ac46cc
commit
a7673ed755
|
@ -104,8 +104,8 @@ public class RegionMover extends AbstractHBaseTool {
|
|||
}
|
||||
|
||||
/**
|
||||
* Builder for Region mover.Use the {@link #build()} method to create {@link #RegionMover(String)}
|
||||
* object Has {@link #filename(String)}, {@link #excludeFile(String)}, {@link #maxthreads(int)},
|
||||
* Builder for Region mover. Use the {@link #build()} method to create RegionMover object. Has
|
||||
* {@link #filename(String)}, {@link #excludeFile(String)}, {@link #maxthreads(int)},
|
||||
* {@link #ack(boolean)}, {@link #timeout(int)} methods to set the corresponding options
|
||||
*/
|
||||
public static class RegionMoverBuilder {
|
||||
|
|
|
@ -88,7 +88,7 @@ public class WALKey implements SequenceId, Comparable<WALKey> {
|
|||
* {@link MultiVersionConcurrencyControl#complete(MultiVersionConcurrencyControl.WriteEntry)}
|
||||
* or
|
||||
* {@link MultiVersionConcurrencyControl#complete(MultiVersionConcurrencyControl.WriteEntry)}
|
||||
* @see {@link #setWriteEntry(MultiVersionConcurrencyControl.WriteEntry)}
|
||||
* @see #setWriteEntry(MultiVersionConcurrencyControl.WriteEntry)
|
||||
*/
|
||||
@InterfaceAudience.Private // For internal use only.
|
||||
public MultiVersionConcurrencyControl.WriteEntry getWriteEntry() throws InterruptedIOException {
|
||||
|
|
Loading…
Reference in New Issue