class H2ORpcEndpoint extends ThreadSafeRpcEndpoint
An RpcEndpoint used for communication between H2O client and H2O worker nodes on remote executors. This endpoint is started on each Spark executor where H2O worker will be running.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2ORpcEndpoint
- ThreadSafeRpcEndpoint
- RpcEndpoint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new H2ORpcEndpoint(rpcEnv: RpcEnv)
Value Members
-
def
onConnected(remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onDisconnected(remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onError(cause: Throwable): Unit
- Definition Classes
- RpcEndpoint
-
def
onNetworkError(cause: Throwable, remoteAddress: RpcAddress): Unit
- Definition Classes
- RpcEndpoint
-
def
onStart(): Unit
- Definition Classes
- RpcEndpoint
-
def
onStop(): Unit
- Definition Classes
- RpcEndpoint
-
def
receive: PartialFunction[Any, Unit]
- Definition Classes
- H2ORpcEndpoint → RpcEndpoint
-
def
receiveAndReply(context: RpcCallContext): PartialFunction[Any, Unit]
- Definition Classes
- H2ORpcEndpoint → RpcEndpoint
-
val
rpcEnv: RpcEnv
- Definition Classes
- H2ORpcEndpoint → RpcEndpoint
-
final
def
self: RpcEndpointRef
- Definition Classes
- RpcEndpoint
-
final
def
stop(): Unit
- Definition Classes
- RpcEndpoint