org.apache.accumulo.server.tabletserver
Class Compactor
java.lang.Object
org.apache.accumulo.server.tabletserver.Compactor
- All Implemented Interfaces:
- Callable<CompactionStats>
- Direct Known Subclasses:
- MinorCompactor
public class Compactor
- extends Object
- implements Callable<CompactionStats>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFileSystem
public org.apache.hadoop.fs.FileSystem getFileSystem()
call
public CompactionStats call()
throws IOException,
org.apache.accumulo.server.tabletserver.Compactor.CompactionCanceledException
- Specified by:
call
in interface Callable<CompactionStats>
- Throws:
IOException
org.apache.accumulo.server.tabletserver.Compactor.CompactionCanceledException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.