public static class KShortestPathsProc.KspResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KShortestPathsProc.KspResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
createMillis |
long |
evalMillis |
long |
resultCount |
long |
writeMillis |
| Constructor and Description |
|---|
KspResult(long createMillis,
long evalMillis,
long writeMillis,
long resultCount) |