RegionOperationStatus

abstract class RegionOperationStatus

Represents a change in the execution state of a RegionOperation.

A listener may receive multiple RegionOperationStatus values for the same operation over time (for example multiple Progress updates, followed by a single Completed).

Inheritors

Types

Link copied to clipboard

Reports that operation has completed.

Link copied to clipboard

Reports progress for operation.

Properties

Link copied to clipboard

the operation for which this status is reported.