public static interface ValueQueue.QueueRefiller<E>
Modifier and Type | Method and Description |
---|---|
void |
fillQueueForKey(String keyName,
Queue<E> keyQueue,
int numValues)
Method that has to be implemented by implementing classes to fill the
Queue.
|
void fillQueueForKey(String keyName, Queue<E> keyQueue, int numValues) throws IOException
keyName
- Key namekeyQueue
- Queue that needs to be fillednumValues
- number of Values to be added to the queue.IOException
Copyright © 2017 Apache Software Foundation. All Rights Reserved.