| 程序包 | 说明 |
|---|---|
| com.baidu.brpc | |
| com.baidu.brpc.client | |
| com.baidu.brpc.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
RpcFuture |
ChannelInfo.getRpcFuture(long logId) |
RpcFuture |
ChannelInfo.removeRpcFuture(long logId) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
ChannelInfo.addRpcFuture(RpcFuture future) |
| 限定符和类型 | 方法和说明 |
|---|---|
RpcFuture |
FastFutureStore.get(long id)
Retrieve object identified by id
|
RpcFuture |
FastFutureStore.getAndRemove(long id)
Retrieve and remove object identified by id
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FastFutureStore.StoreWalker.actionAfterDelete(RpcFuture fut)
Action performed after a deletion of the element.
|
long |
FastFutureStore.put(RpcFuture fut)
Add an object.
|
<T> Future<T> |
RpcClient.sendRequest(Request request,
Type responseType,
RpcCallback<T> callback,
RpcFuture rpcFuture,
boolean isFinalTry) |
boolean |
FastFutureStore.StoreWalker.visitElement(RpcFuture fut)
Action on a none-null element.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RpcFuture |
Response.getRpcFuture() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Response.setRpcFuture(RpcFuture rpcFuture) |
Copyright © 2019 Baidu, Inc.. All rights reserved.