public class GeoSpatialCounters extends Object implements ICounterSetAccess
Modifier and Type | Field and Description |
---|---|
protected CAT |
bigMinCalculationTime
The time spent in bigmin calculations (not including
the subsequent advancement of the cursor)
|
protected CAT |
filterCalculationTime
The time spent in evaluating the filter on top (such as
filtering for whether a point lies in a given circle).
|
protected CAT |
geoSpatialSearchRequests
The #of GeoSpatial service searches executed.
|
protected CAT |
geoSpatialServiceCallSubRangeTasks
The #of GeoSpatialServiceCallSubRangeTask
|
protected CAT |
geoSpatialServiceCallTasks
The #of GeoSpatialServiceCallTask tasks scheduled
|
protected CAT |
rangeCheckCalculationTime
The time spent in verifying whether detected values are
actually in the geospatial range.
|
protected CAT |
zOrderIndexHits
The #of values that matched the search range
and were returned by the zOrderIndex advancer.
|
protected CAT |
zOrderIndexMisses
The #of misses when scanning the search range.
|
protected CAT |
zOrderIndexScannedValues
The #of values scanned
|
Constructor and Description |
---|
GeoSpatialCounters() |
Modifier and Type | Method and Description |
---|---|
void |
addBigMinCalculationTime(long timeInNanoSec) |
void |
addFilterCalculationTime(long timeInNanoSec) |
void |
addRangeCheckCalculationTime(long timeInNanoSec) |
CounterSet |
getCounters()
Return performance counters.
|
void |
registerGeoSpatialSearchRequest() |
void |
registerGeoSpatialServiceCallSubRangeTasks(long numSubtasks) |
void |
registerGeoSpatialServiceCallTask() |
void |
registerZOrderIndexHit() |
void |
registerZOrderIndexMiss() |
protected final CAT geoSpatialSearchRequests
protected final CAT zOrderIndexScannedValues
protected final CAT zOrderIndexHits
protected final CAT zOrderIndexMisses
protected final CAT bigMinCalculationTime
protected final CAT rangeCheckCalculationTime
protected final CAT filterCalculationTime
protected final CAT geoSpatialServiceCallTasks
protected final CAT geoSpatialServiceCallSubRangeTasks
public void registerGeoSpatialSearchRequest()
public void registerZOrderIndexHit()
public void registerZOrderIndexMiss()
public void addBigMinCalculationTime(long timeInNanoSec)
public void addRangeCheckCalculationTime(long timeInNanoSec)
public void addFilterCalculationTime(long timeInNanoSec)
public void registerGeoSpatialServiceCallTask()
public void registerGeoSpatialServiceCallSubRangeTasks(long numSubtasks)
public CounterSet getCounters()
ICounterSetAccess
getCounters
in interface ICounterSetAccess
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.