Revert "So far -- fix this message"
Revert miscommit
This reverts commit 3bc64dac95
.
This commit is contained in:
parent
20d272bce5
commit
e62fdd9db4
|
@ -25,7 +25,6 @@ import org.apache.hadoop.hbase.backup.impl.IncrementalTableBackupClient;
|
|||
import org.apache.hadoop.hbase.backup.impl.TableBackupClient;
|
||||
import org.apache.hadoop.hbase.client.Connection;
|
||||
|
||||
@InterfaceAudience.Private
|
||||
public class BackupClientFactory {
|
||||
|
||||
public static TableBackupClient create (Connection conn, String backupId, BackupRequest request)
|
||||
|
|
|
@ -33,7 +33,6 @@ import org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferE
|
|||
/**
|
||||
* A binary comparator which lexicographically compares against the specified
|
||||
* byte array using {@link org.apache.hadoop.hbase.util.Bytes#compareTo(byte[], byte[])}.
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@InterfaceAudience.Public
|
||||
public class BinaryComparator extends org.apache.hadoop.hbase.filter.ByteArrayComparable {
|
||||
|
|
|
@ -89,7 +89,6 @@ import org.apache.hadoop.security.token.TokenSelector;
|
|||
* outside the lock in {@link Call} and {@link HBaseRpcController} which means the implementations
|
||||
* of the callbacks are free to hold any lock.</li>
|
||||
* </ul>
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
public abstract class AbstractRpcClient<T extends RpcConnection> implements RpcClient {
|
||||
|
|
|
@ -42,7 +42,6 @@ import org.apache.hadoop.security.token.TokenIdentifier;
|
|||
/**
|
||||
* A utility class that encapsulates SASL logic for RPC client. Copied from
|
||||
* <code>org.apache.hadoop.security</code>
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
public abstract class AbstractHBaseSaslRpcClient {
|
||||
|
|
|
@ -37,9 +37,6 @@ import com.google.protobuf.ByteString;
|
|||
import com.google.protobuf.RpcController;
|
||||
import com.google.protobuf.ServiceException;
|
||||
|
||||
/**
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
public class AccessControlUtil {
|
||||
private AccessControlUtil() {}
|
||||
|
|
Loading…
Reference in New Issue