Uses of Interface
kieker.monitoring.queue.behavior.InsertBehavior
Package | Description |
---|---|
kieker.monitoring.queue.behavior |
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 InsertBehavior in kieker.monitoring.queue.behavior
Classes in kieker.monitoring.queue.behavior that implement InsertBehavior Modifier and Type Class Description class
BlockOnFailedInsertBehavior<E>
class
BypassQueueBehavior
Insert behavior that bypasses the writer controller's queue and thus calls the writer synchronously.class
CountOnFailedInsertBehavior<E>
class
DoNotInsertBehavior<E>
class
TerminateOnFailedInsertBehavior<E>