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
 java.util.List<ActiveScan> TabletClientService.getActiveScans_result.success
           
 

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

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ActiveScan
 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<ActiveScan> TabletClientService.getActiveScans_result.getSuccess()
           
 java.util.Iterator<ActiveScan> TabletClientService.getActiveScans_result.getSuccessIterator()
           
 java.util.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(java.util.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(java.util.List<ActiveScan> success, ThriftSecurityException sec)
           
 



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