HBaseOperator.h
Fields
HOP_OK |
|
HOP_NOT_HANDLED |
|
HOP_CANCEL |
|
HOP_READY |
Detailed Description
Defines datatypes associated with the HBaseOperator class
Type Documentation
-
enum
HOperatorReturn
Indicates the return value of an operator
Values:
-
enumerator
HOP_OK
The event has been handled.
-
enumerator
HOP_NOT_HANDLED
The event has not been handled.
-
enumerator
HOP_CANCEL
Processing was aborted.
-
enumerator
HOP_READY
Event handler is ready for processing.
-
enumerator