public static final class MasterProtos.HbckService.Stub extends MasterProtos.HbckService implements MasterProtos.HbckService.Interface
MasterProtos.HbckService.BlockingInterface, MasterProtos.HbckService.Interface, MasterProtos.HbckService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
assigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.AssignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.AssignsResponse> done)
Assign regions.
|
void |
bypassProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.BypassProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.BypassProcedureResponse> done)
Bypass a procedure to completion, procedure is completed but no actual work is done
|
org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel |
getChannel() |
void |
scheduleServerCrashProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ScheduleServerCrashProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ScheduleServerCrashProcedureResponse> done)
Schedule a ServerCrashProcedure to help recover a crash server
|
void |
setTableStateInMeta(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetTableStateInMetaRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.GetTableStateResponse> done)
Update state of the table in meta only
|
void |
unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignsResponse> done)
Unassign regions
Like Admin's unssign but works even if the
Master is initializing.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel getChannel()
public void setTableStateInMeta(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetTableStateInMetaRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.GetTableStateResponse> done)
MasterProtos.HbckServiceUpdate state of the table in meta only
rpc SetTableStateInMeta(.hbase.pb.SetTableStateInMetaRequest) returns (.hbase.pb.GetTableStateResponse);setTableStateInMeta in interface MasterProtos.HbckService.InterfacesetTableStateInMeta in class MasterProtos.HbckServicepublic void assigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.AssignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.AssignsResponse> done)
MasterProtos.HbckServiceAssign regions. Like Admin's assign but works even if the Master is initializing. Also allows bulk'ing up assigns rather than one region at a time.
rpc Assigns(.hbase.pb.AssignsRequest) returns (.hbase.pb.AssignsResponse);assigns in interface MasterProtos.HbckService.Interfaceassigns in class MasterProtos.HbckServicepublic void unassigns(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.UnassignsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.UnassignsResponse> done)
MasterProtos.HbckServiceUnassign regions Like Admin's unssign but works even if the Master is initializing. Also allows bulk'ing up assigns rather than one region at a time.
rpc Unassigns(.hbase.pb.UnassignsRequest) returns (.hbase.pb.UnassignsResponse);unassigns in interface MasterProtos.HbckService.Interfaceunassigns in class MasterProtos.HbckServicepublic void bypassProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.BypassProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.BypassProcedureResponse> done)
MasterProtos.HbckServiceBypass a procedure to completion, procedure is completed but no actual work is done
rpc BypassProcedure(.hbase.pb.BypassProcedureRequest) returns (.hbase.pb.BypassProcedureResponse);bypassProcedure in interface MasterProtos.HbckService.InterfacebypassProcedure in class MasterProtos.HbckServicepublic void scheduleServerCrashProcedure(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ScheduleServerCrashProcedureRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ScheduleServerCrashProcedureResponse> done)
MasterProtos.HbckServiceSchedule a ServerCrashProcedure to help recover a crash server
rpc ScheduleServerCrashProcedure(.hbase.pb.ScheduleServerCrashProcedureRequest) returns (.hbase.pb.ScheduleServerCrashProcedureResponse);scheduleServerCrashProcedure in interface MasterProtos.HbckService.InterfacescheduleServerCrashProcedure in class MasterProtos.HbckServiceCopyright © 2007–2019 Cloudera. All rights reserved.