@InterfaceAudience.Private public interface CancelableProgressable
org.apache.hadoop.util.Progressable
but returns
a boolean to support canceling the operation.
Used for doing updating of OPENING znode during log replay on region open.
Modifier and Type | Method and Description |
---|---|
boolean |
progress()
Report progress.
|