public interface PacketProcessorEntry
Modifier and Type | Method and Description |
---|---|
long |
averageNanos()
Returns the average time, in nanoseconds, spent processing packets.
|
long |
invocations()
Returns the number of invocations.
|
int |
priority()
Returns the packet processor priority.
|
PacketProcessor |
processor()
Returns the packet processor.
|
long |
totalNanos()
Returns the total time, in nanoseconds, spent processing packets.
|
PacketProcessor processor()
int priority()
long invocations()
long totalNanos()
long averageNanos()