- java.lang.Object
-
- kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
-
- All Implemented Interfaces:
- TakeStrategy
public final class SCBlockingTakeStrategy
extends java.lang.Object
implements TakeStrategy
This take strategy blocks if the queue is empty.
IMPORTANT: This take strategy only works correctly if at most one consumer accesses the queue.
- Since:
- 1.13
- Author:
- Christian Wulf
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
int |
storeFence |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright 2020 Kieker Project, http://kieker-monitoring.net