public static interface MasterProtos.HbckService.Interface
| 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
|
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.
|
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
rpc SetTableStateInMeta(.hbase.pb.SetTableStateInMetaRequest) returns (.hbase.pb.GetTableStateResponse);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. 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);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. Also allows bulk'ing up assigns rather than one region at a time.
rpc Unassigns(.hbase.pb.UnassignsRequest) returns (.hbase.pb.UnassignsResponse);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
rpc BypassProcedure(.hbase.pb.BypassProcedureRequest) returns (.hbase.pb.BypassProcedureResponse);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
rpc ScheduleServerCrashProcedure(.hbase.pb.ScheduleServerCrashProcedureRequest) returns (.hbase.pb.ScheduleServerCrashProcedureResponse);Copyright © 2007–2019 Cloudera. All rights reserved.