Class TinkerServiceRegistry.LambdaStreamingService<I,R>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService<I,R>
- 
- org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStreamingService<I,R>
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- Service<I,R>
 - Enclosing class:
- TinkerServiceRegistry
 
 public static class TinkerServiceRegistry.LambdaStreamingService<I,R> extends TinkerServiceRegistry.TinkerService<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 Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceserviceFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description LambdaStreamingService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,Traverser.Admin<I>,Map,Iterator<R>> lambda)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIterator<R>execute(Service.ServiceCallContext ctx, Traverser.Admin<I> in, Map params)Execute a Streaming service call with one upstream input.Service.TypegetType()Return theService.Typeof service call.- 
Methods inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceaddRequirements, getRequirements
 - 
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, getMaxBarrierSize, isBarrier, isStart, isStreaming
 
- 
 
- 
- 
- 
Constructor Detail- 
LambdaStreamingServicepublic LambdaStreamingService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,Traverser.Admin<I>,Map,Iterator<R>> lambda) 
 
- 
 - 
Method Detail- 
getTypepublic Service.Type getType() Description copied from interface:ServiceReturn theService.Typeof service call.
 - 
executepublic CloseableIterator<R> execute(Service.ServiceCallContext ctx, Traverser.Admin<I> in, Map params) Description copied from interface:ServiceExecute a Streaming service call with one upstream input.
 
- 
 
-