public class ConsolidateThreshold extends Object
Modifier and Type | Method and Description |
---|---|
Long |
getSegmentThreshold() |
Double |
getThreshold() |
ConsolidateType |
getType() |
static ConsolidateThreshold |
of(ConsolidateType type) |
ConsolidateThreshold |
segmentThreshold(Long segmentThreshold) |
ConsolidateThreshold |
threshold(Double threshold) |
public static ConsolidateThreshold of(ConsolidateType type)
public ConsolidateThreshold threshold(Double threshold)
public ConsolidateThreshold segmentThreshold(Long segmentThreshold)
public ConsolidateType getType()
public Double getThreshold()
public Long getSegmentThreshold()
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.