public class GASUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Iterator<org.openrdf.model.Statement> |
EMPTY_EDGES_ITERATOR
An empty edge iterator.
|
static Iterator<org.openrdf.model.Value> |
EMPTY_VERTICES_ITERATOR
An empty vertex iterator.
|
| Constructor and Description |
|---|
GASUtil() |
public static final Iterator<org.openrdf.model.Value> EMPTY_VERTICES_ITERATOR
public static final Iterator<org.openrdf.model.Statement> EMPTY_EDGES_ITERATOR
public static double fanOut(int frontierSize,
long nedges)
frontierSize - The size of the frontier.nedges - The number of edges visited when mapping the operation across
that frontier.public static long getTEPS(long nedges,
long elapsedNanos)
nedges - The number of traversed edges.elapsedNanos - The elapsed time (nanoseconds).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.