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.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 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 Summary
All 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.TinkerService
addRequirements, getRequirements 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LambdaBarrierService
public LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda)
 
- 
LambdaBarrierService
public LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I,R> factory, TriFunction<Service.ServiceCallContext,TraverserSet<I>,Map,Iterator<R>> lambda, int maxChunkSize)
 
 - 
 
- 
Method Detail
- 
clone
public TinkerServiceRegistry.LambdaBarrierService clone(int maxChunkSize)
 
- 
getType
public Service.Type getType()
Description copied from interface:ServiceReturn theService.Typeof service call. 
- 
getMaxBarrierSize
public int getMaxBarrierSize()
Description copied from interface:ServiceReturn the max barrier size. Default is all upstream solutions. 
- 
execute
public CloseableIterator<R> execute(Service.ServiceCallContext ctx, TraverserSet<I> in, Map params)
Description copied from interface:ServiceExecute a Barrier service call with all upstream input. 
 - 
 
 -