public class ArangoSearchPropertiesEntity extends ViewEntity
Constructor and Description |
---|
ArangoSearchPropertiesEntity(String id,
String name,
ViewType type,
ArangoSearchProperties properties) |
Modifier and Type | Method and Description |
---|---|
Long |
getCleanupIntervalStep() |
Long |
getCommitIntervalMsec() |
Long |
getConsolidationIntervalMsec() |
ConsolidationPolicy |
getConsolidationPolicy() |
Collection<CollectionLink> |
getLinks() |
Collection<PrimarySort> |
getPrimarySort() |
ArangoSearchCompression |
getPrimarySortCompression() |
Collection<StoredValue> |
getStoredValues() |
getId, getName, getType
public ArangoSearchPropertiesEntity(String id, String name, ViewType type, ArangoSearchProperties properties)
public Long getConsolidationIntervalMsec()
public Long getCommitIntervalMsec()
public Long getCleanupIntervalStep()
public ConsolidationPolicy getConsolidationPolicy()
public Collection<CollectionLink> getLinks()
public Collection<PrimarySort> getPrimarySort()
public ArangoSearchCompression getPrimarySortCompression()
public Collection<StoredValue> getStoredValues()
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.