org.apache.accumulo.server.tabletserver
Class MinorCompactor

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

public class MinorCompactor
extends Compactor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.server.tabletserver.Compactor
Compactor.CompactionInfo, Compactor.CountingIterator
 
Field Summary
 
Fields inherited from class org.apache.accumulo.server.tabletserver.Compactor
extent, mincReason, runningCompactions
 
Method Summary
 CompactionStats call()
           
 
Methods inherited from class org.apache.accumulo.server.tabletserver.Compactor
getFileSystem, getRunningCompactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public CompactionStats call()
Specified by:
call in interface Callable<CompactionStats>
Overrides:
call in class Compactor


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.