Class FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose
java.lang.Object
org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose
- All Implemented Interfaces:
 CancelableProgressable
- Enclosing class:
 - FanOutOneBlockAsyncDFSOutputHelper
 
static final class FanOutOneBlockAsyncDFSOutputHelper.CancelOnClose
extends Object
implements CancelableProgressable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
client
 
 - 
 - 
Constructor Details
- 
CancelOnClose
 
 - 
 - 
Method Details
- 
progress
Description copied from interface:CancelableProgressableReport progress. Returns true if operations should continue, false if the operation should be canceled and rolled back.- Specified by:
 progressin interfaceCancelableProgressable- Returns:
 - whether to continue (true) or cancel (false) the operation
 
 
 -