Package org.apache.hadoop.hbase.ipc
Class CallEvent
java.lang.Object
org.apache.hadoop.hbase.ipc.CallEvent
Used to tell netty handler the call is cancelled, timeout...
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final Call
(package private) final CallEvent.Type
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
call
-
-
Constructor Details
-
CallEvent
CallEvent(CallEvent.Type type, Call call)
-