Uses of Class
org.apache.tinkerpop.gremlin.structure.service.Service.Type
-
Packages that use Service.Type Package Description org.apache.tinkerpop.gremlin.structure.service org.apache.tinkerpop.gremlin.tinkergraph.services -
-
Uses of Service.Type in org.apache.tinkerpop.gremlin.structure.service
Methods in org.apache.tinkerpop.gremlin.structure.service that return Service.Type Modifier and Type Method Description default Service.TypeService.DirectoryService. getType()Service.TypeService. getType()Return theService.Typeof service call.static Service.TypeService.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Service.Type[]Service.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure.service that return types with arguments of type Service.Type Modifier and Type Method Description default Map<Service.Type,Set<TraverserRequirement>>Service.ServiceFactory. getRequirementsByType()Return anyTraverserRequirements necessary for this service call for each executionService.Typeit supports.default Set<Service.Type>Service.DirectoryService. getSupportedTypes()Set<Service.Type>Service.ServiceFactory. getSupportedTypes()Get the execution modes that it supports.Methods in org.apache.tinkerpop.gremlin.structure.service with parameters of type Service.Type Modifier and Type Method Description default Set<TraverserRequirement>Service.ServiceFactory. getRequirements(Service.Type type)Return anyTraverserRequirements necessary for this service call for the supplied executionService.Type. -
Uses of Service.Type in org.apache.tinkerpop.gremlin.tinkergraph.services
Fields in org.apache.tinkerpop.gremlin.tinkergraph.services declared as Service.Type Modifier and Type Field Description static Service.TypeTinkerServiceRegistry.LambdaServiceFactory.Options. DEFAULT_TYPEFields in org.apache.tinkerpop.gremlin.tinkergraph.services with type parameters of type Service.Type Modifier and Type Field Description protected Map<Service.Type,Set<TraverserRequirement>>TinkerServiceRegistry.TinkerServiceFactory. requirementsMethods in org.apache.tinkerpop.gremlin.tinkergraph.services that return Service.Type Modifier and Type Method Description Service.TypeTinkerDegreeCentralityFactory. getType()Service.TypeTinkerServiceRegistry.LambdaBarrierService. getType()Service.TypeTinkerServiceRegistry.LambdaStartService. getType()Service.TypeTinkerServiceRegistry.LambdaStreamingService. getType()Service.TypeTinkerTextSearchFactory. getType()Methods in org.apache.tinkerpop.gremlin.tinkergraph.services that return types with arguments of type Service.Type Modifier and Type Method Description Set<Service.Type>TinkerDegreeCentralityFactory. getSupportedTypes()Set<Service.Type>TinkerServiceRegistry.LambdaServiceFactory. getSupportedTypes()Set<Service.Type>TinkerTextSearchFactory. getSupportedTypes()Methods in org.apache.tinkerpop.gremlin.tinkergraph.services with parameters of type Service.Type Modifier and Type Method Description TinkerServiceRegistry.TinkerServiceFactoryTinkerServiceRegistry.TinkerServiceFactory. addRequirements(Service.Type type, TraverserRequirement... requirements)Set<TraverserRequirement>TinkerServiceRegistry.TinkerServiceFactory. getRequirements(Service.Type type)
-