Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.tests | |
org.jgroups.tests.perf |
Modifier and Type | Field and Description |
---|---|
protected Marshaller |
RequestCorrelator.marshaller
Possibility for an external marshaller to marshal/unmarshal responses
|
protected Marshaller |
RpcDispatcher.marshaller
Marshaller to marshall requests at the caller, unmarshal requests at the receiver(s), marshall responses at the
receivers and unmarshall responses at the caller
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
RequestCorrelator.getMarshaller() |
Marshaller |
RpcDispatcher.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
protected static MethodCall |
RpcDispatcher.methodCallFromBuffer(byte[] buf,
int offset,
int length,
Marshaller marshaller) |
protected static Buffer |
RpcDispatcher.methodCallToBuffer(MethodCall call,
Marshaller marshaller) |
protected void |
MethodCall.readArgs(DataInput in,
Marshaller marshaller) |
void |
MethodCall.readFrom(DataInput in,
Marshaller marshaller) |
protected static Object |
RequestCorrelator.replyFromBuffer(byte[] buf,
int offset,
int length,
Marshaller marshaller) |
protected static Buffer |
RequestCorrelator.replyToBuffer(Object obj,
Marshaller marshaller) |
RequestCorrelator |
RequestCorrelator.setMarshaller(Marshaller m) |
RpcDispatcher |
RpcDispatcher.setMarshaller(Marshaller m) |
protected void |
MethodCall.writeArgs(DataOutput out,
Marshaller marshaller) |
void |
MethodCall.writeTo(DataOutput out,
Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
protected class |
UnicastTestRpc.CustomMarshaller |
Modifier and Type | Class and Description |
---|---|
protected class |
MPerfRpc.MperfMarshaller |
protected class |
UPerf.UPerfMarshaller |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.