Uses of Class
org.apache.accumulo.proxy.thrift.ActiveScan

Packages that use ActiveScan
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of ActiveScan in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return types with arguments of type ActiveScan
 List<ActiveScan> ProxyServer.getActiveScans(ByteBuffer login, String tserver)
           
 

Uses of ActiveScan in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type ActiveScan
 List<ActiveScan> AccumuloProxy.getActiveScans_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return ActiveScan
 ActiveScan ActiveScan.deepCopy()
           
 ActiveScan ActiveScan.setAge(long age)
           
 ActiveScan ActiveScan.setAuthorizations(List<ByteBuffer> authorizations)
           
 ActiveScan ActiveScan.setClient(String client)
           
 ActiveScan ActiveScan.setColumns(List<Column> columns)
           
 ActiveScan ActiveScan.setExtent(KeyExtent extent)
           
 ActiveScan ActiveScan.setIdleTime(long idleTime)
           
 ActiveScan ActiveScan.setIterators(List<IteratorSetting> iterators)
           
 ActiveScan ActiveScan.setState(ScanState state)
           
 ActiveScan ActiveScan.setTable(String table)
           
 ActiveScan ActiveScan.setType(ScanType type)
           
 ActiveScan ActiveScan.setUser(String user)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type ActiveScan
 List<ActiveScan> AccumuloProxy.Iface.getActiveScans(ByteBuffer login, String tserver)
           
 List<ActiveScan> AccumuloProxy.Client.getActiveScans(ByteBuffer login, String tserver)
           
 List<ActiveScan> AccumuloProxy.AsyncClient.getActiveScans_call.getResult()
           
 List<ActiveScan> AccumuloProxy.getActiveScans_result.getSuccess()
           
 Iterator<ActiveScan> AccumuloProxy.getActiveScans_result.getSuccessIterator()
           
 List<ActiveScan> AccumuloProxy.Client.recv_getActiveScans()
           
 

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

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

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

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type ActiveScan
AccumuloProxy.getActiveScans_result(List<ActiveScan> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.