| Modifier and Type | Class and Description |
|---|---|
class |
BatchGraph<T extends TransactionalGraph>
BatchGraph is a wrapper that enables batch loading of a large number of edges and vertices by chunking the entire
load into smaller batches and maintaining a memory-efficient vertex cache so that the entire transactional state can
be flushed after each chunk is loaded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventGraph<T extends Graph>
An EventGraph is a wrapper to existing Graph implementations and provides for graph events to be raised
to one or more listeners on changes to the Graph.
|
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 | 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 |
PartitionGraph<T extends Graph> |
class |
PartitionIndexableGraph<T extends IndexableGraph> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyGraph<T extends Graph>
A ReadOnlyGraph wraps a Graph and overrides the underlying graph's mutating methods.
|
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 |
WrappedGraph<T extends Graph>
WrappedGraph serves as a template for writing a wrapper graph.
|
class |
WrappedIndexableGraph<T extends IndexableGraph> |
Copyright © 2010-2014. All Rights Reserved.