Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ActiveScan

Packages that use ActiveScan
org.apache.accumulo.core.tabletserver.thrift   
 

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

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type ActiveScan
 List<ActiveScan> TabletClientService.getActiveScans_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ActiveScan
 ActiveScan ActiveScan.deepCopy()
           
 ActiveScan ActiveScan.setAge(long age)
           
 ActiveScan ActiveScan.setClient(String client)
           
 ActiveScan ActiveScan.setColumns(List<TColumn> columns)
           
 ActiveScan ActiveScan.setExtent(TKeyExtent extent)
           
 ActiveScan ActiveScan.setIdleTime(long idleTime)
           
 ActiveScan ActiveScan.setSsiList(List<IterInfo> ssiList)
           
 ActiveScan ActiveScan.setSsio(Map<String,Map<String,String>> ssio)
           
 ActiveScan ActiveScan.setState(ScanState state)
           
 ActiveScan ActiveScan.setTableId(String tableId)
           
 ActiveScan ActiveScan.setType(ScanType type)
           
 ActiveScan ActiveScan.setUser(String user)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ActiveScan
 List<ActiveScan> TabletClientService.Iface.getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 List<ActiveScan> TabletClientService.Client.getActiveScans(TInfo tinfo, AuthInfo credentials)
           
 List<ActiveScan> TabletClientService.AsyncClient.getActiveScans_call.getResult()
           
 List<ActiveScan> TabletClientService.getActiveScans_result.getSuccess()
           
 Iterator<ActiveScan> TabletClientService.getActiveScans_result.getSuccessIterator()
           
 List<ActiveScan> TabletClientService.Client.recv_getActiveScans()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveScan
 void TabletClientService.getActiveScans_result.addToSuccess(ActiveScan elem)
           
 int ActiveScan.compareTo(ActiveScan other)
           
 boolean ActiveScan.equals(ActiveScan that)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveScan
 TabletClientService.getActiveScans_result TabletClientService.getActiveScans_result.setSuccess(List<ActiveScan> success)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveScan
ActiveScan(ActiveScan other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveScan
TabletClientService.getActiveScans_result(List<ActiveScan> success, ThriftSecurityException sec)
           
 



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