Uses of Package
org.apache.tinkerpop.gremlin.structure.service
Packages that use org.apache.tinkerpop.gremlin.structure.service
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.structure.service used by org.apache.tinkerpop.gremlin.process.traversal.step.mapClassDescriptionService call with I input type and R return type.A basic service registry implementation used by
CallStep. -
-
Classes in org.apache.tinkerpop.gremlin.structure.service used by org.apache.tinkerpop.gremlin.structure.serviceClassDescriptionService call with I input type and R return type.Meta-service to list and describe registered callable services.Context information for service call invocation.The service factory creates instances of callable services based on the desired execution type.Service calls can appear at the start of a traversal or mid-traversal.A basic service registry implementation used by
CallStep. -
Classes in org.apache.tinkerpop.gremlin.structure.service used by org.apache.tinkerpop.gremlin.tinkergraph.servicesClassDescriptionService call with I input type and R return type.Meta-service to list and describe registered callable services.Context information for service call invocation.The service factory creates instances of callable services based on the desired execution type.Service calls can appear at the start of a traversal or mid-traversal.A basic service registry implementation used by
CallStep.