Uses of Class
org.jgroups.util.SubmitToThreadPool
Packages that use SubmitToThreadPool
Package
Description
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of SubmitToThreadPool in org.jgroups.util
Subclasses of SubmitToThreadPool in org.jgroups.utilModifier 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.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).