Package org.globus.ftp
Class PerfMarker
- java.lang.Object
-
- org.globus.ftp.PerfMarker
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description PerfMarker(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getStripeBytesTransferred()
long
getStripeIndex()
double
getTimeStamp()
long
getTotalStripeCount()
boolean
hasStripeBytesTransferred()
boolean
hasStripeIndex()
boolean
hasTotalStripeCount()
-
-
-
Field Detail
-
nl
protected final java.lang.String nl
-
UNDEFINED
protected static final int UNDEFINED
- See Also:
- Constant Field Values
-
hasTimeStamp
protected boolean hasTimeStamp
-
timeStamp
protected double timeStamp
-
hasStripeIndex
protected boolean hasStripeIndex
-
stripeIndex
protected long stripeIndex
-
hasStripeBytesTransferred
protected boolean hasStripeBytesTransferred
-
stripeBytesTransferred
protected long stripeBytesTransferred
-
hasTotalStripeCount
protected boolean hasTotalStripeCount
-
totalStripeCount
protected long totalStripeCount
-
-
Method Detail
-
hasStripeIndex
public boolean hasStripeIndex()
-
hasStripeBytesTransferred
public boolean hasStripeBytesTransferred()
-
hasTotalStripeCount
public boolean hasTotalStripeCount()
-
getTimeStamp
public double getTimeStamp()
-
getStripeIndex
public long getStripeIndex() throws PerfMarkerException
- Throws:
PerfMarkerException
-
getStripeBytesTransferred
public long getStripeBytesTransferred() throws PerfMarkerException
- Throws:
PerfMarkerException
-
getTotalStripeCount
public long getTotalStripeCount() throws PerfMarkerException
- Throws:
PerfMarkerException
-
-