Class IndexingFactory<C extends org.apache.tinkerpop.gremlin.structure.Element>
- java.lang.Object
-
- org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.factory.IndexingFactory<C>
-
- Direct Known Subclasses:
GraphFactory
public class IndexingFactory<C extends org.apache.tinkerpop.gremlin.structure.Element> extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexingFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateCompositeIndexForProperty(String propertyName, String propertyKeyName, boolean unique, org.janusgraph.core.JanusGraph graph, Class<C> type)Creates the indexes for the properties of vertices.
-
-
-
Method Detail
-
createCompositeIndexForProperty
protected void createCompositeIndexForProperty(String propertyName, String propertyKeyName, boolean unique, org.janusgraph.core.JanusGraph graph, Class<C> type)
Creates the indexes for the properties of vertices.- Parameters:
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 indexestype- - type
-
-