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.Service
Service.DirectoryService<I>, Service.Exceptions, Service.ServiceCallContext, Service.ServiceFactory<I,R>, Service.Type
-
-
Field Summary
Fields Modifier and Type Field Description protected TinkerServiceRegistry.TinkerServiceFactory<I,R>
serviceFactory
-
Constructor Summary
Constructors Modifier Constructor Description protected
TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TinkerServiceRegistry.TinkerService
addRequirements(TraverserRequirement... requirements)
Set<TraverserRequirement>
getRequirements()
Return anyTraverserRequirement
s necessary for this service call.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
close, execute, execute, execute, getMaxBarrierSize, getType, isBarrier, isStart, isStreaming
-
-
-
-
Field Detail
-
serviceFactory
protected final TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory
-
-
Constructor Detail
-
TinkerService
protected TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory)
-
-
Method Detail
-
addRequirements
public TinkerServiceRegistry.TinkerService addRequirements(TraverserRequirement... requirements)
-
getRequirements
public Set<TraverserRequirement> getRequirements()
Description copied from interface:Service
Return anyTraverserRequirement
s necessary for this service call.- Specified by:
getRequirements
in interfaceService<I,R>
-
-