程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
com.fr.third.jgroups.tests.perf |
限定符和类型 | 字段和说明 |
---|---|
protected RpcDispatcher.Marshaller |
RequestCorrelator.marshaller
Possibility for an external marshaller to marshal/unmarshal responses
|
protected RpcDispatcher.Marshaller |
RpcDispatcher.req_marshaller
Marshaller to marshall requests at the caller and unmarshal requests at the receiver(s)
|
protected RpcDispatcher.Marshaller |
RpcDispatcher.rsp_marshaller
Marshaller to marshal responses at the receiver(s) and unmarshal responses at the caller
|
限定符和类型 | 方法和说明 |
---|---|
RpcDispatcher.Marshaller |
RpcDispatcher.getMarshaller() |
RpcDispatcher.Marshaller |
RequestCorrelator.getMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getRequestMarshaller() |
RpcDispatcher.Marshaller |
RpcDispatcher.getResponseMarshaller() |
限定符和类型 | 方法和说明 |
---|---|
void |
RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m) |
void |
RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller) |
void |
RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m) |
void |
RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m) |
限定符和类型 | 类和说明 |
---|---|
protected class |
MPerfRpc.MperfMarshaller |