Uses of Class
org.jgroups.util.SubmitToThreadPool
-
Packages that use SubmitToThreadPool Package Description org.jgroups.util 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.util 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
PassRegularMessagesUpDirectly
MessageProcessingPolicy
which passes regular messages and message batches up directly (on the same thread), but passes OOB messages to the thread pool.class
UnbatchOOBBatches
Same 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).
-