public class RemoteTileFetcher.Stats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
activeRequests |
long |
localData |
int |
maxActiveRequests |
long |
remoteData |
int |
remoteRequests |
java.util.Date |
startDate |
int |
totalCancels |
int |
totalFails |
double |
totalLatency |
int |
totalRequests |
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
void |
addStats(RemoteTileFetcher.Stats that) |
void |
dump(java.lang.String name) |
public java.util.Date startDate
public int totalRequests
public int remoteRequests
public int totalCancels
public int totalFails
public long remoteData
public long localData
public double totalLatency
public int maxActiveRequests
public int activeRequests
public void addStats(RemoteTileFetcher.Stats that)
public void dump(java.lang.String name)