org.geotools.caching.grid.spatialindex
Class GridSpatialIndexStatistics
java.lang.Object
org.geotools.caching.spatialindex.SpatialIndexStatistics
org.geotools.caching.grid.spatialindex.GridSpatialIndexStatistics
- All Implemented Interfaces:
- Statistics
public class GridSpatialIndexStatistics
- extends SpatialIndexStatistics
Class to track statistics about a grid spatial index.
In addition to all statistics tracked
by the default spatial index statistics this
also tracks the number of evictions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GridSpatialIndexStatistics
public GridSpatialIndexStatistics()
addToEvictionCounter
public void addToEvictionCounter(int count)
getEvictions
public int getEvictions()
reset
public void reset()
- Overrides:
reset
in class SpatialIndexStatistics
toString
public java.lang.String toString()
- Overrides:
toString
in class SpatialIndexStatistics
Copyright © 1996-2010 Geotools. All Rights Reserved.