public class LbsQueue<T,K> extends Object
| Constructor and Description |
|---|
LbsQueue(String name,
Function<T,K> func,
Predicate<K> predicate,
int maxElements) |
| Modifier and Type | Method and Description |
|---|---|
Function<T,K> |
getFunc() |
long |
getInvalidRecords() |
long |
getLostRecords() |
String |
getName() |
Predicate<K> |
getPredicate() |
long |
getSkippedRecords() |
boolean |
offer(T obj) |
void |
resetCounters() |
long |
size() |
List<K> |
takeList() |
K |
takeOne() |
public K takeOne()
public boolean offer(T obj)
public long size()
public long getLostRecords()
public long getSkippedRecords()
public long getInvalidRecords()
public void resetCounters()
public String getName()
Copyright © 2025. All rights reserved.