public interface SchemaSource
| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaSource.Entry |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
asIndexType() |
TypeDefinitionMap |
getDefinition() |
long |
getID() |
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 schema source.
|
long getID()
String getName()
SchemaStatus getStatus()
TypeDefinitionMap getDefinition()
Iterable<SchemaSource.Entry> getRelated(TypeDefinitionCategory def, com.tinkerpop.blueprints.Direction dir)
void resetCache()
IndexType asIndexType()
Copyright © 2012–2014. All rights reserved.