Neo4j

org.neo4j.cypher.javacompat
Interface ProfilerStatistics


public interface ProfilerStatistics

Profiler statistics for a single execution step of a Cypher query execution plan


Method Summary
 long getDbHits()
           
 PlanDescription getPlanDescription()
           
 long getRows()
           
 

Method Detail

getPlanDescription

PlanDescription getPlanDescription()
Returns:
PlanDescription for which these ProfilerStatistics have been collected

getRows

long getRows()
Returns:
number of rows processed by the associated execution step

getDbHits

long getDbHits()
Returns:
number of database hits (potential disk accesses) caused by executing the associated execution step

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.