Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event
-
-
Uses of Event in org.apache.tinkerpop.gremlin.process.traversal.step
Classes in org.apache.tinkerpop.gremlin.process.traversal.step with type parameters of type Event Modifier and Type Interface Description interfaceMutating<E extends Event>A marker interface for steps that modify the graph. -
Uses of Event in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type Event Modifier and Type Method Description CallbackRegistry<Event>DropStep. getMutatingCallbackRegistry() -
Uses of Event in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with type parameters of type Event Modifier and Type Interface Description interfaceCallbackRegistry<E extends Event>interfaceEventCallback<E extends Event>classListCallbackRegistry<E extends Event>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util.event that implement Event Modifier and Type Class Description static classEvent.EdgeAddedEventstatic classEvent.EdgePropertyChangedEventstatic classEvent.EdgePropertyRemovedEventstatic classEvent.EdgeRemovedEventstatic classEvent.ElementPropertyChangedEventA base class forPropertymutation events.static classEvent.ElementPropertyEventA base class forPropertymutation events.static classEvent.VertexAddedEventstatic classEvent.VertexPropertyChangedEventRepresents an action where aVertexPropertyis modified on aVertex.static classEvent.VertexPropertyPropertyChangedEventRepresents an action where aPropertyis modified on aVertexProperty.static classEvent.VertexPropertyPropertyRemovedEventRepresents an action where aPropertyis removed from aVertexProperty.static classEvent.VertexPropertyRemovedEventstatic classEvent.VertexRemovedEvent -
Uses of Event in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with parameters of type Event Modifier and Type Method Description voidEventStrategy.EventStrategyCallback. accept(Event event)voidEventStrategy.DefaultEventQueue. addEvent(Event evt)voidEventStrategy.EventQueue. addEvent(Event evt)Add an event to the event queue.voidEventStrategy.TransactionalEventQueue. addEvent(Event evt)
-