public class TitanSchemaVertex extends CacheVertex implements SchemaSource
SchemaSource.Entry| 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,
com.tinkerpop.blueprints.Direction dir) |
Iterable<TitanEdge> |
getEdges(TypeDefinitionCategory def,
com.tinkerpop.blueprints.Direction dir,
TitanSchemaVertex other) |
String |
getName() |
Iterable<SchemaSource.Entry> |
getRelated(TypeDefinitionCategory def,
com.tinkerpop.blueprints.Direction dir) |
SchemaStatus |
getStatus() |
void |
resetCache()
Resets the internal caches used to speed up lookups on this index type.
|
String |
toString() |
addToQueryCache, hasLoadedRelations, loadRelationsaddRelation, getAddedRelations, getLifeCycle, hasAddedRelations, hasRemovedRelations, remove, removeRelationaddEdge, addEdge, addEdge, addProperty, addProperty, getCompareId, getEdgeCount, getEdges, getEdges, getId, getLabel, getProperties, getProperties, getProperties, getProperty, getProperty, getPropertyCount, getPropertyKeys, getRelations, getTitanEdges, getVertexLabel, getVertexLabelInternal, getVertices, isConnected, isModified, it, query, removeProperty, removeProperty, setProperty, setProperty, txclone, compareTo, equals, getID, hashCode, hasId, isHidden, isImplicitId, isLoaded, isNew, isRemoved, isTemporaryId, setIDfinalize, getClass, notify, notifyAll, wait, wait, waitgetIDisHidden, setIDgetID, hasId, isLoaded, isNew, isRemovedcompareTopublic TitanSchemaVertex(StandardTitanTx tx, long id, byte lifecycle)
public String getName()
getName in interface SchemaSourcepublic TypeDefinitionMap getDefinition()
getDefinition in interface SchemaSourcepublic Iterable<SchemaSource.Entry> getRelated(TypeDefinitionCategory def, com.tinkerpop.blueprints.Direction dir)
getRelated in interface SchemaSourcepublic void resetCache()
ManagementSystem.resetCache in interface SchemaSourcepublic Iterable<TitanEdge> getEdges(TypeDefinitionCategory def, com.tinkerpop.blueprints.Direction dir)
public Iterable<TitanEdge> getEdges(TypeDefinitionCategory def, com.tinkerpop.blueprints.Direction dir, TitanSchemaVertex other)
public String toString()
toString in class AbstractVertexpublic SchemaStatus getStatus()
getStatus in interface SchemaSourcepublic IndexType asIndexType()
asIndexType in interface SchemaSourceCopyright © 2012–2014. All rights reserved.