public class TARDISRecordingQueue
extends java.lang.Object
Constructor and Description |
---|
TARDISRecordingQueue() |
Modifier and Type | Method and Description |
---|---|
static void |
addToQueue(java.lang.String data) |
static java.util.concurrent.LinkedBlockingQueue<java.lang.String> |
getQUEUE() |
static int |
getQueueSize() |
public static int getQueueSize()
public static void addToQueue(java.lang.String data)
data
- The data string to add to the queuepublic static java.util.concurrent.LinkedBlockingQueue<java.lang.String> getQUEUE()