org.apache.accumulo.server.tabletserver
public class Compactor extends Object implements Callable<CompactionStats>
Modifier and Type | Class and Description |
---|---|
static class |
Compactor.CompactionInfo |
class |
Compactor.CountingIterator |
Modifier and Type | Field and Description |
---|---|
protected KeyExtent |
extent |
protected org.apache.accumulo.server.tabletserver.Tablet.MinorCompactionReason |
mincReason |
protected static Set<Compactor> |
runningCompactions |
Modifier and Type | Method and Description |
---|---|
CompactionStats |
call() |
org.apache.hadoop.fs.FileSystem |
getFileSystem() |
static List<Compactor.CompactionInfo> |
getRunningCompactions() |
protected KeyExtent extent
protected org.apache.accumulo.server.tabletserver.Tablet.MinorCompactionReason mincReason
public static List<Compactor.CompactionInfo> getRunningCompactions()
public org.apache.hadoop.fs.FileSystem getFileSystem()
public CompactionStats call() throws IOException, org.apache.accumulo.server.tabletserver.Compactor.CompactionCanceledException
call
in interface Callable<CompactionStats>
IOException
org.apache.accumulo.server.tabletserver.Compactor.CompactionCanceledException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.