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 preallocateRequestEvent
s.- Since:
- 1.0
- Author:
- Michael Nitschinger
-
-
Constructor Summary
Constructors Constructor Description RequestEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestEvent
newInstance()
-
-
-
Method Detail
-
newInstance
public RequestEvent newInstance()
- Specified by:
newInstance
in interfacecom.lmax.disruptor.EventFactory<RequestEvent>
-
-