| Modifier and Type | Method and Description |
|---|---|
TitanSchemaVertex |
ManagementSystem.getSchemaVertex(TitanSchemaElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementLogger.sendCacheEviction(Set<TitanSchemaVertex> updatedTypes,
Set<Callable<Boolean>> updatedTypeTriggers,
Set<String> openInstances) |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaVertex |
StandardTitanTx.getSchemaVertex(String schemaName) |
TitanSchemaVertex |
StandardTitanTx.makeSchemaVertex(TitanSchemaCategory schemaCategory,
String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanTx.updateSchemaVertex(TitanSchemaVertex schemaVertex) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
TitanSchemaVertex.getEdges(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir,
TitanSchemaVertex other) |
Copyright © 2012–2015. All rights reserved.