Class RetryPutStrategy

java.lang.Object
kieker.monitoring.queue.putstrategy.RetryPutStrategy
All Implemented Interfaces:
PutStrategy

public class RetryPutStrategy
extends java.lang.Object
implements PutStrategy
Since:
1.13
Author:
"Christian Wulf"
  • Constructor Summary

    Constructors 
    Constructor Description
    RetryPutStrategy​(int maxTries)  
  • Method Summary

    Modifier and Type Method Description
    <E> void backoffOffer​(java.util.Queue<E> q, E e)  
    void signal()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait