Package | Description |
---|---|
org.apache.hive.spark.client.rpc |
Modifier and Type | Method and Description |
---|---|
static io.netty.util.concurrent.Promise<Rpc> |
Rpc.createClient(Map<String,String> config,
io.netty.channel.nio.NioEventLoopGroup eloop,
String host,
int port,
String clientId,
String secret,
RpcDispatcher dispatcher)
Creates an RPC client for a server running on the given remote host and port.
|
io.netty.util.concurrent.Future<Rpc> |
RpcServer.registerClient(String clientId,
String secret,
RpcDispatcher serverDispatcher)
Tells the RPC server to expect a connection from a new client.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.