| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.wrappers.event |
| Modifier and Type | Class and Description |
|---|---|
class |
EventIndexableGraph<T extends IndexableGraph>
EventIndexableGraph is merely a proxy to index methods exposing EventGraph methods in the "evented" way.
|
class |
EventTransactionalGraph<T extends TransactionalGraph>
The transactional implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
|
class |
EventTransactionalIndexableGraph<T extends IndexableGraph & TransactionalGraph>
The transactional and indexable implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventGraph |
EventElement.eventGraph |
| Constructor and Description |
|---|
EventEdge(Edge rawEdge,
EventGraph eventGraph) |
EventEdgeIterable(Iterable<Edge> iterable,
EventGraph eventGraph) |
EventElement(Element baseElement,
EventGraph eventGraph) |
EventIndex(Index<T> rawIndex,
EventGraph eventGraph) |
EventTrigger(EventGraph graph,
boolean enqueEvents) |
EventVertex(Vertex rawVertex,
EventGraph eventGraph) |
EventVertexIterable(Iterable<Vertex> iterable,
EventGraph eventGraph) |
Copyright © 2010-2014. All Rights Reserved.