Uses of Class
org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
- 
- 
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.process.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return ServiceRegistry Modifier and Type Method Description ServiceRegistryCallStep. getServiceRegistry()ServiceRegistryCallStepContract. getServiceRegistry()ServiceRegistryCallStepPlaceholder. getServiceRegistry()
- 
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return ServiceRegistry Modifier and Type Method Description default ServiceRegistryGraph. getServiceRegistry()Get theServiceRegistryassociated with the graph.
- 
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.structure.serviceFields in org.apache.tinkerpop.gremlin.structure.service declared as ServiceRegistry Modifier and Type Field Description static ServiceRegistryServiceRegistry. EMPTYEmpty instance, for theGraphinterface.
- 
Uses of ServiceRegistry in org.apache.tinkerpop.gremlin.tinkergraph.servicesSubclasses of ServiceRegistry in org.apache.tinkerpop.gremlin.tinkergraph.services Modifier and Type Class Description classTinkerServiceRegistryTinkerGraph services are currently just "toy" services, used to demonstrate and to test.
 
-