Modifier and Type | Interface and Description |
---|---|
interface |
Mutating<E extends Event>
A marker interface for steps that modify the graph.
|
Modifier and Type | Method and Description |
---|---|
CallbackRegistry<Event> |
DropStep.getMutatingCallbackRegistry() |
Modifier and Type | Field and Description |
---|---|
protected CallbackRegistry<Event> |
MergeVertexStep.callbackRegistry |
protected CallbackRegistry<Event> |
MergeEdgeStep.callbackRegistry |
Modifier and Type | Method and Description |
---|---|
CallbackRegistry<Event> |
MergeVertexStep.getCallbackRegistry() |
CallbackRegistry<Event> |
MergeEdgeStep.getCallbackRegistry() |
CallbackRegistry<Event> |
MergeVertexStep.getMutatingCallbackRegistry() |
CallbackRegistry<Event> |
MergeEdgeStep.getMutatingCallbackRegistry() |
Modifier and Type | Interface and Description |
---|---|
interface |
CallbackRegistry<E extends Event> |
interface |
EventCallback<E extends Event>
|
class |
ListCallbackRegistry<E extends Event> |
Modifier and Type | Class and Description |
---|---|
static class |
Event.EdgeAddedEvent
|
static class |
Event.EdgePropertyChangedEvent
|
static class |
Event.EdgePropertyRemovedEvent
|
static class |
Event.EdgeRemovedEvent
|
static class |
Event.ElementPropertyChangedEvent
A base class for
Property mutation events. |
static class |
Event.ElementPropertyEvent
A base class for
Property mutation events. |
static class |
Event.VertexAddedEvent
|
static class |
Event.VertexPropertyChangedEvent
Represents an action where a
VertexProperty is modified on a Vertex . |
static class |
Event.VertexPropertyPropertyChangedEvent
Represents an action where a
Property is modified on a VertexProperty . |
static class |
Event.VertexPropertyPropertyRemovedEvent
Represents an action where a
Property is removed from a VertexProperty . |
static class |
Event.VertexPropertyRemovedEvent
|
static class |
Event.VertexRemovedEvent
|
Modifier and Type | Method and Description |
---|---|
void |
EventStrategy.EventStrategyCallback.accept(Event event) |
void |
EventStrategy.EventQueue.addEvent(Event evt)
Add an event to the event queue.
|
void |
EventStrategy.DefaultEventQueue.addEvent(Event evt) |
void |
EventStrategy.TransactionalEventQueue.addEvent(Event evt) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.