- java.lang.Object
-
- kieker.monitoring.queue.putstrategy.SPBlockingPutStrategy
-
- All Implemented Interfaces:
- PutStrategy
public class SPBlockingPutStrategy
extends java.lang.Object
implements PutStrategy
This take strategy blocks if the queue is full.
IMPORTANT: This put strategy only works correctly if at most one producer accesses the queue.
- Since:
- 1.13
- Author:
- Christian Wulf
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
int |
storeFence |
-
Method Summary
Methods
Modifier and Type |
Method and 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
Copyright 2017 Kieker Project, http://kieker-monitoring.net