HBASE-11252 Fixing new javadoc warnings in master branch.(Anoop)
This commit is contained in:
parent
8e2a8cc0a8
commit
04b9a0a573
|
@ -118,8 +118,8 @@ public class ClientScanner extends AbstractClientScanner {
|
|||
|
||||
/**
|
||||
* @deprecated Use
|
||||
* {@link #ClientScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory)
|
||||
* instead.
|
||||
* {@link #ClientScanner(Configuration, Scan, TableName, HConnection,
|
||||
* RpcRetryingCallerFactory, RpcControllerFactory)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public ClientScanner(final Configuration conf, final Scan scan, final TableName tableName,
|
||||
|
|
|
@ -92,8 +92,8 @@ public class ClientSmallScanner extends ClientScanner {
|
|||
|
||||
/**
|
||||
* @deprecated use
|
||||
* {@link #ClientSmallScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory)
|
||||
* instead
|
||||
* {@link #ClientSmallScanner(Configuration, Scan, TableName, HConnection,
|
||||
* RpcRetryingCallerFactory, RpcControllerFactory)} instead
|
||||
*/
|
||||
public ClientSmallScanner(final Configuration conf, final Scan scan, final TableName tableName,
|
||||
HConnection connection, RpcRetryingCallerFactory rpcFactory) throws IOException {
|
||||
|
|
|
@ -105,7 +105,8 @@ public class ScannerCallable extends RegionServerCallable<Result[]> {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #ScannerCallable(HConnection, TableName, Scan, ScanMetrics)}
|
||||
* @deprecated Use {@link #ScannerCallable(HConnection, TableName, Scan, ScanMetrics,
|
||||
* RpcControllerFactory)}
|
||||
*/
|
||||
@Deprecated
|
||||
public ScannerCallable (HConnection connection, final byte [] tableName, Scan scan,
|
||||
|
|
Loading…
Reference in New Issue