public abstract class ActiveCompaction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActiveCompaction.CompactionReason |
static class |
ActiveCompaction.CompactionType |
Constructor and Description |
---|
ActiveCompaction() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getAge() |
abstract long |
getEntriesRead() |
abstract long |
getEntriesWritten() |
abstract KeyExtent |
getExtent()
Deprecated.
since 1.7.0 use
getTablet() |
abstract List<String> |
getInputFiles() |
abstract List<IteratorSetting> |
getIterators() |
abstract String |
getLocalityGroup() |
abstract String |
getOutputFile() |
abstract ActiveCompaction.CompactionReason |
getReason() |
abstract String |
getTable() |
abstract TabletId |
getTablet() |
abstract ActiveCompaction.CompactionType |
getType() |
public abstract String getTable() throws TableNotFoundException
TableNotFoundException
@Deprecated public abstract KeyExtent getExtent()
getTablet()
public abstract TabletId getTablet()
public abstract long getAge()
public abstract List<String> getInputFiles()
public abstract String getOutputFile()
public abstract ActiveCompaction.CompactionType getType()
public abstract ActiveCompaction.CompactionReason getReason()
public abstract String getLocalityGroup()
public abstract long getEntriesRead()
public abstract long getEntriesWritten()
public abstract List<IteratorSetting> getIterators()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.