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
InterruptedException
int getSize()
T peek()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.