public class IndexEntity extends BaseEntity
Constructor and Description |
---|
IndexEntity() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFields() |
String |
getId() |
int |
getMinLength() |
double |
getSelectivityEstimate() |
int |
getSize() |
IndexType |
getType() |
boolean |
isGeoJson() |
boolean |
isNewlyCreated() |
boolean |
isSparse() |
boolean |
isUnique() |
void |
setFields(List<String> fields) |
void |
setGeoJson(boolean getJson) |
void |
setId(String id) |
void |
setMinLength(int minLength) |
void |
setNewlyCreated(boolean isNewlyCreated) |
void |
setSelectivityEstimate(double selectivityEstimate) |
void |
setSize(int size) |
void |
setSparse(boolean sparse) |
void |
setType(IndexType type) |
void |
setUnique(boolean unique) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public String getId()
public IndexType getType()
public boolean isGeoJson()
public boolean isNewlyCreated()
public boolean isUnique()
public boolean isSparse()
public int getSize()
public double getSelectivityEstimate()
public void setId(String id)
public void setType(IndexType type)
public void setGeoJson(boolean getJson)
public void setNewlyCreated(boolean isNewlyCreated)
public void setUnique(boolean unique)
public void setSparse(boolean sparse)
public void setSize(int size)
public int getMinLength()
public void setMinLength(int minLength)
public void setSelectivityEstimate(double selectivityEstimate)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.