Package com.couchbase.client.core
Class RequestEventFactory
java.lang.Object
com.couchbase.client.core.RequestEventFactory
- All Implemented Interfaces:
com.lmax.disruptor.EventFactory<RequestEvent>
public class RequestEventFactory
extends Object
implements com.lmax.disruptor.EventFactory<RequestEvent>
A factory to preallocate
RequestEvent
s.- Since:
- 1.0
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestEventFactory
public RequestEventFactory()
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfacecom.lmax.disruptor.EventFactory<RequestEvent>
-