Uses of Interface
kieker.monitoring.queue.takestrategy.TakeStrategy
Packages that use TakeStrategy
Package
Description
Copyright 2026 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.
Copyright 2026 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 TakeStrategyModifierConstructorDescriptionBlockingQueueDecorator(Queue<E> q, PutStrategy putStrategy, TakeStrategy takeStrategy) -
Uses of TakeStrategy in kieker.monitoring.queue.takestrategy
Classes in kieker.monitoring.queue.takestrategy that implement TakeStrategyModifier and TypeClassDescriptionfinal classThis take strategy blocks if the queue is empty.class