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
-
Constructor Summary
-
Method Summary
-
Field Details
-
client
-
-
Constructor Details
-
CancelOnClose
-
-
Method Details
-
progress
Description copied from interface:CancelableProgressable
Report progress. Returns true if operations should continue, false if the operation should be canceled and rolled back.- Specified by:
progress
in interfaceCancelableProgressable
- Returns:
- whether to continue (true) or cancel (false) the operation
-