| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
GraknGraph.getConcept(ConceptId id)
Get the
Concept with identifier provided, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
Concept.getId()
Get the unique ID associated with the Concept.
|
static ConceptId |
ConceptId.of(Object value) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConceptId.compareTo(ConceptId o) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<ConceptId>> |
EngineCache.getCastingJobs(String keyspace) |
Map<String,Set<ConceptId>> |
EngineCache.getResourceJobs(String keyspace) |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineCache.addJobCasting(String keyspace,
String castingIndex,
ConceptId castingId) |
void |
EngineCache.addJobResource(String keyspace,
String resourceIndex,
ConceptId resourceId) |
void |
EngineCache.deleteJobCasting(String keyspace,
String castingIndex,
ConceptId castingId) |
void |
EngineCache.deleteJobResource(String keyspace,
String resourceIndex,
ConceptId resourceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraknAdmin.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
void |
GraknAdmin.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
|
boolean |
GraknAdmin.fixDuplicateCastings(String index,
Set<ConceptId> castingVertexIds)
Merges the provided duplicate castings.
|
boolean |
GraknAdmin.fixDuplicateResources(String index,
Set<ConceptId> resourceVertexIds) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
AbstractGraknGraph.getConcept(ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGraknGraph.commit(java.util.function.BiConsumer<Set<org.javatuples.Pair<String,ConceptId>>,Set<org.javatuples.Pair<String,ConceptId>>> conceptLogger) |
void |
AbstractGraknGraph.commit(java.util.function.BiConsumer<Set<org.javatuples.Pair<String,ConceptId>>,Set<org.javatuples.Pair<String,ConceptId>>> conceptLogger) |
void |
AbstractGraknGraph.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
Commits the graph and adds concepts for post processing directly to the cache
|
void |
AbstractGraknGraph.commit(Map<String,Set<ConceptId>> resourceCache,
Map<String,Set<ConceptId>> castingCache)
Commits the graph and adds concepts for post processing directly to the cache
|
boolean |
AbstractGraknGraph.fixDuplicateCastings(String index,
Set<ConceptId> castingVertexIds)
Merges the provided duplicate castings.
|
boolean |
AbstractGraknGraph.fixDuplicateResources(String index,
Set<ConceptId> resourceVertexIds) |
| Modifier and Type | Method and Description |
|---|---|
Var |
Var.id(ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConceptId> |
VarAdmin.getId() |
| Modifier and Type | Method and Description |
|---|---|
PathQuery |
PathQuery.from(ConceptId sourceId) |
PathQuery |
PathQuery.to(ConceptId destinationId) |
| Constructor and Description |
|---|
ShortestPathVertexProgram(Set<TypeName> selectedTypes,
ConceptId sourceId,
ConceptId destinationId) |
| Modifier and Type | Method and Description |
|---|---|
static ai.grakn.graql.internal.gremlin.fragment.IdFragment |
Fragments.id(VarName start,
ConceptId id) |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
IdProperty.getId() |
| Constructor and Description |
|---|
IdProperty(ConceptId id) |
| Modifier and Type | Field and Description |
|---|---|
protected ConceptId |
Atom.typeId |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
Atom.getTypeId() |
| Modifier and Type | Method and Description |
|---|---|
protected ConceptId |
TypeAtom.extractTypeId(VarAdmin var) |
protected ConceptId |
Resource.extractTypeId(VarAdmin var) |
protected abstract ConceptId |
MultiPredicateBinary.extractTypeId(VarAdmin var) |
protected abstract ConceptId |
Binary.extractTypeId(VarAdmin var) |
| Modifier and Type | Method and Description |
|---|---|
protected ConceptId |
IdPredicate.extractPredicate(VarAdmin var) |
| Modifier and Type | Method and Description |
|---|---|
static VarAdmin |
IdPredicate.createIdVar(VarName varName,
ConceptId typeId) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringConverter.idToString(ConceptId id) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.