Package org.umlg.sqlg.structure.topology
Class IndexType
java.lang.Object
org.umlg.sqlg.structure.topology.IndexType
Specification of an index type (unique, GIN, etc).
Created by pieter on 2016/10/27.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IndexTypefromNotifyJson(com.fasterxml.jackson.databind.JsonNode node) static IndexTypefromString(String node) static IndexTypegetFullTextGIN(String configuration) getName()inthashCode()booleanisGIN()com.fasterxml.jackson.databind.JsonNodetoString()
-
Field Details
-
GIN_INDEX_NAME
- See Also:
-
UNIQUE
-
NON_UNIQUE
-
GIN
-
GIN_FULLTEXT
- See Also:
-
GIN_CONFIGURATION
- See Also:
-
-
Constructor Details
-
IndexType
-
-
Method Details
-
getFullTextGIN
-
getName
-
getProperties
-
isGIN
public boolean isGIN() -
hashCode
public int hashCode() -
equals
-
toString
-
toNotifyJson
public com.fasterxml.jackson.databind.JsonNode toNotifyJson() -
fromString
-
fromNotifyJson
-