Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.EventQueue
-
Packages that use EventStrategy.EventQueue Package Description org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration -
-
Uses of EventStrategy.EventQueue in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that implement EventStrategy.EventQueue Modifier and Type Class Description static class
EventStrategy.DefaultEventQueue
Immediately notifies all listeners as events arrive.static class
EventStrategy.TransactionalEventQueue
Stores events in a queue that builds up until the transaction is committed which then fires them in the order they were received.Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with parameters of type EventStrategy.EventQueue Modifier and Type Method Description EventStrategy.Builder
EventStrategy.Builder. eventQueue(EventStrategy.EventQueue eventQueue)
Constructors in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with parameters of type EventStrategy.EventQueue Constructor Description EventStrategyCallback(EventStrategy.EventQueue eventQueue)
-