Package kieker.monitoring.queue.behavior
Class CountOnFailedInsertBehavior<E>
java.lang.Object
kieker.monitoring.queue.behavior.CountOnFailedInsertBehavior<E>
- Type Parameters:
E- the type of the element which should be inserted into the queue.
- All Implemented Interfaces:
InsertBehavior<E>
public class CountOnFailedInsertBehavior<E> extends java.lang.Object implements InsertBehavior<E>
- Since:
- 1.13
- Author:
- "Christian Wulf"
-
Constructor Summary
Constructors Constructor Description CountOnFailedInsertBehavior(java.util.concurrent.BlockingQueue<E> queue) -
Method Summary
Modifier and Type Method Description longgetNumFailedInserts()booleaninsert(E element)java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
insert
- Specified by:
insertin interfaceInsertBehavior<E>- Parameters:
element- element to be inserted- Returns:
trueif the element after thiselementcan be inserted, otherwisefalse.
-
getNumFailedInserts
public long getNumFailedInserts() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-