Class YieldTakeStrategy

java.lang.Object
kieker.monitoring.queue.takestrategy.YieldTakeStrategy
All Implemented Interfaces:
TakeStrategy

public class YieldTakeStrategy
extends java.lang.Object
implements TakeStrategy
Since:
1.13
Author:
Christian Wulf
  • Constructor Summary

    Constructors 
    Constructor Description
    YieldTakeStrategy()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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