Uses of Class
org.apache.accumulo.core.tabletserver.thrift.CompactionReason
-
Packages that use CompactionReason Package Description 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 Modifier and Type Field Description CompactionReasonActiveCompaction. reasonMethods in org.apache.accumulo.core.tabletserver.thrift that return CompactionReason Modifier and Type Method Description static CompactionReasonCompactionReason. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CompactionReasonActiveCompaction. getReason()static CompactionReasonCompactionReason. 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 Modifier and Type Method Description ActiveCompactionActiveCompaction. setReason(CompactionReason reason)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionReason Constructor Description 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)
-