Class KShortestPathsProc.KspResult
- java.lang.Object
-
- org.neo4j.graphalgo.shortestpaths.KShortestPathsProc.KspResult
-
- Enclosing class:
- KShortestPathsProc
public static class KShortestPathsProc.KspResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKShortestPathsProc.KspResult.Builder
-
Field Summary
Fields Modifier and Type Field Description longcomputeMillislongcreateMillislongresultCountlongwriteMillis
-
Constructor Summary
Constructors Constructor Description KspResult(long createMillis, long computeMillis, long writeMillis, long resultCount)
-