public static interface ValueQueue.QueueRefiller<E>
| Modifier and Type | Method | Description |
|---|---|---|
void |
fillQueueForKey(java.lang.String keyName,
java.util.Queue<E> keyQueue,
int numValues) |
Method that has to be implemented by implementing classes to fill the
Queue.
|
void fillQueueForKey(java.lang.String keyName,
java.util.Queue<E> keyQueue,
int numValues)
throws java.io.IOException
keyName - Key namekeyQueue - Queue that needs to be fillednumValues - number of Values to be added to the queue.java.io.IOException - raised on errors performing I/O.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.