Uses of Class
com.yahoo.vespa.model.utils.Duration
Packages that use Duration
Package
Description
-
Uses of Duration in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom that return DurationModifier and TypeMethodDescriptionModelElement.asDuration()ModelElement.childAsDuration(String path) -
Uses of Duration in com.yahoo.vespa.model.content
Methods in com.yahoo.vespa.model.content that return types with arguments of type DurationModifier and TypeMethodDescriptionClusterControllerConfig.ClusterControllerTuning.initProgressTime()Returns the value of theinitProgressTimerecord component.ClusterControllerConfig.ClusterControllerTuning.stableStateTimePeriod()Returns the value of thestableStateTimePeriodrecord component.ClusterControllerConfig.ClusterControllerTuning.transitionTime()Returns the value of thetransitionTimerecord component.Constructor parameters in com.yahoo.vespa.model.content with type arguments of type DurationModifierConstructorDescriptionClusterControllerTuning(Optional<Duration> initProgressTime, Optional<Duration> transitionTime, Optional<Long> maxPrematureCrashes, Optional<Duration> stableStateTimePeriod, Optional<Double> minDistributorUpRatio, Optional<Double> minStorageUpRatio, Optional<Integer> maxGroupsAllowedDown, Optional<Double> minNodeRatioPerGroup, Optional<Integer> minSplitBits) Creates an instance of aClusterControllerTuningrecord class. -
Uses of Duration in com.yahoo.vespa.model.content.storagecluster
Constructors in com.yahoo.vespa.model.content.storagecluster with parameters of type DurationModifierConstructorDescriptionPersistenceProducer(Boolean failOnError, Duration recoveryPeriod, Duration revertTimePeriod)