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
Constructors Constructor Description LambdaStartService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, BiFunction<Service.ServiceCallContext,Map,Iterator<R>> lambda) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIterator<R>execute(Service.ServiceCallContext ctx, Map params)Execute a Start service call.Service.TypegetType()Return theService.Typeof service call.- 
Methods inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
addRequirements, getRequirements 
- 
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, getMaxBarrierSize, isBarrier, isStart, isStreaming 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LambdaStartService
public LambdaStartService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, BiFunction<Service.ServiceCallContext,Map,Iterator<R>> lambda)
 
 - 
 
- 
Method Detail
- 
getType
public Service.Type getType()
Description copied from interface:ServiceReturn theService.Typeof service call. 
- 
execute
public CloseableIterator<R> execute(Service.ServiceCallContext ctx, Map params)
Description copied from interface:ServiceExecute a Start service call. 
 - 
 
 -