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

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

public static class ZombieTServer.ThriftClientHandler
extends NullTserver.ThriftClientHandler


Method Summary
 void fastHalt(TInfo tinfo, AuthInfo credentials, String lock)
           
 TabletServerStatus getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 void halt(TInfo tinfo, AuthInfo credentials, String lock)
           
 
Methods inherited from class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
applyUpdates, bulkImport, chop, closeMultiScan, closeScan, closeUpdate, compact, continueMultiScan, continueScan, flush, flushTablet, getActiveScans, getHistoricalStats, getTabletStats, loadTablet, splitTablet, startMultiScan, startScan, startUpdate, unloadTablet, update, useLoggers
 
Methods inherited from class org.apache.accumulo.server.client.ClientServiceHandler
authenticateUser, bulkImportFiles, changeAuthorizations, changePassword, checkClass, checkTableId, createUser, dropUser, getConfiguration, getInstanceId, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listUsers, 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
authenticateUser, bulkImportFiles, changeAuthorizations, changePassword, checkClass, createUser, dropUser, getConfiguration, getInstanceId, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, isActive, listUsers, ping, revokeSystemPermission, revokeTablePermission
 

Method Detail

fastHalt

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

getTabletServerStatus

public TabletServerStatus getTabletServerStatus(TInfo tinfo,
                                                AuthInfo 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,
                 AuthInfo 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 © 2012 The Apache Software Foundation. All Rights Reserved.