public final class HadoopGraph extends Object implements Graph
| Modifier and Type | Class and Description |
|---|---|
static class |
HadoopGraph.HadoopGraphFeatures |
Graph.Exceptions, Graph.Features, Graph.Hidden, Graph.OptIn, Graph.OptIns, Graph.OptOut, Graph.OptOuts, Graph.Variables| Modifier and Type | Field and Description |
|---|---|
protected HadoopConfiguration |
configuration |
static org.slf4j.Logger |
LOGGER |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
addVertex(Object... keyValues) |
void |
close() |
GraphComputer |
compute() |
<C extends GraphComputer> |
compute(Class<C> graphComputerClass) |
HadoopConfiguration |
configuration() |
Iterator<Edge> |
edges(Object... edgeIds) |
Graph.Features |
features() |
static HadoopGraph |
open() |
static HadoopGraph |
open(org.apache.commons.configuration.Configuration configuration) |
String |
toString() |
Transaction |
tx() |
Graph.Variables |
variables() |
Iterator<Vertex> |
vertices(Object... vertexIds) |
public static final org.slf4j.Logger LOGGER
protected final HadoopConfiguration configuration
public static HadoopGraph open()
public static HadoopGraph open(org.apache.commons.configuration.Configuration configuration)
public <C extends GraphComputer> C compute(Class<C> graphComputerClass)
public GraphComputer compute()
public Graph.Variables variables()
public HadoopConfiguration configuration()
configuration in interface Graphpublic void close()
close in interface AutoCloseableclose in interface Graphpublic Transaction tx()
public Graph.Features features()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.