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

Packages that use ActiveCompaction
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.test.performance.thrift   
 

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

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

Methods in org.apache.accumulo.core.tabletserver.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(TKeyExtent extent)
           
 ActiveCompaction ActiveCompaction.setInputFiles(List<String> inputFiles)
           
 ActiveCompaction ActiveCompaction.setLocalityGroup(String localityGroup)
           
 ActiveCompaction ActiveCompaction.setOutputFile(String outputFile)
           
 ActiveCompaction ActiveCompaction.setReason(CompactionReason reason)
           
 ActiveCompaction ActiveCompaction.setSsiList(List<IterInfo> ssiList)
           
 ActiveCompaction ActiveCompaction.setSsio(Map<String,Map<String,String>> ssio)
           
 ActiveCompaction ActiveCompaction.setType(CompactionType type)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ActiveCompaction
 List<ActiveCompaction> TabletClientService.Iface.getActiveCompactions(TInfo tinfo, TCredentials credentials)
           
 List<ActiveCompaction> TabletClientService.Client.getActiveCompactions(TInfo tinfo, TCredentials credentials)
           
 List<ActiveCompaction> TabletClientService.AsyncClient.getActiveCompactions_call.getResult()
           
 List<ActiveCompaction> TabletClientService.getActiveCompactions_result.getSuccess()
           
 Iterator<ActiveCompaction> TabletClientService.getActiveCompactions_result.getSuccessIterator()
           
 List<ActiveCompaction> TabletClientService.Client.recv_getActiveCompactions()
           
 

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

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

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

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

Uses of ActiveCompaction in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return ActiveCompaction
 ActiveCompaction Compactor.CompactionInfo.toThrift()
           
 

Uses of ActiveCompaction in org.apache.accumulo.test.performance.thrift
 

Methods in org.apache.accumulo.test.performance.thrift that return types with arguments of type ActiveCompaction
 List<ActiveCompaction> NullTserver.ThriftClientHandler.getActiveCompactions(TInfo tinfo, TCredentials credentials)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.