Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features
-
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return types with arguments of type Graph.Features Modifier and Type Method Description Optional<Graph.Features>
GraphManager.ManagedGraphProvider. getStaticFeatures()
default Optional<Graph.Features>
GraphProvider. getStaticFeatures()
Gets aGraph.Features
implementation that contains graph feature configuration that will never change from execution to execution of the tests given this currentGraphProvider
implementation. -
Uses of Graph.Features in org.apache.tinkerpop.gremlin.structure
Classes in org.apache.tinkerpop.gremlin.structure that implement Graph.Features Modifier and Type Class Description static class
RemoteGraph.RemoteFeatures
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features Modifier and Type Method Description default Graph.Features
Graph. features()
Gets theGraph.Features
exposed by the underlyingGraph
implementation.Graph.Features
RemoteGraph. features()
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type Graph.Features Modifier and Type Method Description static String
StringFactory. featureString(Graph.Features features)
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features Modifier and Type Class Description static class
EmptyGraph.EmptyGraphFeatures
Features defined such that they support immutability but allow all other possibilities.Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph.Features Modifier and Type Method Description Graph.Features
EmptyGraph. features()
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement Graph.Features Modifier and Type Class Description static class
StarGraph.StarGraphFeatures
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features Modifier and Type Method Description Graph.Features
StarGraph. features()
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features Modifier and Type Class Description class
TinkerGraph.TinkerGraphFeatures
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features Modifier and Type Method Description Graph.Features
TinkerGraph. features()
Return TinkerGraph feature set.
-