org.apache.accumulo.server.tabletserver
Class Compactor

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.Compactor
All Implemented Interfaces:
Callable<CompactionStats>
Direct Known Subclasses:
MinorCompactor

public class Compactor
extends Object
implements Callable<CompactionStats>


Method Summary
 CompactionStats call()
           
 org.apache.hadoop.fs.FileSystem getFileSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.