public class SPINStatistics extends Object
| Constructor and Description |
|---|
SPINStatistics(String label,
String queryText,
long duration,
long startTime,
org.apache.jena.graph.Node context)
Creates a new SPINStatistics object.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.graph.Node |
getContext() |
long |
getDuration() |
String |
getLabel() |
String |
getQueryText() |
long |
getStartTime() |
public SPINStatistics(String label, String queryText, long duration, long startTime, org.apache.jena.graph.Node context)
label - the label of the action that has been measuredqueryText - the text of the query that was executedduration - the total duration in msstartTime - the start time of execution (for ordering)context - the Node that for example was holding the spin:ruleCopyright © 2017 TopQuadrant, Inc.. All rights reserved.