Uses of Interface
org.jgroups.stack.MessageProcessingPolicy
-
Packages that use MessageProcessingPolicy 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. -
-
Uses of MessageProcessingPolicy in org.jgroups.protocols
Fields in org.jgroups.protocols declared as MessageProcessingPolicy Modifier and Type Field Description protected MessageProcessingPolicy
TP. msg_processing_policy
-
Uses of MessageProcessingPolicy in org.jgroups.util
Classes in org.jgroups.util that implement MessageProcessingPolicy Modifier and Type Class 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.
-