com.neeve.event
Interface IEventMultiplexerStats.IFeederQueueStats

Enclosing interface:
IEventMultiplexerStats

public static interface IEventMultiplexerStats.IFeederQueueStats


Method Summary
 int getDecongestCount()
           
 IStats.Latencies getOfferToPollLatencies()
          Get the offer to poll latencies which tracks the time events spend in the feeder queue.
 Thread getOwner()
          Gets the name of the owner.
 int getSize()
           
 

Method Detail

getOwner

Thread getOwner()
Gets the name of the owner.

Returns:
The feeder queue name.

getSize

int getSize()
Returns:
The current size of the feeder queue.

getDecongestCount

int getDecongestCount()
Returns:
The number of times the feeder queue has been decongested.

getOfferToPollLatencies

IStats.Latencies getOfferToPollLatencies()
Get the offer to poll latencies which tracks the time events spend in the feeder queue.

Returns:
The offer to poll latencies.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.