| Interface | Description |
|---|---|
| ConcurrentLRUCache.EvictionListener<V> |
| Class | Description |
|---|---|
| AllEdgesIterable |
Constructs
Iterables over all JanusGraphEdges connecting a provided set of vertices. |
| AllEdgesIterator |
Defines an
Iterator over all JanusGraphEdges connecting a provided set of vertices. |
| ConcurrentLRUCache<V> |
A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce
contention and synchronization overhead to utilize multiple CPU cores more effectively.
|
| ConcurrentLRUCache.Stats | |
| ElementHelper | |
| ExceptionFactory | |
| IndexHelper | |
| MultiDistinctOrderedIterator<E extends org.apache.tinkerpop.gremlin.structure.Element> | |
| PriorityQueue<T> |
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
| StreamIterable<E> | |
| SubqueryIterator | |
| VertexCentricEdgeIterable<R extends JanusGraphRelation> | |
| WorkerPool |
Utility class for implementing a thread pool that closes gracefully and provides back-pressure when submitting jobs.
|
Copyright © 2012–2018. All rights reserved.