HBASE-11448 Fix javadoc warnings

This commit is contained in:
Enis Soztutar 2014-06-30 20:11:02 -07:00
parent 34cd00b291
commit 0167558eb3
4 changed files with 3 additions and 5 deletions

View File

@ -80,7 +80,7 @@ public class ReversedScannerCallable extends ScannerCallable {
/**
* @deprecated use
* {@link #ReversedScannerCallable(HConnection, TableName, Scan, ScanMetrics, byte[], RpcControllerFactory)}
* {@link #ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, byte[], RpcControllerFactory )}
*/
@Deprecated
public ReversedScannerCallable(ClusterConnection connection, TableName tableName,

View File

@ -74,7 +74,7 @@ public class RackManager {
/**
* Same as {@link #getRack(ServerName)} except that a list is passed
* @param servers
* @return
* @return list of racks for the given list of servers
*/
public List<String> getRack(List<ServerName> servers) {
// just a note - switchMapping caches results (at least the implementation should unless the

View File

@ -1070,7 +1070,7 @@ public abstract class BaseLoadBalancer implements LoadBalancer {
* multiple replicas for the same region, or, if there are multiple racks and the same
* rack hosts replicas of the same region
* @param c
* @return
* @return whether region replicas are currently co-located
*/
protected boolean areSomeRegionReplicasColocated(Cluster c) {
return false;

View File

@ -1573,7 +1573,6 @@ public class HStore implements Store {
* </pre>
*
* @param compactedFiles list of files that were compacted
* @param newFile StoreFile that is the result of the compaction
*/
@VisibleForTesting
protected void completeCompaction(final Collection<StoreFile> compactedFiles)
@ -1595,7 +1594,6 @@ public class HStore implements Store {
* </pre>
*
* @param compactedFiles list of files that were compacted
* @param newFile StoreFile that is the result of the compaction
*/
@VisibleForTesting
protected void completeCompaction(final Collection<StoreFile> compactedFiles, boolean removeFiles)