Class PingSpaceMapper.GridRegion
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.v2.PingSpaceMapper.GridRegion
-
- Enclosing class:
- PingSpaceMapper
static class PingSpaceMapper.GridRegion extends java.lang.Object
A region on the grid for accumulating counts.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]
downloadBound
static int
INDEX_PING_BAD
static int
INDEX_PING_GOOD
static int
INDEX_PING_NEUTRAL
(package private) int[]
pingCount
(package private) int[]
uploadBound
-
Constructor Summary
Constructors Constructor Description GridRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getRating()
int
getTotal()
void
incrementMetricCount(int pingIndex)
-
-
-
Field Detail
-
INDEX_PING_GOOD
public static final int INDEX_PING_GOOD
- See Also:
- Constant Field Values
-
INDEX_PING_NEUTRAL
public static final int INDEX_PING_NEUTRAL
- See Also:
- Constant Field Values
-
INDEX_PING_BAD
public static final int INDEX_PING_BAD
- See Also:
- Constant Field Values
-
pingCount
final int[] pingCount
-
uploadBound
int[] uploadBound
-
downloadBound
int[] downloadBound
-
-