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

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

public static final class AdminProtos.AdminService.Stub
extends AdminProtos.AdminService
implements AdminProtos.AdminService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
AdminProtos.AdminService.BlockingInterface, AdminProtos.AdminService.Interface, AdminProtos.AdminService.Stub
 
Method Summary
 void closeRegion(com.google.protobuf.RpcController controller, AdminProtos.CloseRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.CloseRegionResponse> done)
           
 void compactRegion(com.google.protobuf.RpcController controller, AdminProtos.CompactRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.CompactRegionResponse> done)
           
 void flushRegion(com.google.protobuf.RpcController controller, AdminProtos.FlushRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.FlushRegionResponse> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void getOnlineRegion(com.google.protobuf.RpcController controller, AdminProtos.GetOnlineRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetOnlineRegionResponse> done)
           
 void getRegionInfo(com.google.protobuf.RpcController controller, AdminProtos.GetRegionInfoRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetRegionInfoResponse> done)
           
 void getServerInfo(com.google.protobuf.RpcController controller, AdminProtos.GetServerInfoRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetServerInfoResponse> done)
           
 void getStoreFile(com.google.protobuf.RpcController controller, AdminProtos.GetStoreFileRequest request, com.google.protobuf.RpcCallback<AdminProtos.GetStoreFileResponse> done)
           
 void mergeRegions(com.google.protobuf.RpcController controller, AdminProtos.MergeRegionsRequest request, com.google.protobuf.RpcCallback<AdminProtos.MergeRegionsResponse> done)
           
 void openRegion(com.google.protobuf.RpcController controller, AdminProtos.OpenRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.OpenRegionResponse> done)
           
 void replicateWALEntry(com.google.protobuf.RpcController controller, AdminProtos.ReplicateWALEntryRequest request, com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
           
 void rollWALWriter(com.google.protobuf.RpcController controller, AdminProtos.RollWALWriterRequest request, com.google.protobuf.RpcCallback<AdminProtos.RollWALWriterResponse> done)
           
 void splitRegion(com.google.protobuf.RpcController controller, AdminProtos.SplitRegionRequest request, com.google.protobuf.RpcCallback<AdminProtos.SplitRegionResponse> done)
           
 void stopServer(com.google.protobuf.RpcController controller, AdminProtos.StopServerRequest request, com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

getRegionInfo

public void getRegionInfo(com.google.protobuf.RpcController controller,
                          AdminProtos.GetRegionInfoRequest request,
                          com.google.protobuf.RpcCallback<AdminProtos.GetRegionInfoResponse> done)
Specified by:
getRegionInfo in interface AdminProtos.AdminService.Interface
Specified by:
getRegionInfo in class AdminProtos.AdminService

getStoreFile

public void getStoreFile(com.google.protobuf.RpcController controller,
                         AdminProtos.GetStoreFileRequest request,
                         com.google.protobuf.RpcCallback<AdminProtos.GetStoreFileResponse> done)
Specified by:
getStoreFile in interface AdminProtos.AdminService.Interface
Specified by:
getStoreFile in class AdminProtos.AdminService

getOnlineRegion

public void getOnlineRegion(com.google.protobuf.RpcController controller,
                            AdminProtos.GetOnlineRegionRequest request,
                            com.google.protobuf.RpcCallback<AdminProtos.GetOnlineRegionResponse> done)
Specified by:
getOnlineRegion in interface AdminProtos.AdminService.Interface
Specified by:
getOnlineRegion in class AdminProtos.AdminService

openRegion

public void openRegion(com.google.protobuf.RpcController controller,
                       AdminProtos.OpenRegionRequest request,
                       com.google.protobuf.RpcCallback<AdminProtos.OpenRegionResponse> done)
Specified by:
openRegion in interface AdminProtos.AdminService.Interface
Specified by:
openRegion in class AdminProtos.AdminService

closeRegion

public void closeRegion(com.google.protobuf.RpcController controller,
                        AdminProtos.CloseRegionRequest request,
                        com.google.protobuf.RpcCallback<AdminProtos.CloseRegionResponse> done)
Specified by:
closeRegion in interface AdminProtos.AdminService.Interface
Specified by:
closeRegion in class AdminProtos.AdminService

flushRegion

public void flushRegion(com.google.protobuf.RpcController controller,
                        AdminProtos.FlushRegionRequest request,
                        com.google.protobuf.RpcCallback<AdminProtos.FlushRegionResponse> done)
Specified by:
flushRegion in interface AdminProtos.AdminService.Interface
Specified by:
flushRegion in class AdminProtos.AdminService

splitRegion

public void splitRegion(com.google.protobuf.RpcController controller,
                        AdminProtos.SplitRegionRequest request,
                        com.google.protobuf.RpcCallback<AdminProtos.SplitRegionResponse> done)
Specified by:
splitRegion in interface AdminProtos.AdminService.Interface
Specified by:
splitRegion in class AdminProtos.AdminService

compactRegion

public void compactRegion(com.google.protobuf.RpcController controller,
                          AdminProtos.CompactRegionRequest request,
                          com.google.protobuf.RpcCallback<AdminProtos.CompactRegionResponse> done)
Specified by:
compactRegion in interface AdminProtos.AdminService.Interface
Specified by:
compactRegion in class AdminProtos.AdminService

mergeRegions

public void mergeRegions(com.google.protobuf.RpcController controller,
                         AdminProtos.MergeRegionsRequest request,
                         com.google.protobuf.RpcCallback<AdminProtos.MergeRegionsResponse> done)
Specified by:
mergeRegions in interface AdminProtos.AdminService.Interface
Specified by:
mergeRegions in class AdminProtos.AdminService

replicateWALEntry

public void replicateWALEntry(com.google.protobuf.RpcController controller,
                              AdminProtos.ReplicateWALEntryRequest request,
                              com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
Specified by:
replicateWALEntry in interface AdminProtos.AdminService.Interface
Specified by:
replicateWALEntry in class AdminProtos.AdminService

rollWALWriter

public void rollWALWriter(com.google.protobuf.RpcController controller,
                          AdminProtos.RollWALWriterRequest request,
                          com.google.protobuf.RpcCallback<AdminProtos.RollWALWriterResponse> done)
Specified by:
rollWALWriter in interface AdminProtos.AdminService.Interface
Specified by:
rollWALWriter in class AdminProtos.AdminService

getServerInfo

public void getServerInfo(com.google.protobuf.RpcController controller,
                          AdminProtos.GetServerInfoRequest request,
                          com.google.protobuf.RpcCallback<AdminProtos.GetServerInfoResponse> done)
Specified by:
getServerInfo in interface AdminProtos.AdminService.Interface
Specified by:
getServerInfo in class AdminProtos.AdminService

stopServer

public void stopServer(com.google.protobuf.RpcController controller,
                       AdminProtos.StopServerRequest request,
                       com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
Specified by:
stopServer in interface AdminProtos.AdminService.Interface
Specified by:
stopServer in class AdminProtos.AdminService


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