Uses of Class
org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Packages that use ActiveCompaction.CompactionType Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of ActiveCompaction.CompactionType in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return ActiveCompaction.CompactionType Modifier and Type Method Description abstract ActiveCompaction.CompactionTypeActiveCompaction. getType()static ActiveCompaction.CompactionTypeActiveCompaction.CompactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActiveCompaction.CompactionType[]ActiveCompaction.CompactionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActiveCompaction.CompactionType in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ActiveCompaction.CompactionType Modifier and Type Method Description ActiveCompaction.CompactionTypeActiveCompactionImpl. getType()
-