Uses of Class
cloudtrace.thrift.TInfo

Packages that use TInfo
cloudtrace.instrument   
cloudtrace.thrift   
org.apache.accumulo.core.client.impl.thrift   
org.apache.accumulo.core.gc.thrift   
org.apache.accumulo.core.master.thrift   
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.server.client   
org.apache.accumulo.server.gc   
org.apache.accumulo.server.logger   
 

Uses of TInfo in cloudtrace.instrument
 

Methods in cloudtrace.instrument that return TInfo
static TInfo Tracer.traceInfo()
           
 

Methods in cloudtrace.instrument with parameters of type TInfo
static Span Trace.trace(TInfo info, java.lang.String description)
           
 

Uses of TInfo in cloudtrace.thrift
 

Fields in cloudtrace.thrift declared as TInfo
 TInfo TestService.checkTrace_args.tinfo
           
 

Methods in cloudtrace.thrift that return TInfo
 TInfo TInfo.clone()
          Deprecated. 
 TInfo TInfo.deepCopy()
           
 TInfo TestService.checkTrace_args.getTinfo()
           
 TInfo TInfo.setParentId(long parentId)
           
 TInfo TInfo.setTraceId(long traceId)
           
 

Methods in cloudtrace.thrift with parameters of type TInfo
 boolean TestService.Iface.checkTrace(TInfo tinfo, java.lang.String message)
           
 boolean TestService.Client.checkTrace(TInfo tinfo, java.lang.String message)
           
 int TInfo.compareTo(TInfo other)
           
 boolean TInfo.equals(TInfo that)
           
 void TestService.Client.send_checkTrace(TInfo tinfo, java.lang.String message)
           
 TestService.checkTrace_args TestService.checkTrace_args.setTinfo(TInfo tinfo)
           
 

Constructors in cloudtrace.thrift with parameters of type TInfo
TestService.checkTrace_args(TInfo tinfo, java.lang.String message)
           
TInfo(TInfo other)
          Performs a deep copy on other.
 

Uses of TInfo in org.apache.accumulo.core.client.impl.thrift
 

Fields in org.apache.accumulo.core.client.impl.thrift declared as TInfo
 TInfo ClientService.prepareBulkImport_args.tinfo
           
 TInfo ClientService.finishBulkImport_args.tinfo
           
 TInfo ClientService.authenticateUser_args.tinfo
           
 TInfo ClientService.listUsers_args.tinfo
           
 TInfo ClientService.createUser_args.tinfo
           
 TInfo ClientService.dropUser_args.tinfo
           
 TInfo ClientService.changePassword_args.tinfo
           
 TInfo ClientService.changeAuthorizations_args.tinfo
           
 TInfo ClientService.getUserAuthorizations_args.tinfo
           
 TInfo ClientService.hasSystemPermission_args.tinfo
           
 TInfo ClientService.hasTablePermission_args.tinfo
           
 TInfo ClientService.grantSystemPermission_args.tinfo
           
 TInfo ClientService.revokeSystemPermission_args.tinfo
           
 TInfo ClientService.grantTablePermission_args.tinfo
           
 TInfo ClientService.revokeTablePermission_args.tinfo
           
 

Methods in org.apache.accumulo.core.client.impl.thrift that return TInfo
 TInfo ClientService.prepareBulkImport_args.getTinfo()
           
 TInfo ClientService.finishBulkImport_args.getTinfo()
           
 TInfo ClientService.authenticateUser_args.getTinfo()
           
 TInfo ClientService.listUsers_args.getTinfo()
           
 TInfo ClientService.createUser_args.getTinfo()
           
 TInfo ClientService.dropUser_args.getTinfo()
           
 TInfo ClientService.changePassword_args.getTinfo()
           
 TInfo ClientService.changeAuthorizations_args.getTinfo()
           
 TInfo ClientService.getUserAuthorizations_args.getTinfo()
           
 TInfo ClientService.hasSystemPermission_args.getTinfo()
           
 TInfo ClientService.hasTablePermission_args.getTinfo()
           
 TInfo ClientService.grantSystemPermission_args.getTinfo()
           
 TInfo ClientService.revokeSystemPermission_args.getTinfo()
           
 TInfo ClientService.grantTablePermission_args.getTinfo()
           
 TInfo ClientService.revokeTablePermission_args.getTinfo()
           
 

