protected abstract class RSProcedureDispatcher.AbstractRSRemoteCall extends Object implements Callable<Void>
| Constructor and Description |
|---|
AbstractRSRemoteCall(ServerName serverName) |
| Modifier and Type | Method and Description |
|---|---|
abstract Void |
call() |
protected org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface |
getRsAdmin() |
protected ServerName |
getServerName() |
protected boolean |
scheduleForRetry(IOException e) |
protected IOException |
unwrapException(IOException e) |
public AbstractRSRemoteCall(ServerName serverName)
protected org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface getRsAdmin() throws IOException
IOExceptionprotected ServerName getServerName()
protected boolean scheduleForRetry(IOException e)
protected IOException unwrapException(IOException e)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.