public interface IMonitorablePipe
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
long |
getNumPullsSinceAppStart() |
long |
getNumPushesSinceAppStart() |
int |
getNumWaits() |
long |
getPullThroughput() |
long |
getPushThroughput() |
int |
size() |
int size()
int capacity()
long getNumPushesSinceAppStart()
long getNumPullsSinceAppStart()
long getPushThroughput()
long getPullThroughput()
int getNumWaits()
Copyright © 2015–2020. All rights reserved.