Uses of Class
org.umlg.sqlg.structure.topology.IndexType
Packages that use IndexType
-
Uses of IndexType in org.umlg.sqlg.structure
Methods in org.umlg.sqlg.structure that return IndexTypeConstructors in org.umlg.sqlg.structure with parameters of type IndexType -
Uses of IndexType in org.umlg.sqlg.structure.topology
Fields in org.umlg.sqlg.structure.topology declared as IndexTypeModifier and TypeFieldDescriptionstatic final IndexTypeIndexType.GINstatic final IndexTypeIndexType.NON_UNIQUEstatic final IndexTypeIndexType.UNIQUEMethods in org.umlg.sqlg.structure.topology that return IndexTypeModifier and TypeMethodDescriptionstatic IndexTypeIndexType.fromNotifyJson(com.fasterxml.jackson.databind.JsonNode node) static IndexTypeIndexType.fromString(String node) static IndexTypeIndexType.getFullTextGIN(String configuration) Index.getIndexType()Methods in org.umlg.sqlg.structure.topology with parameters of type IndexTypeModifier and TypeMethodDescriptionstatic voidTopologyManager.addIndex(SqlgGraph sqlgGraph, String schema, String label, boolean vertex, String index, IndexType indexType, List<String> properties) add an index from information schemaAbstractLabel.ensureIndexExists(IndexType indexType, List<PropertyColumn> properties)