| Package | Description |
|---|---|
| org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
| org.jgroups.stack |
Support for managing protocol stacks.
|
| org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Message.readFromSkipPayload(ByteArrayDataInputStream in)
Reads the message's contents from an input stream, but skips the buffer and instead returns the
position (offset) at which the buffer starts
|
| Modifier and Type | Method and Description |
|---|---|
protected GossipData |
GossipRouter.readRequest(ByteArrayDataInputStream in) |
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayDataInputStream |
InputStreamAdapter.input |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayDataInputStream |
ByteArrayDataInputStream.position(int pos) |
| Constructor and Description |
|---|
InputStreamAdapter(ByteArrayDataInputStream input) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.