Class IndexingFactory
- java.lang.Object
-
- org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.factory.IndexingFactory
-
- Direct Known Subclasses:
GraphFactory
public class IndexingFactory 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 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 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
-
-