public class DisruptorPathTrackingDataStore extends BatchPathTrackingDataStore implements CollectorPathTrackingDataStore
org.apache.sirona.store.memory.tracking.InMemoryPathTrackingDataStore.PointerscheduledTask| Constructor and Description |
|---|
DisruptorPathTrackingDataStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getNumberOfConsumers() |
com.lmax.disruptor.RingBuffer<org.apache.sirona.pathtracking.PathTrackingEntry> |
getRingBuffer() |
int |
getRingBufferSize() |
void |
initialize() |
protected void |
pushEntriesByBatch(Map<String,List<org.apache.sirona.store.memory.tracking.InMemoryPathTrackingDataStore.Pointer>> pathTrackingEntries) |
void |
setNumberOfConsumers(int numberOfConsumers) |
void |
setRingBuffer(com.lmax.disruptor.RingBuffer<org.apache.sirona.pathtracking.PathTrackingEntry> ringBuffer) |
void |
setRingBufferSize(int ringBufferSize) |
void |
store(org.apache.sirona.pathtracking.PathTrackingEntry pathTrackingEntry) |
getPeriod, initBatchclearEntries, getPathTrackingEntries, getPointers, readBytes, retrieve, retrieveTrackingIds, storeretrieve, retrieveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearEntries, retrieve, retrieve, retrieve, retrieveTrackingIds, storepublic void initialize()
public void store(org.apache.sirona.pathtracking.PathTrackingEntry pathTrackingEntry)
store in interface PathTrackingDataStorestore in class org.apache.sirona.store.memory.tracking.InMemoryPathTrackingDataStoreprotected void pushEntriesByBatch(Map<String,List<org.apache.sirona.store.memory.tracking.InMemoryPathTrackingDataStore.Pointer>> pathTrackingEntries)
pushEntriesByBatch in class BatchPathTrackingDataStorepublic com.lmax.disruptor.RingBuffer<org.apache.sirona.pathtracking.PathTrackingEntry> getRingBuffer()
public void setRingBuffer(com.lmax.disruptor.RingBuffer<org.apache.sirona.pathtracking.PathTrackingEntry> ringBuffer)
public int getNumberOfConsumers()
public void setNumberOfConsumers(int numberOfConsumers)
public int getRingBufferSize()
public void setRingBufferSize(int ringBufferSize)
public void destroy()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.