public static class OsmDownloader.TileDownloadStatistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
numBytesTransferred
Total number of compressed tile file bytes read from the network.
|
long |
numNodesRead
Total number of Nodes read from the network server, or -1 if not counted.
|
long |
numNodesWritten
Total number of Nodes written to local files, or -1 if not counted.
|
int |
numWaysRead
Total number of Ways read from the network server, or -1 if not counted.
|
int |
numWaysWritten
Total number of Ways written to local files, or -1 if not counted.
|
long |
totalTransferTime
Total elapsed transfer time in milliseconds.
|
Constructor and Description |
---|
TileDownloadStatistics() |
public long numBytesTransferred
public long totalTransferTime
public int numWaysRead
public long numNodesRead
public int numWaysWritten
public long numNodesWritten