| Modifier and Type | Class and Description |
|---|---|
class |
TinkerGraph
An in-memory, reference implementation of the property graph interfaces provided by Blueprints.
|
| Modifier and Type | Method and Description |
|---|---|
static Vertex |
IndexableGraphHelper.addUniqueVertex(IndexableGraph graph,
Object id,
Index<Vertex> index,
String uniqueKey,
Object uniqueValue)
Add a vertex to a graph only if no other vertex in the provided Index is indexed by the property key/value pair.
|
| 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 |
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 | Class and Description |
|---|---|
class |
EventIndexableGraph<T extends IndexableGraph>
EventIndexableGraph is merely a proxy to index methods exposing EventGraph methods in the "evented" way.
|
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 | Class and Description |
|---|---|
class |
IdGraph<T extends KeyIndexableGraph>
A Graph implementation which wraps another Graph implementation,
enabling custom element IDs even for those graphs which don't otherwise support them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionIndexableGraph<T extends IndexableGraph> |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionIndexableGraph<T extends IndexableGraph> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyIndexableGraph<T extends IndexableGraph>
A ReadOnlyIndexableGraph wraps an IndexableGraph and overrides the underlying graph's mutating methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyIndexableGraph<T extends IndexableGraph>
A ReadOnlyIndexableGraph wraps an IndexableGraph and overrides the underlying graph's mutating methods.
|
class |
ReadOnlyKeyIndexableGraph<T extends KeyIndexableGraph>
A ReadOnlyKeyIndexableGraph wraps a KeyIndexableGraph and overrides the underlying graph's mutating methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedIndexableGraph<T extends IndexableGraph> |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedIndexableGraph<T extends IndexableGraph> |
Copyright © 2010-2014. All Rights Reserved.