Uses of Interface
kieker.monitoring.queue.takestrategy.TakeStrategy
Package | Description |
---|---|
kieker.monitoring.queue |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.queue.takestrategy |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of TakeStrategy in kieker.monitoring.queue
Constructors in kieker.monitoring.queue with parameters of type TakeStrategy Constructor Description BlockingQueueDecorator(java.util.Queue<E> q, PutStrategy putStrategy, TakeStrategy takeStrategy)
-
Uses of TakeStrategy in kieker.monitoring.queue.takestrategy
Classes in kieker.monitoring.queue.takestrategy that implement TakeStrategy Modifier and Type Class Description class
SCBlockingTakeStrategy
This take strategy blocks if the queue is empty.class
YieldTakeStrategy