Uses of Interface
org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
-
Packages that use Service.ServiceFactory Package Description org.apache.tinkerpop.gremlin.structure.service org.apache.tinkerpop.gremlin.tinkergraph.services -
-
Uses of Service.ServiceFactory in org.apache.tinkerpop.gremlin.structure.service
Subinterfaces of Service.ServiceFactory 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.ServiceFactory 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.ServiceFactory Modifier and Type Method Description Service.ServiceFactory
ServiceRegistry. registerService(Service.ServiceFactory serviceFactory)
Register a callable service.Methods in org.apache.tinkerpop.gremlin.structure.service with parameters of type Service.ServiceFactory Modifier and Type Method Description protected String
ServiceRegistry. describe(Service.ServiceFactory service)
Provide a service description for the supplied service.Service.ServiceFactory
ServiceRegistry. registerService(Service.ServiceFactory serviceFactory)
Register a callable service. -
Uses of Service.ServiceFactory in org.apache.tinkerpop.gremlin.tinkergraph.services
Classes in org.apache.tinkerpop.gremlin.tinkergraph.services that implement Service.ServiceFactory 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.LambdaServiceFactory<I,R>
static class
TinkerServiceRegistry.TinkerServiceFactory<I,R>
class
TinkerTextSearchFactory<I,R>
Inefficient text search implementation (scan+filter), searches forProperty
s by token/regex.
-