| Package | Description |
|---|---|
| org.janusgraph.graphdb.internal | |
| org.janusgraph.graphdb.transaction.vertexcache | |
| org.janusgraph.graphdb.types.system | |
| org.janusgraph.graphdb.vertices |
| 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 |
CaffeineVertexCache.get(Object id,
Retriever<Object,InternalVertex> retriever) |
InternalVertex |
EmptyVertexCache.get(Object id,
Retriever<Object,InternalVertex> retriever) |
InternalVertex |
VertexCache.get(Object id,
Retriever<Object,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 | 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 |
PreloadedVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
EntryList |
StandardVertex.loadRelations(SliceQuery query,
Retriever<SliceQuery,EntryList> lookup) |
Copyright © 2012–2023. All rights reserved.