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 java.lang.Object implements com.lmax.disruptor.EventFactory<RingBufferLogEvent>
Creates the events that will be put in the RingBuffer.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RingBufferLogEvent
newInstance()
-
-
-
Method Detail
-
newInstance
public RingBufferLogEvent newInstance()
- Specified by:
newInstance
in interfacecom.lmax.disruptor.EventFactory<RingBufferLogEvent>
-
-