Methods in org.apache.accumulo.core.client.impl.thrift with parameters of type TInfo
 boolean ClientService.Iface.authenticateUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 boolean ClientService.Client.authenticateUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientService.Iface.changeAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.util.List<byte[]> authorizations)
           
 void ClientService.Client.changeAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.util.List<byte[]> authorizations)
           
 void ClientService.Iface.changePassword(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientService.Client.changePassword(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientService.Iface.createUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password, java.util.List<byte[]> authorizations)
           
 void ClientService.Client.createUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password, java.util.List<byte[]> authorizations)
           
 void ClientService.Iface.dropUser(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientService.Client.dropUser(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientService.Iface.finishBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String lockFile, boolean disableGC)
           
 void ClientService.Client.finishBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String lockFile, boolean disableGC)
           
 java.util.List<byte[]> ClientService.Iface.getUserAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 java.util.List<byte[]> ClientService.Client.getUserAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientService.Iface.grantSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Client.grantSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Iface.grantTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 void ClientService.Client.grantTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 boolean ClientService.Iface.hasSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte sysPerm)
           
 boolean ClientService.Client.hasSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte sysPerm)
           
 boolean ClientService.Iface.hasTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte tblPerm)
           
 boolean ClientService.Client.hasTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte tblPerm)
           
 java.util.Set<java.lang.String> ClientService.Iface.listUsers(TInfo tinfo, AuthInfo credentials)
           
 java.util.Set<java.lang.String> ClientService.Client.listUsers(TInfo tinfo, AuthInfo credentials)
           
 java.lang.String ClientService.Iface.prepareBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String dir, java.lang.String tableName, double errPercent)
           
 java.lang.String ClientService.Client.prepareBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String dir, java.lang.String tableName, double errPercent)
           
 void ClientService.Iface.revokeSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Client.revokeSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Iface.revokeTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 void ClientService.Client.revokeTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 void ClientService.Client.send_authenticateUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientService.Client.send_changeAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.util.List<byte[]> authorizations)
           
 void ClientService.Client.send_changePassword(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientService.Client.send_createUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password, java.util.List<byte[]> authorizations)
           
 void ClientService.Client.send_dropUser(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientService.Client.send_finishBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String lockFile, boolean disableGC)
           
 void ClientService.Client.send_getUserAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientService.Client.send_grantSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Client.send_grantTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 void ClientService.Client.send_hasSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte sysPerm)
           
 void ClientService.Client.send_hasTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte tblPerm)
           
 void ClientService.Client.send_listUsers(TInfo tinfo, AuthInfo credentials)
           
 void ClientService.Client.send_prepareBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String dir, java.lang.String tableName, double errPercent)
           
 void ClientService.Client.send_revokeSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientService.Client.send_revokeTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 ClientService.prepareBulkImport_args ClientService.prepareBulkImport_args.setTinfo(TInfo tinfo)
           
 ClientService.finishBulkImport_args ClientService.finishBulkImport_args.setTinfo(TInfo tinfo)
           
 ClientService.authenticateUser_args ClientService.authenticateUser_args.setTinfo(TInfo tinfo)
           
 ClientService.listUsers_args ClientService.listUsers_args.setTinfo(TInfo tinfo)
           
 ClientService.createUser_args ClientService.createUser_args.setTinfo(TInfo tinfo)
           
 ClientService.dropUser_args ClientService.dropUser_args.setTinfo(TInfo tinfo)
           
 ClientService.changePassword_args ClientService.changePassword_args.setTinfo(TInfo tinfo)
           
 ClientService.changeAuthorizations_args ClientService.changeAuthorizations_args.setTinfo(TInfo tinfo)
           
 ClientService.getUserAuthorizations_args ClientService.getUserAuthorizations_args.setTinfo(TInfo tinfo)
           
 ClientService.hasSystemPermission_args ClientService.hasSystemPermission_args.setTinfo(TInfo tinfo)
           
 ClientService.hasTablePermission_args ClientService.hasTablePermission_args.setTinfo(TInfo tinfo)
           
 ClientService.grantSystemPermission_args ClientService.grantSystemPermission_args.setTinfo(TInfo tinfo)
           
 ClientService.revokeSystemPermission_args ClientService.revokeSystemPermission_args.setTinfo(TInfo tinfo)
           
 ClientService.grantTablePermission_args ClientService.grantTablePermission_args.setTinfo(TInfo tinfo)
           
 ClientService.revokeTablePermission_args ClientService.revokeTablePermission_args.setTinfo(TInfo tinfo)
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type TInfo
ClientService.authenticateUser_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
ClientService.changeAuthorizations_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.util.List<byte[]> authorizations)
           
ClientService.changePassword_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
ClientService.createUser_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password, java.util.List<byte[]> authorizations)
           
ClientService.dropUser_args(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
ClientService.finishBulkImport_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String lockFile, boolean disableGC)
           
ClientService.getUserAuthorizations_args(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
ClientService.grantSystemPermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
ClientService.grantTablePermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
ClientService.hasSystemPermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte sysPerm)
           
ClientService.hasTablePermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte tblPerm)
           
ClientService.listUsers_args(TInfo tinfo, AuthInfo credentials)
           
ClientService.prepareBulkImport_args(TInfo tinfo, AuthInfo credentials, java.lang.String dir, java.lang.String tableName, double errPercent)
           
