org.apache.hadoop.hbase.protobuf.generated
Class AdminProtos.AdminService

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
All Implemented Interfaces:
com.google.protobuf.Service
Direct Known Subclasses:
AdminProtos.AdminService.Stub
Enclosing class:
AdminProtos

public abstract static class AdminProtos.AdminService
extends Object
implements com.google.protobuf.Service

Protobuf service AdminService


Nested Class Summary
static interface AdminProtos.AdminService.BlockingInterface
           
static interface AdminProtos.AdminService.Interface
           
static class AdminProtos.AdminService.Stub
           
 
Constructor Summary
protected AdminProtos.AdminService()
           
 
Method Summary
 void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
           
abstract  void closeRegion(com.google.protobuf.RpcController controller, AdminProtos.CloseRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.CloseRegionResponse> done)
          rpc CloseRegion(.CloseRegionRequest) returns (.CloseRegionResponse);
abstract  void compactRegion(com.google.protobuf.RpcController controller, AdminProtos.CompactRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.CompactRegionResponse> done)
          rpc CompactRegion(.CompactRegionRequest) returns (.CompactRegionResponse);
abstract  void flushRegion(com.google.protobuf.RpcController controller, AdminProtos.FlushRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.FlushRegionResponse> done)
          rpc FlushRegion(.FlushRegionRequest) returns (.FlushRegionResponse);
static com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
           
abstract  void getOnlineRegion(com.google.protobuf.RpcController controller, AdminProtos.GetOnlineRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetOnlineRegionResponse> done)
          rpc GetOnlineRegion(.GetOnlineRegionRequest) returns (.GetOnlineRegionResponse);
abstract  void getRegionInfo(com.google.protobuf.RpcController controller, AdminProtos.GetRegionInfoRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetRegionInfoResponse> done)
          rpc GetRegionInfo(.GetRegionInfoRequest) returns (.GetRegionInfoResponse);
 com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
 com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
           
abstract  void getServerInfo(com.google.protobuf.RpcController controller, AdminProtos.GetServerInfoRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetServerInfoResponse> done)
          rpc GetServerInfo(.GetServerInfoRequest) returns (.GetServerInfoResponse);
abstract  void getStoreFile(com.google.protobuf.RpcController controller, AdminProtos.GetStoreFileRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetStoreFileResponse> done)
          rpc GetStoreFile(.GetStoreFileRequest) returns (.GetStoreFileResponse);
abstract  void mergeRegions(com.google.protobuf.RpcController controller, AdminProtos.MergeRegionsRequest request, com.google.protobuf.RpcCallback<AdminProtos.MergeRegionsResponse> done)
          rpc MergeRegions(.MergeRegionsRequest) returns (.MergeRegionsResponse);
static AdminProtos.AdminService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
           
static com.google.protobuf.BlockingService newReflectiveBlockingService(AdminProtos.AdminService.BlockingInterface impl)
           
static com.google.protobuf.Service newReflectiveService(AdminProtos.AdminService.Interface impl)
           
static AdminProtos.AdminService.Stub newStub(com.google.protobuf.RpcChannel channel)
           
abstract  void openRegion(com.google.protobuf.RpcController controller, AdminProtos.OpenRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.OpenRegionResponse> done)
          rpc OpenRegion(.OpenRegionRequest) returns (.OpenRegionResponse);
