HBASE-10849 Fix increased javadoc warns.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2084122996
commit
897554ff3c
|
@ -34,13 +34,6 @@ import com.google.protobuf.Descriptors.MethodDescriptor;
|
|||
import com.google.protobuf.Message;
|
||||
import com.google.protobuf.ServiceException;
|
||||
|
||||
/**
|
||||
* RpcServer Interface.
|
||||
* Start calls {@link #openServer()} and then {@link #startThreads()}. Prefer {@link #start()}
|
||||
* and {@link #stop()}. Only use {@link #openServer()} and {@link #startThreads()} if in a
|
||||
* situation where you could start getting requests though the server not up and fully
|
||||
* initiaalized.
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
public interface RpcServerInterface {
|
||||
void start();
|
||||
|
|
|
@ -711,7 +711,7 @@ public class MasterRpcServices extends RSRpcServices
|
|||
|
||||
/**
|
||||
* Get list of TableDescriptors for requested tables.
|
||||
* @param controller Unused (set to null).
|
||||
* @param c Unused (set to null).
|
||||
* @param req GetTableDescriptorsRequest that contains:
|
||||
* - tableNames: requested tables, or if empty, all are requested
|
||||
* @return GetTableDescriptorsResponse
|
||||
|
|
|
@ -332,8 +332,7 @@ public class HRegionServer extends HasThread implements
|
|||
/**
|
||||
* The server name the Master sees us as. Its made from the hostname the
|
||||
* master passes us, port, and server startcode. Gets set after registration
|
||||
* against Master. The hostname can differ from the hostname in {@link #isa}
|
||||
* but usually doesn't if both servers resolve .
|
||||
* against Master.
|
||||
*/
|
||||
protected ServerName serverName;
|
||||
|
||||
|
|
Loading…
Reference in New Issue