public class ArangoSearchProperties extends Object
Constructor and Description |
---|
ArangoSearchProperties() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(CollectionLink... links) |
void |
addThreshold(ConsolidateThreshold... thresholds) |
Long |
getCleanupIntervalStep() |
Long |
getCommitIntervalMsec() |
Collection<CollectionLink> |
getLinks() |
String |
getLocale() |
Collection<ConsolidateThreshold> |
getThresholds() |
void |
setCleanupIntervalStep(Long cleanupIntervalStep) |
void |
setCommitIntervalMsec(Long commitIntervalMsec) |
void |
setLocale(String locale) |
public String getLocale()
public void setLocale(String locale)
public Long getCommitIntervalMsec()
public void setCommitIntervalMsec(Long commitIntervalMsec)
public Long getCleanupIntervalStep()
public void setCleanupIntervalStep(Long cleanupIntervalStep)
public Collection<ConsolidateThreshold> getThresholds()
public void addThreshold(ConsolidateThreshold... thresholds)
public Collection<CollectionLink> getLinks()
public void addLink(CollectionLink... links)
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.