public class IndexingFactory extends Object
| Constructor and Description |
|---|
IndexingFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
createCompositeIndexForEdgeProperty(String propertyName,
String propertyKeyName,
org.janusgraph.core.JanusGraph graph)
Creates the indexes for the properties of edges.
|
protected static void |
createCompositeIndexForVertexProperty(String propertyName,
String propertyKeyName,
boolean unique,
org.janusgraph.core.JanusGraph graph)
Creates the indexes for the properties of vertices.
|
protected static void createCompositeIndexForVertexProperty(String propertyName, String propertyKeyName, boolean unique, org.janusgraph.core.JanusGraph graph)
propertyName - - property namepropertyKeyName - - the property name that is stored in the graphunique - - if the propery name is unique or notgraph - - graph instance to create the indexesprotected static void createCompositeIndexForEdgeProperty(String propertyName, String propertyKeyName, org.janusgraph.core.JanusGraph graph)
propertyName - - property namepropertyKeyName - - the property name that is stored in the graphgraph - - graph instance to create the indexesCopyright © 2018–2019 ODPi. All rights reserved.