Class RingBufferLogEvent.Factory
java.lang.Object
org.apache.logging.log4j.core.async.RingBufferLogEvent.Factory
- All Implemented Interfaces:
com.lmax.disruptor.EventFactory<RingBufferLogEvent>
- Enclosing class:
RingBufferLogEvent
private static class RingBufferLogEvent.Factory
extends Object
implements com.lmax.disruptor.EventFactory<RingBufferLogEvent>
Creates the events that will be put in the RingBuffer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
private Factory()
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfacecom.lmax.disruptor.EventFactory<RingBufferLogEvent>
-