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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as CompactionType
 CompactionType ActiveCompaction.type
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return CompactionType
static CompactionType CompactionType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 CompactionType ActiveCompaction.getType()
           
static CompactionType CompactionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompactionType[] CompactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionType
 ActiveCompaction ActiveCompaction.setType(CompactionType type)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionType
ActiveCompaction(TKeyExtent extent, long age, List<String> inputFiles, String outputFile, CompactionType type, CompactionReason reason, String localityGroup, long entriesRead, long entriesWritten, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.