Class TinkerServiceRegistry.TinkerService<I,R>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService<I,R>
 
- 
- All Implemented Interfaces:
- AutoCloseable,- Service<I,R>
 - Direct Known Subclasses:
- TinkerServiceRegistry.LambdaBarrierService,- TinkerServiceRegistry.LambdaStartService,- TinkerServiceRegistry.LambdaStreamingService
 - Enclosing class:
- TinkerServiceRegistry
 
 public abstract static class TinkerServiceRegistry.TinkerService<I,R> extends Object implements Service<I,R> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.service.ServiceService.DirectoryService<I>, Service.Exceptions, Service.ServiceCallContext, Service.ServiceFactory<I,R>, Service.Type
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected TinkerServiceRegistry.TinkerServiceFactory<I,R>serviceFactory
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TinkerServiceRegistry.TinkerServiceaddRequirements(TraverserRequirement... requirements)Set<TraverserRequirement>getRequirements()Return anyTraverserRequirements necessary for this service call.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Serviceclose, execute, execute, execute, getMaxBarrierSize, getType, isBarrier, isStart, isStreaming
 
- 
 
- 
- 
- 
Field Detail- 
serviceFactoryprotected final TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory 
 
- 
 - 
Constructor Detail- 
TinkerServiceprotected TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory) 
 
- 
 - 
Method Detail- 
addRequirementspublic TinkerServiceRegistry.TinkerService addRequirements(TraverserRequirement... requirements) 
 - 
getRequirementspublic Set<TraverserRequirement> getRequirements() Description copied from interface:ServiceReturn anyTraverserRequirements necessary for this service call.- Specified by:
- getRequirementsin interface- Service<I,R>
 
 
- 
 
-