Class TinkerServiceRegistry.LambdaBarrierService<I,R>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService<I,R>
- 
- org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService<I,R>
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- Service<I,R>
 - Enclosing class:
- TinkerServiceRegistry
 
 public static class TinkerServiceRegistry.LambdaBarrierService<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 LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda)LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda, int maxChunkSize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TinkerServiceRegistry.LambdaBarrierServiceclone(int maxChunkSize)CloseableIterator<R>execute(Service.ServiceCallContext ctx, TraverserSet<I> in, Map params)Execute a Barrier service call with all upstream input.intgetMaxBarrierSize()Return the max barrier size.Service.TypegetType()Return theService.Typeof service call.- 
Methods inherited from class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceaddRequirements, getRequirements
 
- 
 
- 
- 
- 
Constructor Detail- 
LambdaBarrierServicepublic LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda) 
 - 
LambdaBarrierServicepublic LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda, int maxChunkSize) 
 
- 
 - 
Method Detail- 
clonepublic TinkerServiceRegistry.LambdaBarrierService clone(int maxChunkSize) 
 - 
getTypepublic Service.Type getType() Description copied from interface:ServiceReturn theService.Typeof service call.
 - 
getMaxBarrierSizepublic int getMaxBarrierSize() Description copied from interface:ServiceReturn the max barrier size. Default is all upstream solutions.
 - 
executepublic CloseableIterator<R> execute(Service.ServiceCallContext ctx, TraverserSet<I> in, Map params) Description copied from interface:ServiceExecute a Barrier service call with all upstream input.
 
- 
 
-