Class PerfMarker

java.lang.Object
org.globus.ftp.PerfMarker
All Implemented Interfaces:
Marker

public class PerfMarker extends Object implements Marker
Represents GridFTP performance marker. Use getter methods to access its parameters.
  • Field Details

    • logger

      private static org.apache.commons.logging.Log logger
    • nl

      protected final String nl
    • UNDEFINED

      protected static final int UNDEFINED
      See Also:
    • 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
  • Constructor Details

  • Method Details