public class JanusGraphSchemaVertex extends CacheVertex implements SchemaSource
SchemaSource.EntryqueryCache| Constructor and Description |
|---|
JanusGraphSchemaVertex(StandardJanusGraphTx tx,
Object id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
asIndexType() |
TypeDefinitionMap |
getDefinition() |
Iterable<JanusGraphEdge> |
getEdges(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
Iterable<JanusGraphEdge> |
getEdges(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir,
JanusGraphSchemaVertex other) |
List<SchemaSource.Entry> |
getRelated(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
SchemaStatus |
getStatus() |
protected org.apache.tinkerpop.gremlin.structure.Vertex |
getVertexLabelInternal() |
long |
longId() |
String |
name() |
void |
resetCache()
Resets the internal caches used to speed up lookups on this index type.
|
String |
toString() |
addToQueryCache, getQueryCacheSize, hasLoadedRelations, loadRelations, refreshaddRelation, findAddedProperty, findPreviousRelation, getAddedRelations, getDuplicatedAddedRelation, getLifeCycle, hasAddedRelations, hasRemovedRelations, properties, remove, removeRelation, updateLifeCycle, vertexLabeladdEdge, edges, getCompareId, isModified, isTxOpen, it, label, property, property, query, tx, valueOrNull, verifyAccess, verticesclone, compare, compareTo, equals, hashCode, hasId, id, isInvisible, isLoaded, isNew, isRemoved, isTemporaryId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitpropertygraph, isInvisible, setIdpublic JanusGraphSchemaVertex(StandardJanusGraphTx tx, Object id, byte lifecycle)
public long longId()
longId in interface SchemaSourcepublic String name()
name in interface SchemaSourceprotected org.apache.tinkerpop.gremlin.structure.Vertex getVertexLabelInternal()
getVertexLabelInternal in class AbstractVertexpublic TypeDefinitionMap getDefinition()
getDefinition in interface SchemaSourcepublic List<SchemaSource.Entry> getRelated(TypeDefinitionCategory def, org.apache.tinkerpop.gremlin.structure.Direction dir)
getRelated in interface SchemaSourcepublic void resetCache()
ManagementSystem.resetCache in interface SchemaSourcepublic Iterable<JanusGraphEdge> getEdges(TypeDefinitionCategory def, org.apache.tinkerpop.gremlin.structure.Direction dir)
public Iterable<JanusGraphEdge> getEdges(TypeDefinitionCategory def, org.apache.tinkerpop.gremlin.structure.Direction dir, JanusGraphSchemaVertex other)
public String toString()
toString in class AbstractVertexpublic SchemaStatus getStatus()
getStatus in interface SchemaSourcepublic IndexType asIndexType()
asIndexType in interface SchemaSourceCopyright © 2012–2024. All rights reserved.