| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RpcCall
Interface of all necessary to carry out a RPC method invocation on the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerCall<T extends org.apache.hadoop.hbase.ipc.ServerRpcConnection>
Datastructure that holds all necessary to a method invocation and then afterward, carries the
result.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.