Uses of Class
org.jgroups.blocks.GroupRequest
-
Packages that use GroupRequest Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of GroupRequest in org.jgroups.blocks
Fields in org.jgroups.blocks declared as GroupRequest Modifier and Type Field Description protected static GroupRequest
MessageDispatcher. empty_group_request
Methods in org.jgroups.blocks that return GroupRequest Modifier and Type Method Description protected <T> GroupRequest<T>
MessageDispatcher. cast(java.util.Collection<Address> dests, byte[] data, int offset, int length, RequestOptions options, boolean block_for_results)
protected <T> GroupRequest<T>
MessageDispatcher. cast(java.util.Collection<Address> dests, Buffer data, RequestOptions options, boolean block_for_results)
-