org.jrdf.example.performance
Class AbstractGraphPerformance
java.lang.Object
org.jrdf.example.performance.AbstractGraphPerformance
- All Implemented Interfaces:
- GraphPerformance
- Direct Known Subclasses:
- DiskPerformance, MemPerformance
public abstract class AbstractGraphPerformance
- extends Object
- implements GraphPerformance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGraphPerformance
public AbstractGraphPerformance()
testPerformance
public void testPerformance(String[] args)
throws Exception
- Throws:
Exception
getGraph
protected abstract Graph getGraph()
getMapFactory
protected abstract MapFactory getMapFactory()
getBlankNodeRegistry
protected abstract BlankNodeRegistry getBlankNodeRegistry()
outputResult
public void outputResult(Graph graph,
long startTime,
String what)
throws GraphException
- Specified by:
outputResult in interface GraphPerformance
- Throws:
GraphException