public class PipeMonitoringData extends Object implements IMonitoringData
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
long |
getNumPulls() |
long |
getNumPushes() |
int |
getNumWaits() |
long |
getPullThroughput() |
long |
getPushThroughput() |
int |
getSize() |
int |
getUniquePipeId() |
public long getNumPushes()
public long getNumPulls()
public int getSize()
public int getCapacity()
public long getPushThroughput()
public long getPullThroughput()
public int getNumWaits()
public int getUniquePipeId()
Copyright © 2015–2020. All rights reserved.