Uses of Interface
org.apache.tinkerpop.gremlin.structure.service.Service
-
Packages that use Service Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map org.apache.tinkerpop.gremlin.structure.service org.apache.tinkerpop.gremlin.tinkergraph.services -
-
Uses of Service in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return Service Modifier and Type Method Description protected Service<S,E>
CallStep. service()
-
Uses of Service in org.apache.tinkerpop.gremlin.structure.service
Subinterfaces of Service in org.apache.tinkerpop.gremlin.structure.service Modifier and Type Interface Description static interface
Service.DirectoryService<I>
Meta-service to list and describe registered callable services.Classes in org.apache.tinkerpop.gremlin.structure.service that implement Service Modifier and Type Class Description class
ServiceRegistry
A basic service registry implementation used byCallStep
.Methods in org.apache.tinkerpop.gremlin.structure.service that return Service Modifier and Type Method Description default Service
Service.DirectoryService. createService(boolean isStart, Map params)
Service<I,R>
Service.ServiceFactory. createService(boolean isStart, Map params)
Create a Service call instance.Service
ServiceRegistry. get(String service, boolean isStart, Map params)
Lookup a service by name. -
Uses of Service in org.apache.tinkerpop.gremlin.tinkergraph.services
Classes in org.apache.tinkerpop.gremlin.tinkergraph.services that implement Service Modifier and Type Class Description class
TinkerDegreeCentralityFactory
Count the IN/OUT/BOTH edges for a set of vertices.class
TinkerServiceRegistry
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.static class
TinkerServiceRegistry.LambdaBarrierService<I,R>
static class
TinkerServiceRegistry.LambdaStartService<I,R>
static class
TinkerServiceRegistry.LambdaStreamingService<I,R>
static class
TinkerServiceRegistry.TinkerService<I,R>
class
TinkerTextSearchFactory<I,R>
Inefficient text search implementation (scan+filter), searches forProperty
s by token/regex.Methods in org.apache.tinkerpop.gremlin.tinkergraph.services that return Service Modifier and Type Method Description Service<Vertex,Long>
TinkerDegreeCentralityFactory. createService(boolean isStart, Map params)
Service<I,R>
TinkerServiceRegistry.LambdaServiceFactory. createService(boolean isStart, Map params)
Service<I,R>
TinkerTextSearchFactory. createService(boolean isStart, Map params)
-