| Modifier and Type | Method and Description |
|---|---|
EntryList |
FulgoraNeighborVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
InternalVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup)
Returns all relations that match the given query.
|
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
GuavaVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
InternalVertex |
LRUVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
InternalVertex |
VertexCache.get(long id,
Retriever<Long,InternalVertex> retriever)
Returns the vertex with the given id or null if it is not in the cache
|
| Modifier and Type | Method and Description |
|---|---|
EntryList |
EmptyVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
Copyright © 2012–2014. All rights reserved.