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
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTinkerService(TinkerServiceRegistry.TinkerServiceFactory<I, R> serviceFactory) -
Method Summary
Modifier and TypeMethodDescriptionaddRequirements(TraverserRequirement... requirements) Return anyTraverserRequirements necessary for this service call.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
close, execute, execute, execute, getMaxBarrierSize, getType, isBarrier, isStart, isStreaming
-
Field Details
-
serviceFactory
-
-
Constructor Details
-
TinkerService
-
-
Method Details
-
addRequirements
-
getRequirements
Description copied from interface:ServiceReturn anyTraverserRequirements necessary for this service call.- Specified by:
getRequirementsin interfaceService<I,R>
-