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 BooleangetCacheEnabled()BooleangetConstraint()BooleangetDeduplicate()BooleangetEstimates()IntegergetExpireAfter()Collection<String>getFields()MDIFieldValueTypesgetFieldValueTypes()BooleangetGeoJson()StringgetId()BooleangetInBackground()BooleangetIsNewlyCreated()BooleangetLegacyPolygons()IntegergetMinLength()StringgetName()Collection<String>getPrefixFields()DoublegetSelectivityEstimate()BooleangetSparse()Collection<String>getStoredValues()IndexTypegetType()BooleangetUnique()
-
-
-
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()
-
getFieldValueTypes
public MDIFieldValueTypes getFieldValueTypes()
-
getPrefixFields
public Collection<String> getPrefixFields()
-
-