org.neo4j.server.statistic
Class StatisticRecord
java.lang.Object
org.neo4j.server.statistic.StatisticRecord
- All Implemented Interfaces:
- Serializable
public class StatisticRecord
- extends Object
- implements Serializable
- Since:
- 31.05.11 20:00
- Author:
- tbaum
- See Also:
- Serialized Form
StatisticRecord
public StatisticRecord(long timeStamp,
long period,
long requests,
StatisticData duration,
StatisticData size)
getDuration
public StatisticData getDuration()
getPeriod
public long getPeriod()
getRequests
public long getRequests()
getSize
public StatisticData getSize()
getTimeStamp
public long getTimeStamp()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.