Class AsyncNoBundler

java.lang.Object
org.jgroups.protocols.NoBundler
org.jgroups.protocols.AsyncNoBundler
All Implemented Interfaces:
Bundler

public class AsyncNoBundler extends NoBundler
Simple and stupid async version of NoBundler. The main purpose is for a send() to return immediately, so delivery of a message which itself sends a message is fast.
Since:
4.0.4
  • Field Details

    • max_threads

      protected int max_threads
    • thread_pool

      protected final ThreadPoolExecutor thread_pool
  • Constructor Details

    • AsyncNoBundler

      public AsyncNoBundler()
  • Method Details