Package | Description |
---|---|
com.bigdata.rdf.graph |
The GAS (Gather Apply Scatter) API was developed for PowerGraph
(aka GraphLab 2.1).
|
com.bigdata.rdf.graph.impl |
This is an implementation of the GAS API for the bigdata platform.
|
com.bigdata.rdf.graph.impl.bd |
Modifier and Type | Method and Description |
---|---|
TraversalDirectionEnum |
IGASContext.getTraversalDirection()
Return a type safe value indicating the traversal direction for the
IGASProgram . |
static TraversalDirectionEnum |
TraversalDirectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalDirectionEnum[] |
TraversalDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IGASContext.setTraversalDirection(TraversalDirectionEnum newVal)
Specify the traversal direction for the
IGASProgram . |
Modifier and Type | Method and Description |
---|---|
TraversalDirectionEnum |
GASContext.getTraversalDirection() |
Modifier and Type | Method and Description |
---|---|
void |
GASContext.setTraversalDirection(TraversalDirectionEnum newVal) |
Modifier and Type | Field and Description |
---|---|
static TraversalDirectionEnum |
GASService.Options.DEFAULT_DIRECTED_TRAVERSAL |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.