T - public static interface RecordEmitter.RecordQueue<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
T |
peek() |
void |
put(T record) |
void put(T record) throws InterruptedException
InterruptedExceptionint getSize()
T peek()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.