abstract  void replay(com.google.protobuf.RpcController controller, AdminProtos.ReplicateWALEntryRequest request, com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
          rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
abstract  void replicateWALEntry(com.google.protobuf.RpcController controller, AdminProtos.ReplicateWALEntryRequest request, com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
          rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
abstract  void rollWALWriter(com.google.protobuf.RpcController controller, AdminProtos.RollWALWriterRequest request, com.google.protobuf.RpcCallback<AdminProtos.RollWALWriterResponse> done)
          rpc RollWALWriter(.RollWALWriterRequest) returns (.RollWALWriterResponse);
abstract  void splitRegion(com.google.protobuf.RpcController controller, AdminProtos.SplitRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.SplitRegionResponse> done)
          rpc SplitRegion(.SplitRegionRequest) returns (.SplitRegionResponse);
abstract  void stopServer(com.google.protobuf.RpcController controller, AdminProtos.StopServerRequest request, com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
          rpc StopServer(.StopServerRequest) returns (.StopServerResponse);
abstract  void updateFavoredNodes(com.google.protobuf.RpcController controller, AdminProtos.UpdateFavoredNodesRequest request, com.google.protobuf.RpcCallback<AdminProtos.UpdateFavoredNodesResponse> done)
          rpc UpdateFavoredNodes(.UpdateFavoredNodesRequest) returns (.UpdateFavoredNodesResponse);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminProtos.AdminService

protected AdminProtos.AdminService()
Method Detail

newReflectiveService

public static com.google.protobuf.Service newReflectiveService(AdminProtos.AdminService.Interface impl)

newReflectiveBlockingService

public static com.google.protobuf.BlockingService newReflectiveBlockingService(AdminProtos.AdminService.BlockingInterface impl)

getRegionInfo

public abstract void getRegionInfo(com.google.protobuf.RpcController controller,
                                   AdminProtos.GetRegionInfoRequest request,
                                   com.google.protobuf.RpcCallback<AdminProtos.GetRegionInfoResponse> done)
rpc GetRegionInfo(.GetRegionInfoRequest) returns (.GetRegionInfoResponse);


getStoreFile

public abstract void getStoreFile(com.google.protobuf.RpcController controller,
                                  AdminProtos.GetStoreFileRequest request,
                                  com.google.protobuf.RpcCallback<AdminProtos.GetStoreFileResponse> done)
rpc GetStoreFile(.GetStoreFileRequest) returns (.GetStoreFileResponse);


getOnlineRegion

public abstract void getOnlineRegion(com.google.protobuf.RpcController controller,
                                     AdminProtos.GetOnlineRegionRequest request,
                                     com.google.protobuf.RpcCallback<AdminProtos.GetOnlineRegionResponse> done)
rpc GetOnlineRegion(.GetOnlineRegionRequest) returns (.GetOnlineRegionResponse);


openRegion

public abstract void openRegion(com.google.protobuf.RpcController controller,
                                AdminProtos.OpenRegionRequest request,
                                com.google.protobuf.RpcCallback<AdminProtos.OpenRegionResponse> done)
rpc OpenRegion(.OpenRegionRequest) returns (.OpenRegionResponse);


closeRegion

public abstract void closeRegion(com.google.protobuf.RpcController controller,
                                 AdminProtos.CloseRegionRequest request,
                                 com.google.protobuf.RpcCallback<AdminProtos.CloseRegionResponse> done)
rpc CloseRegion(.CloseRegionRequest) returns (.CloseRegionResponse);


flushRegion

public abstract void flushRegion(com.google.protobuf.RpcController controller,
                                 AdminProtos.FlushRegionRequest request,
                                 com.google.protobuf.RpcCallback<AdminProtos.FlushRegionResponse> done)
rpc FlushRegion(.FlushRegionRequest) returns (.FlushRegionResponse);


splitRegion

public abstract void splitRegion(com.google.protobuf.RpcController controller,
                                 AdminProtos.SplitRegionRequest request,
                                 com.google.protobuf.RpcCallback<AdminProtos.SplitRegionResponse> done)
rpc SplitRegion(.SplitRegionRequest) returns (.SplitRegionResponse);


compactRegion

public abstract void compactRegion(com.google.protobuf.RpcController controller,
                                   AdminProtos.CompactRegionRequest request,
                                   com.google.protobuf.RpcCallback<AdminProtos.CompactRegionResponse> done)
rpc CompactRegion(.CompactRegionRequest) returns (.CompactRegionResponse);


mergeRegions

public abstract void mergeRegions(com.google.protobuf.RpcController controller,
                                  AdminProtos.MergeRegionsRequest request,
                                  com.google.protobuf.RpcCallback<AdminProtos.MergeRegionsResponse> done)
rpc MergeRegions(.MergeRegionsRequest) returns (.MergeRegionsResponse);


replicateWALEntry

public abstract void replicateWALEntry(com.google.protobuf.RpcController controller,
                                       AdminProtos.ReplicateWALEntryRequest request,
                                       com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);


replay

public abstract void replay(com.google.protobuf.RpcController controller,
                            AdminProtos.ReplicateWALEntryRequest request,
                            com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);


rollWALWriter

public abstract void rollWALWriter(com.google.protobuf.RpcController controller,
                                   AdminProtos.RollWALWriterRequest request,
                                   com.google.protobuf.RpcCallback<AdminProtos.RollWALWriterResponse> done)
rpc RollWALWriter(.RollWALWriterRequest) returns (.RollWALWriterResponse);


getServerInfo

public abstract void getServerInfo(com.google.protobuf.RpcController controller,
                                   AdminProtos.GetServerInfoRequest request,
                                   com.google.protobuf.RpcCallback<AdminProtos.GetServerInfoResponse> done)
rpc GetServerInfo(.GetServerInfoRequest) returns (.GetServerInfoResponse);


stopServer

public abstract void stopServer(com.google.protobuf.RpcController controller,
                                AdminProtos.StopServerRequest request,
                                com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
rpc StopServer(.StopServerRequest) returns (.StopServerResponse);


updateFavoredNodes

public abstract void updateFavoredNodes(com.google.protobuf.RpcController controller,
                                        AdminProtos.UpdateFavoredNodesRequest request,
                                        com.google.protobuf.RpcCallback<AdminProtos.UpdateFavoredNodesResponse> done)
rpc UpdateFavoredNodes(.UpdateFavoredNodesRequest) returns (.UpdateFavoredNodesResponse);


getDescriptor

public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()

getDescriptorForType

public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Service

callMethod

public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
                             com.google.protobuf.RpcController controller,
                             com.google.protobuf.Message request,
                             com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
Specified by:
callMethod in interface com.google.protobuf.Service

getRequestPrototype

public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getRequestPrototype in interface com.google.protobuf.Service

getResponsePrototype

public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getResponsePrototype in interface com.google.protobuf.Service

newStub

public static AdminProtos.AdminService.Stub newStub(com.google.protobuf.RpcChannel channel)

newBlockingStub

public static AdminProtos.AdminService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.