Package org.globus.ftp
Class PerfMarker
- java.lang.Object
-
- org.globus.ftp.PerfMarker
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhasStripeBytesTransferredprotected booleanhasStripeIndexprotected booleanhasTimeStampprotected booleanhasTotalStripeCountprotected java.lang.Stringnlprotected longstripeBytesTransferredprotected longstripeIndexprotected doubletimeStampprotected longtotalStripeCountprotected static intUNDEFINED
-
Constructor Summary
Constructors Constructor Description PerfMarker(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetStripeBytesTransferred()longgetStripeIndex()doublegetTimeStamp()longgetTotalStripeCount()booleanhasStripeBytesTransferred()booleanhasStripeIndex()booleanhasTotalStripeCount()
-
-
-
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
-
-