Modifier and Type | Field and Description |
---|---|
protected boolean |
hasStripeBytesTransferred |
protected boolean |
hasStripeIndex |
protected boolean |
hasTimeStamp |
protected boolean |
hasTotalStripeCount |
protected java.lang.String |
nl |
protected long |
stripeBytesTransferred |
protected long |
stripeIndex |
protected double |
timeStamp |
protected long |
totalStripeCount |
protected static int |
UNDEFINED |
Constructor and Description |
---|
PerfMarker(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
long |
getStripeBytesTransferred() |
long |
getStripeIndex() |
double |
getTimeStamp() |
long |
getTotalStripeCount() |
boolean |
hasStripeBytesTransferred() |
boolean |
hasStripeIndex() |
boolean |
hasTotalStripeCount() |
protected final java.lang.String nl
protected static final int UNDEFINED
protected boolean hasTimeStamp
protected double timeStamp
protected boolean hasStripeIndex
protected long stripeIndex
protected boolean hasStripeBytesTransferred
protected long stripeBytesTransferred
protected boolean hasTotalStripeCount
protected long totalStripeCount
public PerfMarker(java.lang.String msg) throws java.lang.IllegalArgumentException
msg
- an FTP reply message containing the perf marker (not the reply itself!)java.lang.IllegalArgumentException
public boolean hasStripeIndex()
public boolean hasStripeBytesTransferred()
public boolean hasTotalStripeCount()
public double getTimeStamp()
public long getStripeIndex() throws PerfMarkerException
PerfMarkerException
public long getStripeBytesTransferred() throws PerfMarkerException
PerfMarkerException
public long getTotalStripeCount() throws PerfMarkerException
PerfMarkerException