Uses of Interface
org.apache.accumulo.core.spi.common.Stats
Packages that use Stats
-
Uses of Stats in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return StatsModifier and TypeMethodDescriptionScanInfo.getIdleTimeStats()Returns statistics about the time between running.ScanInfo.getIdleTimeStats(long currentTime) This method is similar toScanInfo.getIdleTimeStats(), but it also includes the time period between the last run time and now in the stats.ScanInfo.getRunTimeStats()Returns timing statistics about running and gathering a batches of data.