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 interfaceDeleting<E extends Event>A marker interface for steps that deletes the graph data.interfaceMutating<E extends Event>A marker interface for steps that modify the graph.interfaceWriting<E extends Event>A marker interface for steps that writes the graph data. -
Uses of Event in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.filter with type parameters of type Event Modifier and Type Field Description protected CallbackRegistry<Event>DropStep. callbackRegistryMethods 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.map
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.map with type parameters of type Event Modifier and Type Field Description protected CallbackRegistry<Event>MergeStep. callbackRegistryMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type Event Modifier and Type Method Description CallbackRegistry<Event>MergeStep. getCallbackRegistry()CallbackRegistry<Event>MergeStep. 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.VertexRemovedEventMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with type arguments of type Event Modifier and Type Method Description static booleanEventUtil. hasAnyCallbacks(CallbackRegistry<? extends Event> callbackRegistry)Register a vertex property addition event with the callback registry.static voidEventUtil. registerEdgeCreationWithGenericEventRegistry(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Edge addedEdge)Register a vertex property addition event with the callback registry.static voidEventUtil. registerEdgePropertyChange(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Edge edge, String key, Object value)Register an edge property change event with the callback registry.static voidEventUtil. registerElementRemoval(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Element elementForRemoval)Register a vertex property addition event with the callback registry.static voidEventUtil. registerPropertyRemoval(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Property elementForRemoval)Register a vertex property addition event with the callback registry.static voidEventUtil. registerVertexCreationWithGenericEventRegistry(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Vertex addedVertex)Register a vertex property addition event with the callback registry.static voidEventUtil. registerVertexPropertyChange(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object,Object> traversal, Vertex vertex, String key, Object value)Register a vertex property change event with the callback registry. -
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)
-