org.apache.hadoop.hbase.regionserver
Class HRegionServer.MovedRegionsCleaner

java.lang.Object
  extended by org.apache.hadoop.hbase.util.HasThread
      extended by org.apache.hadoop.hbase.Chore
          extended by org.apache.hadoop.hbase.regionserver.HRegionServer.MovedRegionsCleaner
All Implemented Interfaces:
Runnable, Stoppable
Enclosing class:
HRegionServer

protected static class HRegionServer.MovedRegionsCleaner
extends Chore
implements Stoppable

Creates a Chore thread to clean the moved region cache.


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.Chore
stopper
 
Method Summary
protected  void chore()
           
 boolean isStopped()
           
 void stop(String why)
           
 
Methods inherited from class org.apache.hadoop.hbase.Chore
choreForTesting, cleanup, initialChore, run, sleep, triggerNow
 
Methods inherited from class org.apache.hadoop.hbase.util.HasThread
getName, getThread, interrupt, isAlive, isInterrupted, join, join, join, setDaemon, setName, setPriority, setUncaughtExceptionHandler, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

chore

protected void chore()
Specified by:
chore in class Chore

stop

public void stop(String why)
Specified by:
stop in interface Stoppable

isStopped

public boolean isStopped()
Specified by:
isStopped in interface Stoppable


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.