Package org.umlg.sqlg.services
Class SqlgServiceRegistry.LambdaBarrierService<I,R>
java.lang.Object
org.umlg.sqlg.services.SqlgServiceRegistry.SqlgService<I,R>
org.umlg.sqlg.services.SqlgServiceRegistry.LambdaBarrierService<I,R>
- All Implemented Interfaces:
AutoCloseable
,org.apache.tinkerpop.gremlin.structure.service.Service<I,
R>
- Enclosing class:
- SqlgServiceRegistry
public static class SqlgServiceRegistry.LambdaBarrierService<I,R>
extends SqlgServiceRegistry.SqlgService<I,R>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService<I extends Object>, org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions, org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I extends Object,
R extends Object>, org.apache.tinkerpop.gremlin.structure.service.Service.Type -
Field Summary
Fields inherited from class org.umlg.sqlg.services.SqlgServiceRegistry.SqlgService
serviceFactory
-
Constructor Summary
ConstructorsConstructorDescriptionLambdaBarrierService
(SqlgServiceRegistry.LambdaServiceFactory<I, R> factory, org.apache.tinkerpop.gremlin.util.function.TriFunction<org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<I>, Map, Iterator<R>> lambda) LambdaBarrierService
(SqlgServiceRegistry.LambdaServiceFactory<I, R> factory, org.apache.tinkerpop.gremlin.util.function.TriFunction<org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<I>, Map, Iterator<R>> lambda, int maxChunkSize) -
Method Summary
Modifier and TypeMethodDescriptionclone
(int maxChunkSize) org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<R>
execute
(org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext ctx, org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<I> in, Map params) int
org.apache.tinkerpop.gremlin.structure.service.Service.Type
getType()
Methods inherited from class org.umlg.sqlg.services.SqlgServiceRegistry.SqlgService
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, isBarrier, isStart, isStreaming
-
Constructor Details
-
LambdaBarrierService
public LambdaBarrierService(SqlgServiceRegistry.LambdaServiceFactory<I, R> factory, org.apache.tinkerpop.gremlin.util.function.TriFunction<org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<I>, Map, Iterator<R>> lambda) -
LambdaBarrierService
public LambdaBarrierService(SqlgServiceRegistry.LambdaServiceFactory<I, R> factory, org.apache.tinkerpop.gremlin.util.function.TriFunction<org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet<I>, Map, Iterator<R>> lambda, int maxChunkSize)
-
-
Method Details
-
clone
-
getType
public org.apache.tinkerpop.gremlin.structure.service.Service.Type getType() -
getMaxBarrierSize
public int getMaxBarrierSize() -
execute
-