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 voiddrainTo(java.util.Collection<T> dest)voidpush(T element)
-