| Package | Description |
|---|---|
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
| org.jgroups.blocks.mux |
| Modifier and Type | Class and Description |
|---|---|
class |
JGroupsResponseFilterAdapter
Acts as a bridge between JGroups RspFilter and
ResponseFilter. |
| Modifier and Type | Method and Description |
|---|---|
RspList<Object> |
CommandAwareRpcDispatcher.broadcastRemoteCommands(ReplicableCommand command,
ResponseMode mode,
long timeout,
boolean anycasting,
boolean oob,
RspFilter filter,
boolean asyncMarshalling) |
RspList<Object> |
CommandAwareRpcDispatcher.invokeRemoteCommands(List<Address> recipients,
ReplicableCommand command,
ResponseMode mode,
long timeout,
boolean anycasting,
boolean oob,
RspFilter filter,
boolean asyncMarshalling) |
| Modifier and Type | Method and Description |
|---|---|
RspFilter |
RequestOptions.getRspFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setResponseFilter(RspFilter filter) |
RequestOptions |
RequestOptions.setRspFilter(RspFilter rsp_filter) |
| Constructor and Description |
|---|
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter) |
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
Message.Flag... flags) |
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
short flags) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoMuxHandlerRspFilter
Response filter that reject any
NoMuxHandler responses. |
| Modifier and Type | Method and Description |
|---|---|
static RspFilter |
NoMuxHandlerRspFilter.createInstance(RspFilter filter) |
RspFilter |
NoMuxHandlerRspFilter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
static RspFilter |
NoMuxHandlerRspFilter.createInstance(RspFilter filter) |
| Constructor and Description |
|---|
NoMuxHandlerRspFilter(RspFilter filter) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.