| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.regionserver.wal |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NettyServerCall
Datastructure that holds all necessary to a method invocation and then afterward, carries the
result.
|
(package private) class |
SimpleServerCall
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServerCall<?> |
ServerRpcConnection.createCall(int id,
org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service,
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md,
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
org.apache.hbase.thirdparty.com.google.protobuf.Message param,
CellScanner cellScanner,
long size,
InetAddress remoteAddress,
int timeout,
RpcServer.CallCleanup reqCleanup) |
| Modifier and Type | Field and Description |
|---|---|
private ServerCall<?> |
FSWALEntry.rpcCall |
| Constructor and Description |
|---|
FSWALEntry(long txid,
WALKeyImpl key,
WALEdit edit,
RegionInfo regionInfo,
boolean inMemstore,
ServerCall<?> rpcCall) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.