org.apache.accumulo.core.tabletserver.thrift
Class TabletClientService.Client

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.thrift.ClientService.Client
      extended by org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
All Implemented Interfaces:
ClientService.Iface, TabletClientService.Iface, org.apache.thrift.TServiceClient
Enclosing class:
TabletClientService

public static class TabletClientService.Client
extends ClientService.Client
implements org.apache.thrift.TServiceClient, TabletClientService.Iface


Nested Class Summary
static class TabletClientService.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
iprot_, oprot_, seqid_
 
Constructor Summary
TabletClientService.Client(org.apache.thrift.protocol.TProtocol prot)
           
TabletClientService.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
 List<TKeyExtent> bulkImport(TInfo tinfo, AuthInfo credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 void chop(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 void closeMultiScan(TInfo tinfo, long scanID)
           
 void closeScan(TInfo tinfo, long scanID)
           
 UpdateErrors closeUpdate(TInfo tinfo, long updateID)
           
 void compact(TInfo tinfo, AuthInfo credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow)
           
 MultiScanResult continueMultiScan(TInfo tinfo, long scanID)
           
 ScanResult continueScan(TInfo tinfo, long scanID)
           
 void fastHalt(TInfo tinfo, AuthInfo credentials, String lock)
           
 void flush(TInfo tinfo, AuthInfo credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow)
           
 void flushTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 List<ActiveScan> getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 TabletStats getHistoricalStats(TInfo tinfo, AuthInfo credentials)
           
 TabletServerStatus getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 List<TabletStats> getTabletStats(TInfo tinfo, AuthInfo credentials, String tableId)
           
 void halt(TInfo tinfo, AuthInfo credentials, String lock)
           
 void loadTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 List<TKeyExtent> recv_bulkImport()
           
 void recv_closeMultiScan()
           
 UpdateErrors recv_closeUpdate()
           
 MultiScanResult recv_continueMultiScan()
           
 ScanResult recv_continueScan()
           
 List<ActiveScan> recv_getActiveScans()
           
 TabletStats recv_getHistoricalStats()
           
 TabletServerStatus recv_getTabletServerStatus()
           
 List<TabletStats> recv_getTabletStats()
           
 void recv_halt()
           
 void recv_splitTablet()
           
 InitialMultiScan recv_startMultiScan()
           
 InitialScan recv_startScan()
           
 long recv_startUpdate()
           
 void recv_update()
           
 void send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
 void send_bulkImport(TInfo tinfo, AuthInfo credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 void send_chop(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 void send_closeMultiScan(TInfo tinfo, long scanID)
           
 void send_closeScan(TInfo tinfo, long scanID)
           
 void send_closeUpdate(TInfo tinfo, long updateID)
           
 void send_compact(TInfo tinfo, AuthInfo credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow)
           
 void send_continueMultiScan(TInfo tinfo, long scanID)
           
 void send_continueScan(TInfo tinfo, long scanID)
           
 void send_fastHalt(TInfo tinfo, AuthInfo credentials, String lock)
           
 void send_flush(TInfo tinfo, AuthInfo credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow)
           
 void send_flushTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 void send_getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 void send_getHistoricalStats(TInfo tinfo, AuthInfo credentials)
           
 void send_getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 void send_getTabletStats(TInfo tinfo, AuthInfo credentials, String tableId)
           
 void send_halt(TInfo tinfo, AuthInfo credentials, String lock)
           
 void send_loadTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent)
           
 void send_splitTablet(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, ByteBuffer splitPoint)
           
 void send_startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 void send_startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 void send_startUpdate(TInfo tinfo, AuthInfo credentials)
           
 void send_unloadTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent, boolean save)
           
 void send_update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void send_useLoggers(TInfo tinfo, AuthInfo credentials, Set<String> loggers)
           
 void splitTablet(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, ByteBuffer splitPoint)
           
 InitialMultiScan startMultiScan(TInfo tinfo, AuthInfo credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 InitialScan startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 long startUpdate(TInfo tinfo, AuthInfo credentials)
           
 void unloadTablet(TInfo tinfo, AuthInfo credentials, String lock, TKeyExtent extent, boolean save)
           
 void update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void useLoggers(TInfo tinfo, AuthInfo credentials, Set<String> loggers)
           
 
Methods inherited from class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
authenticateUser, bulkImportFiles, changeAuthorizations, changePassword, checkClass, createUser, dropUser, getConfiguration, getInputProtocol, getInstanceId, getOutputProtocol, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listUsers, ping, recv_authenticateUser, recv_bulkImportFiles, recv_changeAuthorizations, recv_changePassword, recv_checkClass, recv_createUser, recv_dropUser, recv_getConfiguration, recv_getInstanceId, recv_getRootTabletLocation, recv_getTableConfiguration, recv_getUserAuthorizations, recv_getZooKeepers, recv_grantSystemPermission, recv_grantTablePermission, recv_hasSystemPermission, recv_hasTablePermission, recv_isActive, recv_listUsers, recv_ping, recv_revokeSystemPermission, recv_revokeTablePermission, revokeSystemPermission, revokeTablePermission, send_authenticateUser, send_bulkImportFiles, send_changeAuthorizations, send_changePassword, send_checkClass, send_createUser, send_dropUser, send_getConfiguration, send_getInstanceId, send_getRootTabletLocation, send_getTableConfiguration, send_getUserAuthorizations, send_getZooKeepers, send_grantSystemPermission, send_grantTablePermission, send_hasSystemPermission, send_hasTablePermission, send_isActive, send_listUsers, send_ping, send_revokeSystemPermission, send_revokeTablePermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol
 
Methods inherited from interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
authenticateUser, bulkImportFiles, changeAuthorizations, changePassword, checkClass, createUser, dropUser, getConfiguration, getInstanceId, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listUsers, ping, revokeSystemPermission, revokeTablePermission
 

Constructor Detail

TabletClientService.Client

public TabletClientService.Client(org.apache.thrift.protocol.TProtocol prot)

TabletClientService.Client

public TabletClientService.Client(org.apache.thrift.protocol.TProtocol iprot,
                                  org.apache.thrift.protocol.TProtocol oprot)
Method Detail

startScan

public InitialScan startScan(TInfo tinfo,
                             AuthInfo credentials,
                             TKeyExtent extent,
                             TRange range,
                             List<TColumn> columns,
                             int batchSize,
                             List<IterInfo> ssiList,
                             Map<String,Map<String,String>> ssio,
                             List<ByteBuffer> authorizations,
                             boolean waitForWrites,
                             boolean isolated)
                      throws ThriftSecurityException,
                             NotServingTabletException,
                             TooManyFilesException,
                             org.apache.thrift.TException
Specified by:
startScan in interface TabletClientService.Iface
Throws:
ThriftSecurityException
NotServingTabletException
TooManyFilesException
org.apache.thrift.TException

send_startScan

public void send_startScan(TInfo tinfo,
                           AuthInfo credentials,
                           TKeyExtent extent,
                           TRange range,
                           List<TColumn> columns,
                           int batchSize,
                           List<IterInfo> ssiList,
                           Map<String,Map<String,String>> ssio,
                           List<ByteBuffer> authorizations,
                           boolean waitForWrites,
                           boolean isolated)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_startScan

public InitialScan recv_startScan()
                           throws ThriftSecurityException,
                                  NotServingTabletException,
                                  TooManyFilesException,
                                  org.apache.thrift.TException
Throws:
ThriftSecurityException
NotServingTabletException
TooManyFilesException
org.apache.thrift.TException

continueScan

public ScanResult continueScan(TInfo tinfo,
                               long scanID)
                        throws NoSuchScanIDException,
                               NotServingTabletException,
                               TooManyFilesException,
                               org.apache.thrift.TException
Specified by:
continueScan in interface TabletClientService.Iface
Throws:
NoSuchScanIDException
NotServingTabletException
TooManyFilesException
org.apache.thrift.TException

send_continueScan

public void send_continueScan(TInfo tinfo,
                              long scanID)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_continueScan

public ScanResult recv_continueScan()
                             throws NoSuchScanIDException,
                                    NotServingTabletException,
                                    TooManyFilesException,
                                    org.apache.thrift.TException
Throws:
NoSuchScanIDException
NotServingTabletException
TooManyFilesException
org.apache.thrift.TException

closeScan

public void closeScan(TInfo tinfo,
                      long scanID)
               throws org.apache.thrift.TException
Specified by:
closeScan in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_closeScan

public void send_closeScan(TInfo tinfo,
                           long scanID)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

startMultiScan

public InitialMultiScan startMultiScan(TInfo tinfo,
                                       AuthInfo credentials,
                                       Map<TKeyExtent,List<TRange>> batch,
                                       List<TColumn> columns,
                                       List<IterInfo> ssiList,
                                       Map<String,Map<String,String>> ssio,
                                       List<ByteBuffer> authorizations,
                                       boolean waitForWrites)
                                throws ThriftSecurityException,
                                       org.apache.thrift.TException
Specified by:
startMultiScan in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_startMultiScan

public void send_startMultiScan(TInfo tinfo,
                                AuthInfo credentials,
                                Map<TKeyExtent,List<TRange>> batch,
                                List<TColumn> columns,
                                List<IterInfo> ssiList,
                                Map<String,Map<String,String>> ssio,
                                List<ByteBuffer> authorizations,
                                boolean waitForWrites)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_startMultiScan

public InitialMultiScan recv_startMultiScan()
                                     throws ThriftSecurityException,
                                            org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

continueMultiScan

public MultiScanResult continueMultiScan(TInfo tinfo,
                                         long scanID)
                                  throws NoSuchScanIDException,
                                         org.apache.thrift.TException
Specified by:
continueMultiScan in interface TabletClientService.Iface
Throws:
NoSuchScanIDException
org.apache.thrift.TException

send_continueMultiScan

public void send_continueMultiScan(TInfo tinfo,
                                   long scanID)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_continueMultiScan

public MultiScanResult recv_continueMultiScan()
                                       throws NoSuchScanIDException,
                                              org.apache.thrift.TException
Throws:
NoSuchScanIDException
org.apache.thrift.TException

closeMultiScan

public void closeMultiScan(TInfo tinfo,
                           long scanID)
                    throws NoSuchScanIDException,
                           org.apache.thrift.TException
Specified by:
closeMultiScan in interface TabletClientService.Iface
Throws:
NoSuchScanIDException
org.apache.thrift.TException

send_closeMultiScan

public void send_closeMultiScan(TInfo tinfo,
                                long scanID)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_closeMultiScan

public void recv_closeMultiScan()
                         throws NoSuchScanIDException,
                                org.apache.thrift.TException
Throws:
NoSuchScanIDException
org.apache.thrift.TException

startUpdate

public long startUpdate(TInfo tinfo,
                        AuthInfo credentials)
                 throws ThriftSecurityException,
                        org.apache.thrift.TException
Specified by:
startUpdate in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_startUpdate

public void send_startUpdate(TInfo tinfo,
                             AuthInfo credentials)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_startUpdate

public long recv_startUpdate()
                      throws ThriftSecurityException,
                             org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

applyUpdates

public void applyUpdates(TInfo tinfo,
                         long updateID,
                         TKeyExtent keyExtent,
                         List<TMutation> mutations)
                  throws org.apache.thrift.TException
Specified by:
applyUpdates in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_applyUpdates

public void send_applyUpdates(TInfo tinfo,
                              long updateID,
                              TKeyExtent keyExtent,
                              List<TMutation> mutations)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

closeUpdate

public UpdateErrors closeUpdate(TInfo tinfo,
                                long updateID)
                         throws NoSuchScanIDException,
                                org.apache.thrift.TException
Specified by:
closeUpdate in interface TabletClientService.Iface
Throws:
NoSuchScanIDException
org.apache.thrift.TException

send_closeUpdate

public void send_closeUpdate(TInfo tinfo,
                             long updateID)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_closeUpdate

public UpdateErrors recv_closeUpdate()
                              throws NoSuchScanIDException,
                                     org.apache.thrift.TException
Throws:
NoSuchScanIDException
org.apache.thrift.TException

update

public void update(TInfo tinfo,
                   AuthInfo credentials,
                   TKeyExtent keyExtent,
                   TMutation mutation)
            throws ThriftSecurityException,
                   NotServingTabletException,
                   ConstraintViolationException,
                   org.apache.thrift.TException
Specified by:
update in interface TabletClientService.Iface
Throws:
ThriftSecurityException
NotServingTabletException
ConstraintViolationException
org.apache.thrift.TException

send_update

public void send_update(TInfo tinfo,
                        AuthInfo credentials,
                        TKeyExtent keyExtent,
                        TMutation mutation)
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_update

public void recv_update()
                 throws ThriftSecurityException,
                        NotServingTabletException,
                        ConstraintViolationException,
                        org.apache.thrift.TException
Throws:
ThriftSecurityException
NotServingTabletException
ConstraintViolationException
org.apache.thrift.TException

bulkImport

public List<TKeyExtent> bulkImport(TInfo tinfo,
                                   AuthInfo credentials,
                                   long tid,
                                   Map<TKeyExtent,Map<String,MapFileInfo>> files,
                                   boolean setTime)
                            throws ThriftSecurityException,
                                   org.apache.thrift.TException
Specified by:
bulkImport in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_bulkImport

public void send_bulkImport(TInfo tinfo,
                            AuthInfo credentials,
                            long tid,
                            Map<TKeyExtent,Map<String,MapFileInfo>> files,
                            boolean setTime)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_bulkImport

public List<TKeyExtent> recv_bulkImport()
                                 throws ThriftSecurityException,
                                        org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

splitTablet

public void splitTablet(TInfo tinfo,
                        AuthInfo credentials,
                        TKeyExtent extent,
                        ByteBuffer splitPoint)
                 throws ThriftSecurityException,
                        NotServingTabletException,
                        org.apache.thrift.TException
Specified by:
splitTablet in interface TabletClientService.Iface
Throws:
ThriftSecurityException
NotServingTabletException
org.apache.thrift.TException

send_splitTablet

public void send_splitTablet(TInfo tinfo,
                             AuthInfo credentials,
                             TKeyExtent extent,
                             ByteBuffer splitPoint)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_splitTablet

public void recv_splitTablet()
                      throws ThriftSecurityException,
                             NotServingTabletException,
                             org.apache.thrift.TException
Throws:
ThriftSecurityException
NotServingTabletException
org.apache.thrift.TException

loadTablet

public void loadTablet(TInfo tinfo,
                       AuthInfo credentials,
                       String lock,
                       TKeyExtent extent)
                throws org.apache.thrift.TException
Specified by:
loadTablet in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_loadTablet

public void send_loadTablet(TInfo tinfo,
                            AuthInfo credentials,
                            String lock,
                            TKeyExtent extent)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

unloadTablet

public void unloadTablet(TInfo tinfo,
                         AuthInfo credentials,
                         String lock,
                         TKeyExtent extent,
                         boolean save)
                  throws org.apache.thrift.TException
Specified by:
unloadTablet in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_unloadTablet

public void send_unloadTablet(TInfo tinfo,
                              AuthInfo credentials,
                              String lock,
                              TKeyExtent extent,
                              boolean save)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

flush

public void flush(TInfo tinfo,
                  AuthInfo credentials,
                  String lock,
                  String tableId,
                  ByteBuffer startRow,
                  ByteBuffer endRow)
           throws org.apache.thrift.TException
Specified by:
flush in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_flush

public void send_flush(TInfo tinfo,
                       AuthInfo credentials,
                       String lock,
                       String tableId,
                       ByteBuffer startRow,
                       ByteBuffer endRow)
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

flushTablet

public void flushTablet(TInfo tinfo,
                        AuthInfo credentials,
                        String lock,
                        TKeyExtent extent)
                 throws org.apache.thrift.TException
Specified by:
flushTablet in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_flushTablet

public void send_flushTablet(TInfo tinfo,
                             AuthInfo credentials,
                             String lock,
                             TKeyExtent extent)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

chop

public void chop(TInfo tinfo,
                 AuthInfo credentials,
                 String lock,
                 TKeyExtent extent)
          throws org.apache.thrift.TException
Specified by:
chop in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_chop

public void send_chop(TInfo tinfo,
                      AuthInfo credentials,
                      String lock,
                      TKeyExtent extent)
               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

compact

public void compact(TInfo tinfo,
                    AuthInfo credentials,
                    String lock,
                    String tableId,
                    ByteBuffer startRow,
                    ByteBuffer endRow)
             throws org.apache.thrift.TException
Specified by:
compact in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_compact

public void send_compact(TInfo tinfo,
                         AuthInfo credentials,
                         String lock,
                         String tableId,
                         ByteBuffer startRow,
                         ByteBuffer endRow)
                  throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

useLoggers

public void useLoggers(TInfo tinfo,
                       AuthInfo credentials,
                       Set<String> loggers)
                throws org.apache.thrift.TException
Specified by:
useLoggers in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_useLoggers

public void send_useLoggers(TInfo tinfo,
                            AuthInfo credentials,
                            Set<String> loggers)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

getTabletServerStatus

public TabletServerStatus getTabletServerStatus(TInfo tinfo,
                                                AuthInfo credentials)
                                         throws ThriftSecurityException,
                                                org.apache.thrift.TException
Specified by:
getTabletServerStatus in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getTabletServerStatus

public void send_getTabletServerStatus(TInfo tinfo,
                                       AuthInfo credentials)
                                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getTabletServerStatus

public TabletServerStatus recv_getTabletServerStatus()
                                              throws ThriftSecurityException,
                                                     org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

getTabletStats

public List<TabletStats> getTabletStats(TInfo tinfo,
                                        AuthInfo credentials,
                                        String tableId)
                                 throws ThriftSecurityException,
                                        org.apache.thrift.TException
Specified by:
getTabletStats in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getTabletStats

public void send_getTabletStats(TInfo tinfo,
                                AuthInfo credentials,
                                String tableId)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getTabletStats

public List<TabletStats> recv_getTabletStats()
                                      throws ThriftSecurityException,
                                             org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

getHistoricalStats

public TabletStats getHistoricalStats(TInfo tinfo,
                                      AuthInfo credentials)
                               throws ThriftSecurityException,
                                      org.apache.thrift.TException
Specified by:
getHistoricalStats in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getHistoricalStats

public void send_getHistoricalStats(TInfo tinfo,
                                    AuthInfo credentials)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getHistoricalStats

public TabletStats recv_getHistoricalStats()
                                    throws ThriftSecurityException,
                                           org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

halt

public void halt(TInfo tinfo,
                 AuthInfo credentials,
                 String lock)
          throws ThriftSecurityException,
                 org.apache.thrift.TException
Specified by:
halt in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_halt

public void send_halt(TInfo tinfo,
                      AuthInfo credentials,
                      String lock)
               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_halt

public void recv_halt()
               throws ThriftSecurityException,
                      org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

fastHalt

public void fastHalt(TInfo tinfo,
                     AuthInfo credentials,
                     String lock)
              throws org.apache.thrift.TException
Specified by:
fastHalt in interface TabletClientService.Iface
Throws:
org.apache.thrift.TException

send_fastHalt

public void send_fastHalt(TInfo tinfo,
                          AuthInfo credentials,
                          String lock)
                   throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

getActiveScans

public List<ActiveScan> getActiveScans(TInfo tinfo,
                                       AuthInfo credentials)
                                throws ThriftSecurityException,
                                       org.apache.thrift.TException
Specified by:
getActiveScans in interface TabletClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getActiveScans

public void send_getActiveScans(TInfo tinfo,
                                AuthInfo credentials)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getActiveScans

public List<ActiveScan> recv_getActiveScans()
                                     throws ThriftSecurityException,
                                            org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException


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