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 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.