public interface SchemaCache
SystemRelationTypes| Modifier and Type | Interface and Description |
|---|---|
static interface |
SchemaCache.StoreRetrieval |
| Modifier and Type | Method and Description |
|---|---|
void |
expireSchemaName(String name) |
void |
expireSchemaRelations(long schemaId) |
Long |
getSchemaId(String schemaName,
StandardTitanTx tx) |
EntryList |
getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
Long getSchemaId(String schemaName, StandardTitanTx tx)
EntryList getSchemaRelations(long schemaId, BaseRelationType type, com.tinkerpop.blueprints.Direction dir, StandardTitanTx tx)
void expireSchemaName(String name)
void expireSchemaRelations(long schemaId)
Copyright © 2012–2014. All rights reserved.