Uses of Interface
org.jgroups.stack.MessageProcessingPolicy
Packages that use MessageProcessingPolicy
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 MessageProcessingPolicyMethods in org.jgroups.protocols that return MessageProcessingPolicy -
Uses of MessageProcessingPolicy in org.jgroups.util
Classes in org.jgroups.util that implement MessageProcessingPolicyModifier and TypeClassDescriptionclassMessageProcessingPolicywhich processes regular messages and message batches by assigning a max of 1 thread per message from the same sender.classMessageProcessingPolicywhich passes regular messages and message batches up directly (on the same thread), but passes OOB messages to the thread pool.classDefault message processing policy.classSame asMaxOneThreadPerSender, but for OOB message batches, every message of the batch is passed to the thread pool separately (https://issues.redhat.com/browse/JGRP-2800).Method parameters in org.jgroups.util with type arguments of type MessageProcessingPolicyModifier and TypeMethodDescriptionstatic booleanTests.processingPolicyIs(Class<? extends MessageProcessingPolicy> policy_class, JChannel... channels)