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