Uses of Interface
org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Packages that use Service.ServiceFactory
Package
Description
-
Uses of Service.ServiceFactory in org.apache.tinkerpop.gremlin.structure.service
Subinterfaces of Service.ServiceFactory in org.apache.tinkerpop.gremlin.structure.serviceModifier and TypeInterfaceDescriptionstatic interfaceMeta-service to list and describe registered callable services.Classes in org.apache.tinkerpop.gremlin.structure.service that implement Service.ServiceFactoryMethods in org.apache.tinkerpop.gremlin.structure.service that return Service.ServiceFactoryModifier and TypeMethodDescriptionServiceRegistry.registerService(Service.ServiceFactory serviceFactory) Register a callable service.Methods in org.apache.tinkerpop.gremlin.structure.service with parameters of type Service.ServiceFactoryModifier and TypeMethodDescriptionprotected StringServiceRegistry.describe(Service.ServiceFactory service) Provide a service description for the supplied service.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.ServiceFactoryModifier and TypeClassDescriptionclassCount the IN/OUT/BOTH edges for a set of vertices.classTinkerGraph services are currently just "toy" services, used to demonstrate and to test.static classstatic classclassInefficient text search implementation (scan+filter), searches forPropertys by token/regex.