Class IndexType

java.lang.Object
org.umlg.sqlg.structure.topology.IndexType

public class IndexType extends Object
Specification of an index type (unique, GIN, etc). Created by pieter on 2016/10/27.
  • Field Details

  • Constructor Details

    • IndexType

      public IndexType(String name)
  • Method Details

    • getFullTextGIN

      public static IndexType getFullTextGIN(String configuration)
    • getName

      public String getName()
    • getProperties

      public Map<String,String> getProperties()
    • isGIN

      public boolean isGIN()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toNotifyJson

      public com.fasterxml.jackson.databind.JsonNode toNotifyJson()
    • fromString

      public static IndexType fromString(String node)
    • fromNotifyJson

      public static IndexType fromNotifyJson(com.fasterxml.jackson.databind.JsonNode node)