Package io.split.client.events
Class NoopEventsStorageImp
- java.lang.Object
-
- io.split.client.events.NoopEventsStorageImp
-
- All Implemented Interfaces:
EventsStorage,EventsStorageConsumer,EventsStorageProducer
public class NoopEventsStorageImp extends Object implements EventsStorage
-
-
Constructor Summary
Constructors Constructor Description NoopEventsStorageImp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoopEventsStorageImpcreate()booleanisFull()WrappedEventpop()List<WrappedEvent>popAll()booleantrack(Event event, int eventSize)
-
-
-
Method Detail
-
track
public boolean track(Event event, int eventSize)
- Specified by:
trackin interfaceEventsStorageProducer
-
create
public static NoopEventsStorageImp create()
-
pop
public WrappedEvent pop()
- Specified by:
popin interfaceEventsStorageConsumer
-
popAll
public List<WrappedEvent> popAll()
- Specified by:
popAllin interfaceEventsStorageConsumer
-
isFull
public boolean isFull()
- Specified by:
isFullin interfaceEventsStorageConsumer
-
-