Uses of Class
org.apache.accumulo.core.tabletserver.thrift.CompactionType
-
Packages that use CompactionType Package Description 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 Modifier and Type Field Description CompactionTypeActiveCompaction. typeMethods in org.apache.accumulo.core.tabletserver.thrift that return CompactionType Modifier and Type Method Description static CompactionTypeCompactionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CompactionTypeActiveCompaction. getType()static CompactionTypeCompactionType. 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 Modifier and Type Method Description ActiveCompactionActiveCompaction. setType(CompactionType type)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type CompactionType 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)
-