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 MessageProcessingPolicy |
TP.msg_processing_policy |
Modifier and Type | Class and Description |
---|---|
class |
MaxOneThreadPerSender
MessageProcessingPolicy which processes regular messages and message batches by
assigning a max of 1 thread per message from the same sender. |
class |
SubmitToThreadPool
Default message processing policy.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.