| 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 |
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
|
InternalVertex |
GuavaVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
EmptyVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
| Modifier and Type | Field and Description |
|---|---|
static Retriever<SliceQuery,EntryList> |
PreloadedVertex.EMPTY_RETRIEVER |
| Modifier and Type | Method and Description |
|---|---|
Retriever<SliceQuery,EntryList> |
PreloadedVertex.AccessCheck.retrieveSliceQuery() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
CacheVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
PreloadedVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
Copyright © 2012–2015. All rights reserved.