public class PackedForwardBuffer extends Buffer<PackedForwardBuffer.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
PackedForwardBuffer.Config |
Buffer.BufferFullExceptionallocatedSize, bufferConfig| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String tag,
long timestamp,
java.util.Map<java.lang.String,java.lang.Object> data) |
void |
closeInternal(Sender sender) |
void |
flushInternal(Sender sender) |
close, flush, getAllocatedSize, getBufferUsage, getMaxSizepublic void append(java.lang.String tag,
long timestamp,
java.util.Map<java.lang.String,java.lang.Object> data)
throws java.io.IOException
append in class Buffer<PackedForwardBuffer.Config>java.io.IOExceptionpublic void flushInternal(Sender sender) throws java.io.IOException
flushInternal in class Buffer<PackedForwardBuffer.Config>java.io.IOExceptionpublic void closeInternal(Sender sender) throws java.io.IOException
closeInternal in class Buffer<PackedForwardBuffer.Config>java.io.IOException