private static class RingBufferLogEvent.Factory extends java.lang.Object implements com.lmax.disruptor.EventFactory<RingBufferLogEvent>
Modifier | Constructor and Description |
---|---|
private |
Factory() |
Modifier and Type | Method and Description |
---|---|
RingBufferLogEvent |
newInstance() |
public RingBufferLogEvent newInstance()
newInstance
in interface com.lmax.disruptor.EventFactory<RingBufferLogEvent>