org.apache.hadoop.hbase.regionserver.compactions
Class CompactionRequest.Rejection
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactionRequest.Rejection
public CompactionRequest.Rejection()
rejectedExecution
public void rejectedExecution(Runnable request,
ThreadPoolExecutor pool)
- Specified by:
rejectedExecution
in interface RejectedExecutionHandler
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.