Class TinkerServiceRegistry.LambdaStartService<I,R>
java.lang.Object
org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService<I,R>
org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStartService<I,R>
- All Implemented Interfaces:
AutoCloseable,Service<I,R>
- Enclosing class:
- TinkerServiceRegistry
public static class TinkerServiceRegistry.LambdaStartService<I,R>
extends TinkerServiceRegistry.TinkerService<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 inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
serviceFactory -
Constructor Summary
ConstructorsConstructorDescriptionLambdaStartService(TinkerServiceRegistry.LambdaServiceFactory<I, R> factory, BiFunction<Service.ServiceCallContext, Map, Iterator<R>> lambda) -
Method Summary
Modifier and TypeMethodDescriptionexecute(Service.ServiceCallContext ctx, Map params) Execute a Start service call.getType()Return theService.Typeof service call.Methods inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
addRequirements, getRequirementsMethods 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, getMaxBarrierSize, isBarrier, isStart, isStreaming
-
Constructor Details
-
LambdaStartService
public LambdaStartService(TinkerServiceRegistry.LambdaServiceFactory<I, R> factory, BiFunction<Service.ServiceCallContext, Map, Iterator<R>> lambda)
-
-
Method Details
-
getType
Description copied from interface:ServiceReturn theService.Typeof service call. -
execute
Description copied from interface:ServiceExecute a Start service call.
-