Uses of Class
org.apache.hadoop.hbase.ipc.ServerCall

Packages that use org.apache.hadoop.hbase.ipc.ServerCall
Package
Description
Tools to help define network clients and servers.
 
  • Uses of org.apache.hadoop.hbase.ipc.ServerCall in org.apache.hadoop.hbase.ipc

    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.ServerCall in in
    Modifier and Type
    Method
    Description
    abstract org.apache.hadoop.hbase.ipc.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, org.apache.hadoop.hbase.ExtendedCellScanner cellScanner, long size, InetAddress remoteAddress, int timeout, org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup reqCleanup)
     
    Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.ServerCall in in
    Modifier and Type
    Method
    Description
    static Optional<org.apache.hadoop.hbase.ipc.ServerCall<?>>
    RpcServer.getCurrentServerCallWithCellScanner()
    Just return the current rpc call if it is a ServerCall and also has CellScanner attached.
  • Uses of org.apache.hadoop.hbase.ipc.ServerCall in org.apache.hadoop.hbase.regionserver.regionreplication

    Methods in org.apache.hadoop.hbase.regionserver.regionreplication with parameters of type org.apache.hadoop.hbase.ipc.ServerCall in in
    Modifier and Type
    Method
    Description
    void
    RegionReplicationSink.add(org.apache.hadoop.hbase.wal.WALKeyImpl key, org.apache.hadoop.hbase.wal.WALEdit edit, org.apache.hadoop.hbase.ipc.ServerCall<?> rpcCall)
    Add this edit to replication queue.