| Interface | Description |
|---|---|
| ConcurrentLRUCache.EvictionListener<V> |
| Class | Description |
|---|---|
| AllEdgesIterable | |
| AllEdgesIterator | |
| 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 | |
| PriorityQueue<T> |
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
| VertexCentricEdgeIterable<R extends TitanRelation> | |
| WorkerPool |
Utility class for implementing a thread pool that closes gracefully and provides back-pressure when submitting jobs.
|
Copyright © 2012–2015. All rights reserved.