Class IndexingFactory<C extends org.apache.tinkerpop.gremlin.structure.Element>

  • Direct Known Subclasses:
    GraphFactory

    public class IndexingFactory<C extends org.apache.tinkerpop.gremlin.structure.Element>
    extends Object
    • Constructor Detail

      • IndexingFactory

        public IndexingFactory()
    • 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 name
        propertyKeyName - - the property name that is stored in the graph
        unique - - if the propery name is unique or not
        graph - - graph instance to create the indexes
        type - - type