| Package | Description |
|---|---|
| com.tinkerpop.frames | |
| com.tinkerpop.frames.modules | |
| com.tinkerpop.frames.modules.gremlingroovy | |
| com.tinkerpop.frames.modules.javahandler |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends com.tinkerpop.blueprints.Graph> |
FramedGraphFactory.getConfiguration(Class<T> requiredType,
T baseGraph)
Returns a configuration that can be used when constructing a framed graph.
|
| Constructor and Description |
|---|
FramedGraph(T baseGraph,
FramedGraphConfiguration config) |
FramedTransactionalGraph(T baseGraph,
FramedGraphConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Graph |
Module.configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
com.tinkerpop.blueprints.Graph |
AbstractModule.configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
protected void |
AbstractModule.doConfigure(FramedGraphConfiguration config)
Perform common configuration across all graph types.
|
protected com.tinkerpop.blueprints.Graph |
AbstractModule.doConfigure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
protected com.tinkerpop.blueprints.TransactionalGraph |
AbstractModule.doConfigure(com.tinkerpop.blueprints.TransactionalGraph baseGraph,
FramedGraphConfiguration config)
Perform configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinGroovyModule.doConfigure(FramedGraphConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Graph |
JavaHandlerModule.configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
Copyright © 2011–2017 JBoss by Red Hat. All rights reserved.