org.apache.accumulo.test.functional
Class ZombieTServer.ThriftClientHandler

java.lang.Object
  extended by org.apache.accumulo.server.client.ClientServiceHandler
      extended by org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
          extended by org.apache.accumulo.test.functional.ZombieTServer.ThriftClientHandler
All Implemented Interfaces:
ClientService.Iface, TabletClientService.Iface
Enclosing class:
ZombieTServer

public static class ZombieTServer.ThriftClientHandler
extends NullTserver.ThriftClientHandler


Field Summary
 
Fields inherited from class org.apache.accumulo.server.client.ClientServiceHandler
transactionWatcher
 
Method Summary
 void fastHalt(TInfo tinfo, TCredentials credentials, String lock)
           
 TabletServerStatus getTabletServerStatus(TInfo tinfo, TCredentials credentials)
           
 void halt(TInfo tinfo, TCredentials credentials, String lock)
           
 
Methods inherited from class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
applyUpdates, bulkImport, chop, closeMultiScan, closeScan, closeUpdate, compact, continueMultiScan, continueScan, flush, flushTablet, getActiveCompactions, getActiveScans, getHistoricalStats, getTabletStats, loadTablet, removeLogs, splitTablet, startMultiScan, startScan, startUpdate, unloadTablet, update
 
Methods inherited from class org.apache.accumulo.server.client.ClientServiceHandler
authenticate, authenticateUser, bulkImportFiles, changeAuthorizations, changeLocalUserPassword, checkClass, checkTableClass, checkTableId, createLocalUser, dropLocalUser, getConfiguration, getInstanceId, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listLocalUsers, ping, revokeSystemPermission, 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.accumulo.core.client.impl.thrift.ClientService.Iface
authenticate, authenticateUser, bulkImportFiles, changeAuthorizations, changeLocalUserPassword, checkClass, checkTableClass, createLocalUser, dropLocalUser, getConfiguration, getInstanceId, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listLocalUsers, ping, revokeSystemPermission, revokeTablePermission
 

Method Detail

fastHalt

public void fastHalt(TInfo tinfo,
                     TCredentials credentials,
                     String lock)
Specified by:
fastHalt in interface TabletClientService.Iface
Overrides:
fastHalt in class NullTserver.ThriftClientHandler

getTabletServerStatus

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

halt

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.