| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure.service | |
| org.apache.tinkerpop.gremlin.tinkergraph.services |
| Modifier and Type | Method and Description |
|---|---|
Service.Type |
Service.getType()
Return the
Service.Type of service call. |
default Service.Type |
Service.DirectoryService.getType() |
static Service.Type |
Service.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.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<Service.Type,Set<TraverserRequirement>> |
Service.ServiceFactory.getRequirementsByType()
Return any
TraverserRequirements necessary for this service call for each execution Service.Type
it supports. |
Set<Service.Type> |
Service.ServiceFactory.getSupportedTypes()
Get the execution modes that it supports.
|
default Set<Service.Type> |
Service.DirectoryService.getSupportedTypes() |
| Modifier and Type | Method and Description |
|---|---|
default Set<TraverserRequirement> |
Service.ServiceFactory.getRequirements(Service.Type type)
Return any
TraverserRequirements necessary for this service call for the supplied execution
Service.Type. |
| Modifier and Type | Field and Description |
|---|---|
static Service.Type |
TinkerServiceRegistry.LambdaServiceFactory.Options.DEFAULT_TYPE |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Service.Type,Set<TraverserRequirement>> |
TinkerServiceRegistry.TinkerServiceFactory.requirements |
| Modifier and Type | Method and Description |
|---|---|
Service.Type |
TinkerTextSearchFactory.getType() |
Service.Type |
TinkerServiceRegistry.LambdaStartService.getType() |
Service.Type |
TinkerServiceRegistry.LambdaStreamingService.getType() |
Service.Type |
TinkerServiceRegistry.LambdaBarrierService.getType() |
Service.Type |
TinkerDegreeCentralityFactory.getType() |
| Modifier and Type | Method and Description |
|---|---|
Set<Service.Type> |
TinkerTextSearchFactory.getSupportedTypes() |
Set<Service.Type> |
TinkerServiceRegistry.LambdaServiceFactory.getSupportedTypes() |
Set<Service.Type> |
TinkerDegreeCentralityFactory.getSupportedTypes() |
| Modifier and Type | Method and Description |
|---|---|
TinkerServiceRegistry.TinkerServiceFactory |
TinkerServiceRegistry.TinkerServiceFactory.addRequirements(Service.Type type,
TraverserRequirement... requirements) |
Set<TraverserRequirement> |
TinkerServiceRegistry.TinkerServiceFactory.getRequirements(Service.Type type) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.