Package cern.nxcals.api.ingestion
Class DelayedQueueBuffer<T extends java.util.concurrent.Delayed>
- java.lang.Object
-
- cern.nxcals.api.ingestion.DelayedQueueBuffer<T>
-
public class DelayedQueueBuffer<T extends java.util.concurrent.Delayed> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DelayedQueueBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drainTo(java.util.Collection<T> dest)
void
push(T element)
-