org.apache.hadoop.hbase.regionserver.compactions
Class CompactionRequest.Rejection

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest.Rejection
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
CompactionRequest

public static class CompactionRequest.Rejection
extends Object
implements RejectedExecutionHandler

Cleanup class to use when rejecting a compaction request from the queue.


Constructor Summary
CompactionRequest.Rejection()
           
 
Method Summary
 void rejectedExecution(Runnable request, ThreadPoolExecutor pool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompactionRequest.Rejection

public CompactionRequest.Rejection()
Method Detail

rejectedExecution

public void rejectedExecution(Runnable request,
                              ThreadPoolExecutor pool)
Specified by:
rejectedExecution in interface RejectedExecutionHandler


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