Uses of Class
org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType

Packages that use ActiveCompaction.CompactionType
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
 

Uses of ActiveCompaction.CompactionType in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that return ActiveCompaction.CompactionType
abstract  ActiveCompaction.CompactionType ActiveCompaction.getType()
           
static ActiveCompaction.CompactionType ActiveCompaction.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.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return ActiveCompaction.CompactionType
 ActiveCompaction.CompactionType ActiveCompactionImpl.getType()
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.