| 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
Datastructure that holds all necessary to a method invocation and then afterward, carries the
 result. 
 | 
| 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)  | 
ServerCall<?> | 
CallRunner.getCall()
Deprecated. 
 
As of release 2.0, this will be removed in HBase 3.0 
 | 
| 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.