Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected ByteArrayDataOutputStream |
BaseBundler.output |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.BlockingQueue<ByteArrayDataOutputStream> |
NoBundler.buf_pool |
Modifier and Type | Method and Description |
---|---|
protected void |
SimplifiedTransferQueueBundler.sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
protected void |
NoBundler.sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
Modifier and Type | Field and Description |
---|---|
protected ByteArrayDataOutputStream |
OutputStreamAdapter.output |
Modifier and Type | Method and Description |
---|---|
ByteArrayDataOutputStream |
ByteArrayDataOutputStream.growExponentially(boolean b) |
ByteArrayDataOutputStream |
ByteArrayDataOutputStream.position(int pos) |
Constructor and Description |
---|
OutputStreamAdapter(ByteArrayDataOutputStream output) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.