Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected static GroupRequest |
MessageDispatcher.empty_group_request |
Modifier and Type | Method and Description |
---|---|
protected <T> GroupRequest<T> |
MessageDispatcher.cast(Collection<Address> dests,
Buffer data,
RequestOptions options,
boolean block_for_results) |
protected <T> GroupRequest<T> |
MessageDispatcher.cast(Collection<Address> dests,
byte[] data,
int offset,
int length,
RequestOptions options,
boolean block_for_results) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.