public class ActiveCompaction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActiveCompaction.CompactionReason |
static class |
ActiveCompaction.CompactionType |
Modifier and Type | Method and Description |
---|---|
long |
getAge() |
long |
getEntriesRead() |
long |
getEntriesWritten() |
KeyExtent |
getExtent() |
List<String> |
getInputFiles() |
List<IteratorSetting> |
getIterators() |
String |
getLocalityGroup() |
String |
getOutputFile() |
ActiveCompaction.CompactionReason |
getReason() |
String |
getTable() |
ActiveCompaction.CompactionType |
getType() |
public String getTable() throws TableNotFoundException
TableNotFoundException
public KeyExtent getExtent()
public long getAge()
public String getOutputFile()
public ActiveCompaction.CompactionType getType()
public ActiveCompaction.CompactionReason getReason()
public String getLocalityGroup()
public long getEntriesRead()
public long getEntriesWritten()
public List<IteratorSetting> getIterators()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.