ClientService.revokeSystemPermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
ClientService.revokeTablePermission_args(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 

Uses of TInfo in org.apache.accumulo.core.gc.thrift
 

Fields in org.apache.accumulo.core.gc.thrift declared as TInfo
 TInfo GCMonitorService.getStatus_args.tinfo
           
 

Methods in org.apache.accumulo.core.gc.thrift that return TInfo
 TInfo GCMonitorService.getStatus_args.getTinfo()
           
 

Methods in org.apache.accumulo.core.gc.thrift with parameters of type TInfo
 GCStatus GCMonitorService.Iface.getStatus(TInfo tinfo, AuthInfo credentials)
           
 GCStatus GCMonitorService.Client.getStatus(TInfo tinfo, AuthInfo credentials)
           
 void GCMonitorService.Client.send_getStatus(TInfo tinfo, AuthInfo credentials)
           
 GCMonitorService.getStatus_args GCMonitorService.getStatus_args.setTinfo(TInfo tinfo)
           
 

Constructors in org.apache.accumulo.core.gc.thrift with parameters of type TInfo
GCMonitorService.getStatus_args(TInfo tinfo, AuthInfo credentials)
           
 

Uses of TInfo in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as TInfo
 TInfo MasterClientService.createTable_args.tinfo
           
 TInfo MasterClientService.deleteTable_args.tinfo
           
 TInfo MasterClientService.renameTable_args.tinfo
           
 TInfo MasterClientService.offlineTable_args.tinfo
           
 TInfo MasterClientService.onlineTable_args.tinfo
           
 TInfo MasterClientService.flushTable_args.tinfo
           
 TInfo MasterClientService.setTableProperty_args.tinfo
           
 TInfo MasterClientService.removeTableProperty_args.tinfo
           
 TInfo MasterClientService.setMasterGoalState_args.tinfo
           
 TInfo MasterClientService.shutdown_args.tinfo
           
 TInfo MasterClientService.shutdownTabletServer_args.tinfo
           
 TInfo MasterClientService.setSystemProperty_args.tinfo
           
 TInfo MasterClientService.removeSystemProperty_args.tinfo
           
 TInfo MasterClientService.getMasterStats_args.tinfo
           
 TInfo MasterClientService.reportSplitExtent_args.tinfo
           
 TInfo MasterClientService.reportTabletStatus_args.tinfo
           
 

Methods in org.apache.accumulo.core.master.thrift that return TInfo
 TInfo MasterClientService.createTable_args.getTinfo()
           
 TInfo MasterClientService.deleteTable_args.getTinfo()
           
 TInfo MasterClientService.renameTable_args.getTinfo()
           
 TInfo MasterClientService.offlineTable_args.getTinfo()
           
 TInfo MasterClientService.onlineTable_args.getTinfo()
           
 TInfo MasterClientService.flushTable_args.getTinfo()
           
 TInfo MasterClientService.setTableProperty_args.getTinfo()
           
 TInfo MasterClientService.removeTableProperty_args.getTinfo()
           
 TInfo MasterClientService.setMasterGoalState_args.getTinfo()
           
 TInfo MasterClientService.shutdown_args.getTinfo()
           
 TInfo MasterClientService.shutdownTabletServer_args.getTinfo()
           
 TInfo MasterClientService.setSystemProperty_args.getTinfo()
           
 TInfo MasterClientService.removeSystemProperty_args.getTinfo()
           
 TInfo MasterClientService.getMasterStats_args.getTinfo()
           
 TInfo MasterClientService.reportSplitExtent_args.getTinfo()
           
 TInfo MasterClientService.reportTabletStatus_args.getTinfo()
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TInfo
 void MasterClientService.Iface.createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void MasterClientService.Client.createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void MasterClientService.Iface.deleteTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.deleteTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Iface.flushTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.flushTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 MasterMonitorInfo MasterClientService.Iface.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 MasterMonitorInfo MasterClientService.Client.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 void MasterClientService.Iface.offlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.offlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Iface.onlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.onlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Iface.removeSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
 void MasterClientService.Client.removeSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
 void MasterClientService.Iface.removeTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
 void MasterClientService.Client.removeTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
 void MasterClientService.Iface.renameTable(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
 void MasterClientService.Client.renameTable(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
 void MasterClientService.Iface.reportSplitExtent(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
 void MasterClientService.Client.reportSplitExtent(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
 void MasterClientService.Iface.reportTabletStatus(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void MasterClientService.Client.reportTabletStatus(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void MasterClientService.Client.send_createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void MasterClientService.Client.send_deleteTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.send_flushTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.send_getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 void MasterClientService.Client.send_offlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.send_onlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void MasterClientService.Client.send_removeSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
 void MasterClientService.Client.send_removeTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
 void MasterClientService.Client.send_renameTable(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
 void MasterClientService.Client.send_reportSplitExtent(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
 void MasterClientService.Client.send_reportTabletStatus(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void MasterClientService.Client.send_setMasterGoalState(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
 void MasterClientService.Client.send_setSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
 void MasterClientService.Client.send_setTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
 void MasterClientService.Client.send_shutdown(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
 void MasterClientService.Client.send_shutdownTabletServer(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 void MasterClientService.Iface.setMasterGoalState(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
 void MasterClientService.Client.setMasterGoalState(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
 void MasterClientService.Iface.setSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
 void MasterClientService.Client.setSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
 void MasterClientService.Iface.setTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
 void MasterClientService.Client.setTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
 MasterClientService.createTable_args MasterClientService.createTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.deleteTable_args MasterClientService.deleteTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.renameTable_args MasterClientService.renameTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.offlineTable_args MasterClientService.offlineTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.onlineTable_args MasterClientService.onlineTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.flushTable_args MasterClientService.flushTable_args.setTinfo(TInfo tinfo)
           
 MasterClientService.setTableProperty_args MasterClientService.setTableProperty_args.setTinfo(TInfo tinfo)
           
 MasterClientService.removeTableProperty_args MasterClientService.removeTableProperty_args.setTinfo(TInfo tinfo)
           
 MasterClientService.setMasterGoalState_args MasterClientService.setMasterGoalState_args.setTinfo(TInfo tinfo)
           
 MasterClientService.shutdown_args MasterClientService.shutdown_args.setTinfo(TInfo tinfo)
           
 MasterClientService.shutdownTabletServer_args MasterClientService.shutdownTabletServer_args.setTinfo(TInfo tinfo)
           
 MasterClientService.setSystemProperty_args MasterClientService.setSystemProperty_args.setTinfo(TInfo tinfo)
           
 MasterClientService.removeSystemProperty_args MasterClientService.removeSystemProperty_args.setTinfo(TInfo tinfo)
           
 MasterClientService.getMasterStats_args MasterClientService.getMasterStats_args.setTinfo(TInfo tinfo)
           
 MasterClientService.reportSplitExtent_args MasterClientService.reportSplitExtent_args.setTinfo(TInfo tinfo)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setTinfo(TInfo tinfo)
           
 void MasterClientService.Iface.shutdown(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
 void MasterClientService.Client.shutdown(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
 void MasterClientService.Iface.shutdownTabletServer(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 void MasterClientService.Client.shutdownTabletServer(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TInfo
MasterClientService.createTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
MasterClientService.deleteTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
MasterClientService.flushTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
MasterClientService.getMasterStats_args(TInfo tinfo, AuthInfo credentials)
           
MasterClientService.offlineTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
MasterClientService.onlineTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
MasterClientService.removeSystemProperty_args(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
MasterClientService.removeTableProperty_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
MasterClientService.renameTable_args(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
MasterClientService.reportSplitExtent_args(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
MasterClientService.reportTabletStatus_args(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
MasterClientService.setMasterGoalState_args(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
MasterClientService.setSystemProperty_args(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
MasterClientService.setTableProperty_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
MasterClientService.shutdown_args(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
MasterClientService.shutdownTabletServer_args(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 

Uses of TInfo in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TInfo
 TInfo MutationLogger.create_args.tinfo
           
 TInfo MutationLogger.defineTablet_args.tinfo
           
 TInfo MutationLogger.log_args.tinfo
           
 TInfo MutationLogger.logManyTablets_args.tinfo
           
 TInfo MutationLogger.minorCompactionStarted_args.tinfo
           
 TInfo MutationLogger.minorCompactionFinished_args.tinfo
           
 TInfo MutationLogger.close_args.tinfo
           
 TInfo MutationLogger.startCopy_args.tinfo
           
 TInfo MutationLogger.getClosedLogs_args.tinfo
           
 TInfo MutationLogger.remove_args.tinfo
           
 TInfo TabletClientService.startScan_args.tinfo
           
 TInfo TabletClientService.continueScan_args.tinfo
           
 TInfo TabletClientService.closeScan_args.tinfo
           
 TInfo TabletClientService.startMultiScan_args.tinfo
           
 TInfo TabletClientService.continueMultiScan_args.tinfo
           
 TInfo TabletClientService.closeMultiScan_args.tinfo
           
 TInfo TabletClientService.startUpdate_args.tinfo
           
 TInfo TabletClientService.setUpdateTablet_args.tinfo
           
 TInfo TabletClientService.applyUpdate_args.tinfo
           
 TInfo TabletClientService.closeUpdate_args.tinfo
           
 TInfo TabletClientService.update_args.tinfo
           
 TInfo TabletClientService.bulkImport_args.tinfo
           
 TInfo TabletClientService.splitTablet_args.tinfo
           
 TInfo TabletClientService.loadTablet_args.tinfo
           
 TInfo TabletClientService.unloadTablet_args.tinfo
           
 TInfo TabletClientService.flush_args.tinfo
           
 TInfo TabletClientService.useLoggers_args.tinfo
           
 TInfo TabletClientService.getTabletServerStatus_args.tinfo
           
 TInfo TabletClientService.getTabletStats_args.tinfo
           
 TInfo TabletClientService.getHistoricalStats_args.tinfo
           
 TInfo TabletClientService.halt_args.tinfo
           
 TInfo TabletClientService.getActiveScans_args.tinfo
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TInfo
 TInfo MutationLogger.create_args.getTinfo()
           
 TInfo MutationLogger.defineTablet_args.getTinfo()
           
 TInfo MutationLogger.log_args.getTinfo()
           
 TInfo MutationLogger.logManyTablets_args.getTinfo()
           
 TInfo MutationLogger.minorCompactionStarted_args.getTinfo()
           
 TInfo MutationLogger.minorCompactionFinished_args.getTinfo()
           
 TInfo MutationLogger.close_args.getTinfo()
           
 TInfo MutationLogger.startCopy_args.getTinfo()
           
 TInfo MutationLogger.getClosedLogs_args.getTinfo()
           
 TInfo MutationLogger.remove_args.getTinfo()
           
 TInfo TabletClientService.startScan_args.getTinfo()
           
 TInfo TabletClientService.continueScan_args.getTinfo()
           
 TInfo TabletClientService.closeScan_args.getTinfo()
           
 TInfo TabletClientService.startMultiScan_args.getTinfo()
           
 TInfo TabletClientService.continueMultiScan_args.getTinfo()
           
 TInfo TabletClientService.closeMultiScan_args.getTinfo()
           
 TInfo TabletClientService.startUpdate_args.getTinfo()
           
 TInfo TabletClientService.setUpdateTablet_args.getTinfo()
           
 TInfo TabletClientService.applyUpdate_args.getTinfo()
           
 TInfo TabletClientService.closeUpdate_args.getTinfo()
           
 TInfo TabletClientService.update_args.getTinfo()
           
 TInfo TabletClientService.bulkImport_args.getTinfo()
           
 TInfo TabletClientService.splitTablet_args.getTinfo()
           
 TInfo TabletClientService.loadTablet_args.getTinfo()
           
 TInfo TabletClientService.unloadTablet_args.getTinfo()
           
 TInfo TabletClientService.flush_args.getTinfo()
           
 TInfo TabletClientService.useLoggers_args.getTinfo()
           
 TInfo TabletClientService.getTabletServerStatus_args.getTinfo()
           
 TInfo TabletClientService.getTabletStats_args.getTinfo()
           
 TInfo TabletClientService.getHistoricalStats_args.getTinfo()
           
 TInfo TabletClientService.halt_args.getTinfo()
           
 TInfo TabletClientService.getActiveScans_args.getTinfo()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TInfo
 void TabletClientService.Iface.applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 void TabletClientService.Client.applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 java.util.List<TKeyExtent> TabletClientService.Iface.bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 java.util.List<TKeyExtent> TabletClientService.Client.bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 void MutationLogger.Iface.close(TInfo tinfo, long id)
           
 void MutationLogger.Client.close(TInfo tinfo, long id)
           
 void TabletClientService.Iface.closeMultiScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Client.closeMultiScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Iface.closeScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Client.closeScan(TInfo tinfo, long scanID)
           
 UpdateErrors TabletClientService.Iface.closeUpdate(TInfo tinfo, long updateID)
           
 UpdateErrors TabletClientService.Client.closeUpdate(TInfo tinfo, long updateID)
           
 MultiScanResult TabletClientService.Iface.continueMultiScan(TInfo tinfo, long scanID)
           
 MultiScanResult TabletClientService.Client.continueMultiScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Iface.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Client.continueScan(TInfo tinfo, long scanID)
           
 LogFile MutationLogger.Iface.create(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
 LogFile MutationLogger.Client.create(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
 void MutationLogger.Iface.defineTablet(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
 void MutationLogger.Client.defineTablet(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
 void TabletClientService.Iface.flush(TInfo tinfo, AuthInfo credentials, java.lang.String lock, java.util.Set<java.lang.String> tables)
           
 void TabletClientService.Client.flush(TInfo tinfo, AuthInfo credentials, java.lang.String lock, java.util.Set<java.lang.String> tables)
           
 java.util.List<ActiveScan> TabletClientService.Iface.getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 java.util.List<ActiveScan> TabletClientService.Client.getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 java.util.List<java.lang.String> MutationLogger.Iface.getClosedLogs(TInfo tinfo, AuthInfo credentials)
           
 java.util.List<java.lang.String> MutationLogger.Client.getClosedLogs(TInfo tinfo, AuthInfo credentials)
           
 TabletStats TabletClientService.Iface.getHistoricalStats(TInfo tinfo, AuthInfo credentials)
           
 TabletStats TabletClientService.Client.getHistoricalStats(TInfo tinfo, AuthInfo credentials)
           
 TabletServerStatus TabletClientService.Iface.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 TabletServerStatus TabletClientService.Client.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 java.util.List<TabletStats> TabletClientService.Iface.getTabletStats(TInfo tinfo, AuthInfo credentials, java.lang.String tableId)
           
 java.util.List<TabletStats> TabletClientService.Client.getTabletStats(TInfo tinfo, AuthInfo credentials, java.lang.String tableId)
           
 void TabletClientService.Iface.halt(TInfo tinfo, AuthInfo credentials, java.lang.String lock)
           
 void TabletClientService.Client.halt(TInfo tinfo, AuthInfo credentials, java.lang.String lock)
           
 void TabletClientService.Iface.loadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent)
           
 void TabletClientService.Client.loadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent)
           
 void MutationLogger.Iface.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Client.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Iface.logManyTablets(TInfo tinfo, long id, java.util.List<TabletMutations> mutations)
           
 void MutationLogger.Client.logManyTablets(TInfo tinfo, long id, java.util.List<TabletMutations> mutations)
           
 void MutationLogger.Iface.minorCompactionFinished(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Client.minorCompactionFinished(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Iface.minorCompactionStarted(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Client.minorCompactionStarted(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Iface.remove(TInfo tinfo, AuthInfo credentials, java.util.List<java.lang.String> files)
           
 void MutationLogger.Client.remove(TInfo tinfo, AuthInfo credentials, java.util.List<java.lang.String> files)
           
 void TabletClientService.Client.send_applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 void TabletClientService.Client.send_bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 void MutationLogger.Client.send_close(TInfo tinfo, long id)
           
 void TabletClientService.Client.send_closeMultiScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Client.send_closeScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Client.send_closeUpdate(TInfo tinfo, long updateID)
           
 void TabletClientService.Client.send_continueMultiScan(TInfo tinfo, long scanID)
           
 void TabletClientService.Client.send_continueScan(TInfo tinfo, long scanID)
           
 void MutationLogger.Client.send_create(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
 void MutationLogger.Client.send_defineTablet(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
 void TabletClientService.Client.send_flush(TInfo tinfo, AuthInfo credentials, java.lang.String lock, java.util.Set<java.lang.String> tables)
           
 void TabletClientService.Client.send_getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 void MutationLogger.Client.send_getClosedLogs(TInfo tinfo, AuthInfo credentials)
           
 void TabletClientService.Client.send_getHistoricalStats(TInfo tinfo, AuthInfo credentials)
           
 void TabletClientService.Client.send_getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 void TabletClientService.Client.send_getTabletStats(TInfo tinfo, AuthInfo credentials, java.lang.String tableId)
           
 void TabletClientService.Client.send_halt(TInfo tinfo, AuthInfo credentials, java.lang.String lock)
           
 void TabletClientService.Client.send_loadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent)
           
 void MutationLogger.Client.send_log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Client.send_logManyTablets(TInfo tinfo, long id, java.util.List<TabletMutations> mutations)
           
 void MutationLogger.Client.send_minorCompactionFinished(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Client.send_minorCompactionStarted(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
 void MutationLogger.Client.send_remove(TInfo tinfo, AuthInfo credentials, java.util.List<java.lang.String> files)
           
 void TabletClientService.Client.send_setUpdateTablet(TInfo tinfo, long updateID, TKeyExtent keyExtent)
           
 void TabletClientService.Client.send_splitTablet(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, byte[] splitPoint)
           
 void MutationLogger.Client.send_startCopy(TInfo tinfo, AuthInfo credentials, java.lang.String name, java.lang.String fullyQualifiedFileName, boolean sort)
           
 void TabletClientService.Client.send_startMultiScan(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.List<TRange>> batch, java.util.List<TColumn> columns, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites)
           
 void TabletClientService.Client.send_startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
 void TabletClientService.Client.send_startUpdate(TInfo tinfo, AuthInfo credentials)
           
 void TabletClientService.Client.send_unloadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent, boolean save)
           
 void TabletClientService.Client.send_update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.send_useLoggers(TInfo tinfo, AuthInfo credentials, java.util.Set<java.lang.String> loggers)
           
 MutationLogger.create_args MutationLogger.create_args.setTinfo(TInfo tinfo)
           
 MutationLogger.defineTablet_args MutationLogger.defineTablet_args.setTinfo(TInfo tinfo)
           
 MutationLogger.log_args MutationLogger.log_args.setTinfo(TInfo tinfo)
           
 MutationLogger.logManyTablets_args MutationLogger.logManyTablets_args.setTinfo(TInfo tinfo)
           
 MutationLogger.minorCompactionStarted_args MutationLogger.minorCompactionStarted_args.setTinfo(TInfo tinfo)
           
 MutationLogger.minorCompactionFinished_args MutationLogger.minorCompactionFinished_args.setTinfo(TInfo tinfo)
           
 MutationLogger.close_args MutationLogger.close_args.setTinfo(TInfo tinfo)
           
 MutationLogger.startCopy_args MutationLogger.startCopy_args.setTinfo(TInfo tinfo)
           
 MutationLogger.getClosedLogs_args MutationLogger.getClosedLogs_args.setTinfo(TInfo tinfo)
           
 MutationLogger.remove_args MutationLogger.remove_args.setTinfo(TInfo tinfo)
           
 TabletClientService.startScan_args TabletClientService.startScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.continueScan_args TabletClientService.continueScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.closeScan_args TabletClientService.closeScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.startMultiScan_args TabletClientService.startMultiScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.continueMultiScan_args TabletClientService.continueMultiScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.closeMultiScan_args TabletClientService.closeMultiScan_args.setTinfo(TInfo tinfo)
           
 TabletClientService.startUpdate_args TabletClientService.startUpdate_args.setTinfo(TInfo tinfo)
           
 TabletClientService.setUpdateTablet_args TabletClientService.setUpdateTablet_args.setTinfo(TInfo tinfo)
           
 TabletClientService.applyUpdate_args TabletClientService.applyUpdate_args.setTinfo(TInfo tinfo)
           
 TabletClientService.closeUpdate_args TabletClientService.closeUpdate_args.setTinfo(TInfo tinfo)
           
 TabletClientService.update_args TabletClientService.update_args.setTinfo(TInfo tinfo)
           
 TabletClientService.bulkImport_args TabletClientService.bulkImport_args.setTinfo(TInfo tinfo)
           
 TabletClientService.splitTablet_args TabletClientService.splitTablet_args.setTinfo(TInfo tinfo)
           
 TabletClientService.loadTablet_args TabletClientService.loadTablet_args.setTinfo(TInfo tinfo)
           
 TabletClientService.unloadTablet_args TabletClientService.unloadTablet_args.setTinfo(TInfo tinfo)
           
 TabletClientService.flush_args TabletClientService.flush_args.setTinfo(TInfo tinfo)
           
 TabletClientService.useLoggers_args TabletClientService.useLoggers_args.setTinfo(TInfo tinfo)
           
 TabletClientService.getTabletServerStatus_args TabletClientService.getTabletServerStatus_args.setTinfo(TInfo tinfo)
           
 TabletClientService.getTabletStats_args TabletClientService.getTabletStats_args.setTinfo(TInfo tinfo)
           
 TabletClientService.getHistoricalStats_args TabletClientService.getHistoricalStats_args.setTinfo(TInfo tinfo)
           
 TabletClientService.halt_args TabletClientService.halt_args.setTinfo(TInfo tinfo)
           
 TabletClientService.getActiveScans_args TabletClientService.getActiveScans_args.setTinfo(TInfo tinfo)
           
 void TabletClientService.Iface.setUpdateTablet(TInfo tinfo, long updateID, TKeyExtent keyExtent)
           
 void TabletClientService.Client.setUpdateTablet(TInfo tinfo, long updateID, TKeyExtent keyExtent)
           
 void TabletClientService.Iface.splitTablet(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, byte[] splitPoint)
           
 void TabletClientService.Client.splitTablet(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, byte[] splitPoint)
           
 long MutationLogger.Iface.startCopy(TInfo tinfo, AuthInfo credentials, java.lang.String name, java.lang.String fullyQualifiedFileName, boolean sort)
           
 long MutationLogger.Client.startCopy(TInfo tinfo, AuthInfo credentials, java.lang.String name, java.lang.String fullyQualifiedFileName, boolean sort)
           
 InitialMultiScan TabletClientService.Iface.startMultiScan(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.List<TRange>> batch, java.util.List<TColumn> columns, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites)
           
 InitialMultiScan TabletClientService.Client.startMultiScan(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.List<TRange>> batch, java.util.List<TColumn> columns, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites)
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
 long TabletClientService.Iface.startUpdate(TInfo tinfo, AuthInfo credentials)
           
 long TabletClientService.Client.startUpdate(TInfo tinfo, AuthInfo credentials)
           
 void TabletClientService.Iface.unloadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent, boolean save)
           
 void TabletClientService.Client.unloadTablet(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent, boolean save)
           
 void TabletClientService.Iface.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Iface.useLoggers(TInfo tinfo, AuthInfo credentials, java.util.Set<java.lang.String> loggers)
           
 void TabletClientService.Client.useLoggers(TInfo tinfo, AuthInfo credentials, java.util.Set<java.lang.String> loggers)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TInfo
MutationLogger.close_args(TInfo tinfo, long id)
           
MutationLogger.create_args(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
MutationLogger.defineTablet_args(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
MutationLogger.getClosedLogs_args(TInfo tinfo, AuthInfo credentials)
           
MutationLogger.log_args(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
MutationLogger.logManyTablets_args(TInfo tinfo, long id, java.util.List<TabletMutations> mutations)
           
MutationLogger.minorCompactionFinished_args(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
MutationLogger.minorCompactionStarted_args(TInfo tinfo, long id, long seq, int tid, java.lang.String fqfn)
           
MutationLogger.remove_args(TInfo tinfo, AuthInfo credentials, java.util.List<java.lang.String> files)
           
MutationLogger.startCopy_args(TInfo tinfo, AuthInfo credentials, java.lang.String name, java.lang.String fullyQualifiedFileName, boolean sort)
           
TabletClientService.applyUpdate_args(TInfo tinfo, long updateID, TMutation mutation)
           
TabletClientService.bulkImport_args(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
TabletClientService.closeMultiScan_args(TInfo tinfo, long scanID)
           
TabletClientService.closeScan_args(TInfo tinfo, long scanID)
           
TabletClientService.closeUpdate_args(TInfo tinfo, long updateID)
           
TabletClientService.continueMultiScan_args(TInfo tinfo, long scanID)
           
TabletClientService.continueScan_args(TInfo tinfo, long scanID)
           
TabletClientService.flush_args(TInfo tinfo, AuthInfo credentials, java.lang.String lock, java.util.Set<java.lang.String> tables)
           
TabletClientService.getActiveScans_args(TInfo tinfo, AuthInfo credentials)
           
TabletClientService.getHistoricalStats_args(TInfo tinfo, AuthInfo credentials)
           
TabletClientService.getTabletServerStatus_args(TInfo tinfo, AuthInfo credentials)
           
TabletClientService.getTabletStats_args(TInfo tinfo, AuthInfo credentials, java.lang.String tableId)
           
TabletClientService.halt_args(TInfo tinfo, AuthInfo credentials, java.lang.String lock)
           
TabletClientService.loadTablet_args(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent)
           
TabletClientService.setUpdateTablet_args(TInfo tinfo, long updateID, TKeyExtent keyExtent)
           
TabletClientService.splitTablet_args(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, byte[] splitPoint)
           
TabletClientService.startMultiScan_args(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.List<TRange>> batch, java.util.List<TColumn> columns, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites)
           
TabletClientService.startScan_args(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
TabletClientService.startUpdate_args(TInfo tinfo, AuthInfo credentials)
           
TabletClientService.unloadTablet_args(TInfo tinfo, AuthInfo credentials, java.lang.String lock, TKeyExtent extent, boolean save)
           
TabletClientService.update_args(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
TabletClientService.useLoggers_args(TInfo tinfo, AuthInfo credentials, java.util.Set<java.lang.String> loggers)
           
 

Uses of TInfo in org.apache.accumulo.server.client
 

Methods in org.apache.accumulo.server.client with parameters of type TInfo
 boolean ClientServiceHandler.authenticateUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientServiceHandler.changeAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.util.List<byte[]> authorizations)
           
 void ClientServiceHandler.changePassword(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password)
           
 void ClientServiceHandler.createUser(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte[] password, java.util.List<byte[]> authorizations)
           
 void ClientServiceHandler.dropUser(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientServiceHandler.finishBulkImport(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String lockFile, boolean disableGC)
           
 java.util.List<byte[]> ClientServiceHandler.getUserAuthorizations(TInfo tinfo, AuthInfo credentials, java.lang.String user)
           
 void ClientServiceHandler.grantSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientServiceHandler.grantTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 boolean ClientServiceHandler.hasSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte sysPerm)
           
 boolean ClientServiceHandler.hasTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte tblPerm)
           
 java.util.Set<java.lang.String> ClientServiceHandler.listUsers(TInfo tinfo, AuthInfo credentials)
           
 java.lang.String ClientServiceHandler.prepareBulkImport(TInfo info, AuthInfo credentials, java.lang.String dir, java.lang.String tableName, double errPercent)
           
 void ClientServiceHandler.revokeSystemPermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, byte permission)
           
 void ClientServiceHandler.revokeTablePermission(TInfo tinfo, AuthInfo credentials, java.lang.String user, java.lang.String tableName, byte permission)
           
 

Uses of TInfo in org.apache.accumulo.server.gc
 

Methods in org.apache.accumulo.server.gc with parameters of type TInfo
 GCStatus SimpleGarbageCollector.getStatus(TInfo info, AuthInfo credentials)
           
 

Uses of TInfo in org.apache.accumulo.server.logger
 

Methods in org.apache.accumulo.server.logger with parameters of type TInfo
 void LogService.close(TInfo info, long id)
           
 LogFile LogService.create(TInfo info, AuthInfo credentials, java.lang.String tserverSession)
           
 void LogService.defineTablet(TInfo info, long id, long seq, int tid, TKeyExtent tablet)
           
 java.util.List<java.lang.String> LogService.getClosedLogs(TInfo info, AuthInfo credentials)
           
 void LogService.log(TInfo info, long id, long seq, int tid, TMutation mutation)
           
 void LogService.logManyTablets(TInfo info, long id, java.util.List<TabletMutations> mutations)
           
 void LogService.minorCompactionFinished(TInfo info, long id, long seq, int tid, java.lang.String fqfn)
           
 void LogService.minorCompactionStarted(TInfo info, long id, long seq, int tid, java.lang.String fqfn)
           
 void LogService.remove(TInfo info, AuthInfo credentials, java.util.List<java.lang.String> files)
           
 long LogService.startCopy(TInfo info, AuthInfo credentials, java.lang.String localLog, java.lang.String fullyQualifiedFileName, boolean sort)
           
 



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