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

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

Uses of ActiveCompaction in org.apache.accumulo.proxy
 

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

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

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

Methods in org.apache.accumulo.proxy.thrift that return ActiveCompaction
 ActiveCompaction ActiveCompaction.deepCopy()
           
 ActiveCompaction ActiveCompaction.setAge(long age)
           
 ActiveCompaction ActiveCompaction.setEntriesRead(long entriesRead)
           
 ActiveCompaction ActiveCompaction.setEntriesWritten(long entriesWritten)
           
 ActiveCompaction ActiveCompaction.setExtent(KeyExtent extent)
           
 ActiveCompaction ActiveCompaction.setInputFiles(List<String> inputFiles)
           
 ActiveCompaction ActiveCompaction.setIterators(List<IteratorSetting> iterators)
           
 ActiveCompaction ActiveCompaction.setLocalityGroup(String localityGroup)
           
 ActiveCompaction ActiveCompaction.setOutputFile(String outputFile)
           
 ActiveCompaction ActiveCompaction.setReason(CompactionReason reason)
           
 ActiveCompaction ActiveCompaction.setType(CompactionType type)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type ActiveCompaction
 List<ActiveCompaction> AccumuloProxy.Iface.getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveCompaction> AccumuloProxy.Client.getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveCompaction> AccumuloProxy.AsyncClient.getActiveCompactions_call.getResult()
           
 List<ActiveCompaction> AccumuloProxy.getActiveCompactions_result.getSuccess()
           
 Iterator<ActiveCompaction> AccumuloProxy.getActiveCompactions_result.getSuccessIterator()
           
 List<ActiveCompaction> AccumuloProxy.Client.recv_getActiveCompactions()
           
 

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

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

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.