Uses of Class
org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
-
-
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistry
CallStep. getServiceRegistry()
-
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return ServiceRegistry Modifier and Type Method Description default ServiceRegistry
Graph. getServiceRegistry()
Get theServiceRegistry
associated with the graph. -
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.structure.service
Fields in org.apache.tinkerpop.gremlin.structure.service declared as ServiceRegistry Modifier and Type Field Description static ServiceRegistry
ServiceRegistry. EMPTY
Empty instance, for theGraph
interface. -
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.tinkergraph.services
Subclasses of ServiceRegistry in org.apache.tinkerpop.gremlin.tinkergraph.services Modifier and Type Class Description class
TinkerServiceRegistry
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.
-