| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<RpcCall> |
RpcServer.CurCall
This is set to Call object before Handler invokes an RPC and ybdie
after the call returns.
|
| Modifier and Type | Method and Description |
|---|---|
RpcCall |
CallRunner.getRpcCall() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<RpcCall> |
RpcServer.getCurrentCall()
Needed for features such as delayed calls.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> |
RpcServerInterface.call(RpcCall call,
MonitoredRPCHandler status) |
Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> |
RpcServer.call(RpcCall call,
MonitoredRPCHandler status)
This is a server side method, which is invoked over RPC.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.