Package com.arangodb.entity
Class IndexEntity
- java.lang.Object
-
- com.arangodb.entity.IndexEntity
-
public final class IndexEntity extends Object
- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description IndexEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCacheEnabled()
Boolean
getConstraint()
Boolean
getDeduplicate()
Boolean
getEstimates()
Integer
getExpireAfter()
Collection<String>
getFields()
Boolean
getGeoJson()
String
getId()
Boolean
getInBackground()
Boolean
getIsNewlyCreated()
Boolean
getLegacyPolygons()
Integer
getMinLength()
String
getName()
Double
getSelectivityEstimate()
Boolean
getSparse()
Collection<String>
getStoredValues()
IndexType
getType()
Boolean
getUnique()
-
-
-
Method Detail
-
getId
public String getId()
-
getInBackground
public Boolean getInBackground()
-
getName
public String getName()
-
getType
public IndexType getType()
-
getFields
public Collection<String> getFields()
-
getSelectivityEstimate
public Double getSelectivityEstimate()
-
getUnique
public Boolean getUnique()
-
getSparse
public Boolean getSparse()
-
getMinLength
public Integer getMinLength()
-
getIsNewlyCreated
public Boolean getIsNewlyCreated()
-
getGeoJson
public Boolean getGeoJson()
-
getExpireAfter
public Integer getExpireAfter()
-
getConstraint
public Boolean getConstraint()
-
getDeduplicate
public Boolean getDeduplicate()
-
getEstimates
public Boolean getEstimates()
-
getCacheEnabled
public Boolean getCacheEnabled()
-
getStoredValues
public Collection<String> getStoredValues()
-
getLegacyPolygons
public Boolean getLegacyPolygons()
-
-