Modifier and Type | Method and Description |
---|---|
Optional<Graph.Features> |
GraphManager.ManagedGraphProvider.getStaticFeatures() |
default Optional<Graph.Features> |
GraphProvider.getStaticFeatures()
Gets a
Graph.Features implementation that contains graph feature configuration that will never change
from execution to execution of the tests given this current GraphProvider implementation. |
Modifier and Type | Class and Description |
---|---|
static class |
HadoopGraph.HadoopGraphFeatures |
Modifier and Type | Method and Description |
---|---|
Graph.Features |
HadoopGraph.features() |
Modifier and Type | Class and Description |
---|---|
class |
Neo4jGraph.Neo4jGraphFeatures |
Modifier and Type | Field and Description |
---|---|
protected Graph.Features |
Neo4jGraph.features |
Modifier and Type | Method and Description |
---|---|
Graph.Features |
Neo4jGraph.features() |
Modifier and Type | Class and Description |
---|---|
static class |
RemoteGraph.RemoteFeatures |
Modifier and Type | Method and Description |
---|---|
default Graph.Features |
Graph.features()
Gets the
Graph.Features exposed by the underlying Graph implementation. |
Graph.Features |
RemoteGraph.features() |
Modifier and Type | Method and Description |
---|---|
static String |
StringFactory.featureString(Graph.Features features) |
Modifier and Type | Class and Description |
---|---|
static class |
EmptyGraph.EmptyGraphFeatures
Features defined such that they support immutability but allow all other possibilities.
|
Modifier and Type | Method and Description |
---|---|
Graph.Features |
EmptyGraph.features() |
Modifier and Type | Class and Description |
---|---|
static class |
StarGraph.StarGraphFeatures |
Modifier and Type | Method and Description |
---|---|
Graph.Features |
StarGraph.features() |
Modifier and Type | Class and Description |
---|---|
class |
TinkerGraph.TinkerGraphFeatures |
Modifier and Type | Method and Description |
---|---|
Graph.Features |
TinkerGraph.features()
Return TinkerGraph feature set.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.