Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
(package private) Call |
RpcClientImpl.CallFuture.call |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentSkipListMap<Integer,Call> |
RpcClientImpl.Connection.calls |
Modifier and Type | Method and Description |
---|---|
protected RpcClientImpl.Connection |
RpcClientImpl.getConnection(User ticket,
Call call,
InetSocketAddress addr)
Get a connection from the pool, or create a new one and add it to the
pool.
|
RpcClientImpl.CallFuture |
RpcClientImpl.Connection.CallSender.sendCall(Call call,
int priority,
org.apache.htrace.Span span) |
protected void |
RpcClientImpl.Connection.tracedWriteRequest(Call call,
int priority,
org.apache.htrace.Span span) |
private void |
RpcClientImpl.Connection.writeRequest(Call call,
int priority,
org.apache.htrace.Span span)
Initiates a call by sending the parameter to the remote server.
|
Constructor and Description |
---|
RpcClientImpl.CallFuture(Call call,
int priority,
org.apache.htrace.Span span) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.