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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as CompactionReason
 CompactionReason ActiveCompaction.reason
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return CompactionReason
static CompactionReason CompactionReason.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 CompactionReason ActiveCompaction.getReason()
           
static CompactionReason CompactionReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompactionReason[] CompactionReason.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 CompactionReason
 ActiveCompaction ActiveCompaction.setReason(CompactionReason reason)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionReason
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.