Uses of Interface
kieker.monitoring.queue.putstrategy.PutStrategy
| 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.putstrategy |
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 PutStrategy in kieker.monitoring.queue
Constructors in kieker.monitoring.queue with parameters of type PutStrategy Constructor Description BlockingQueueDecorator(java.util.Queue<E> q, PutStrategy putStrategy, TakeStrategy takeStrategy) -
Uses of PutStrategy in kieker.monitoring.queue.putstrategy
Classes in kieker.monitoring.queue.putstrategy that implement PutStrategy Modifier and Type Class Description classRetryPutStrategyclassSPBlockingPutStrategyThis take strategy blocks if the queue is full.classYieldPutStrategy