Modifier and Type | Field and Description |
---|---|
protected boolean |
hasStripeBytesTransferred |
protected boolean |
hasStripeIndex |
protected boolean |
hasTimeStamp |
protected boolean |
hasTotalStripeCount |
protected String |
nl |
protected long |
stripeBytesTransferred |
protected long |
stripeIndex |
protected double |
timeStamp |
protected long |
totalStripeCount |
protected static int |
UNDEFINED |
Constructor and Description |
---|
PerfMarker(String msg) |
Modifier and Type | Method and Description |
---|---|
long |
getStripeBytesTransferred() |
long |
getStripeIndex() |
double |
getTimeStamp() |
long |
getTotalStripeCount() |
boolean |
hasStripeBytesTransferred() |
boolean |
hasStripeIndex() |
boolean |
hasTotalStripeCount() |
protected final 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(String msg) throws IllegalArgumentException
msg
- an FTP reply message containing the perf marker (not the reply itself!)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
Copyright © 2016. All rights reserved.