Package dev.shortloop.agent.buffer
Class SimpleBuffer
java.lang.Object
dev.shortloop.agent.buffer.SimpleBuffer
- All Implemented Interfaces:
Buffer
-
Constructor Details
-
SimpleBuffer
public SimpleBuffer(int size)
-
-
Method Details
-
offer
public boolean offer(dev.shortloop.common.models.data.APISample apiSample) -
canOffer
public boolean canOffer() -
poll
public dev.shortloop.common.models.data.APISample poll() -
clear
public boolean clear() -
getContentCount
public int getContentCount()- Specified by:
getContentCountin interfaceBuffer
-