Class OsmDownloader.TileDownloadStatistics

java.lang.Object
org.ka2ddo.yaac.osm.OsmDownloader.TileDownloadStatistics
Enclosing class:
OsmDownloader

public static class OsmDownloader.TileDownloadStatistics extends Object
Structure of statistics reported by the downloadTileFile() method.
See Also:
  • Field Details

    • numBytesTransferred

      public long numBytesTransferred
      Total number of compressed tile file bytes read from the network.
    • totalTransferTime

      public long totalTransferTime
      Total elapsed transfer time in milliseconds.
    • numWaysRead

      public int numWaysRead
      Total number of Ways read from the network server, or -1 if not counted.
    • numNodesRead

      public long numNodesRead
      Total number of Nodes read from the network server, or -1 if not counted.
    • numWaysWritten

      public int numWaysWritten
      Total number of Ways written to local files, or -1 if not counted.
    • numNodesWritten

      public long numNodesWritten
      Total number of Nodes written to local files, or -1 if not counted.
  • Constructor Details

    • TileDownloadStatistics

      public TileDownloadStatistics()