public class InMemoryQueue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryQueue.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DONT_LIMIT_QUEUE_SPACE |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryQueue.Builder |
builder(LogzioSender.Builder context) |
void |
close() |
byte[] |
dequeue() |
void |
enqueue(byte[] log) |
boolean |
isEmpty() |
public void enqueue(byte[] log)
public byte[] dequeue()
public boolean isEmpty()
public void close()
throws IOException
IOExceptionpublic static InMemoryQueue.Builder builder(LogzioSender.Builder context)
Copyright © 2018. All rights reserved.