Class ClusteredQueueFlowController

java.lang.Object
com.swiftmq.swiftlet.queue.FlowController
com.swiftmq.impl.queue.standard.cluster.ClusteredQueueFlowController

public class ClusteredQueueFlowController extends com.swiftmq.swiftlet.queue.FlowController
  • Field Summary

    Fields inherited from class com.swiftmq.swiftlet.queue.FlowController

    lastDelay, queueSize, receiveCount, receiveCountCalls, receiverCount, sentCount, sentCountCalls, timestamp
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setLastDelay(long lastDelay)
     

    Methods inherited from class com.swiftmq.swiftlet.queue.FlowController

    getLastDelay, getStartQueueSize, setQueueSize, setReceiveMessageCount, setReceiverCount, setSentMessageCount, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ClusteredQueueFlowController

      public ClusteredQueueFlowController()
  • Method Details

    • setLastDelay

      public void setLastDelay(long lastDelay)
    • getNewDelay

      public long getNewDelay()
      Specified by:
      getNewDelay in class com.swiftmq.swiftlet.queue.FlowController