Package com.yahoo.vespa.config.content
Class PersistenceConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.content.PersistenceConfig
public final class PersistenceConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of persistence
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getDefName, getDefNamespace, serialize, serializeMethods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Field Details
-
CONFIG_DEF_MD5
- See Also:
-
CONFIG_DEF_NAME
- See Also:
-
CONFIG_DEF_NAMESPACE
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
PersistenceConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
abort_operations_with_changed_bucket_ownership
public boolean abort_operations_with_changed_bucket_ownership()- Returns:
- persistence.abort_operations_with_changed_bucket_ownership
-
abort_outdated_mutating_ideal_state_ops
public boolean abort_outdated_mutating_ideal_state_ops()- Returns:
- persistence.abort_outdated_mutating_ideal_state_ops
-
abort_outdated_mutating_external_load_ops
public boolean abort_outdated_mutating_external_load_ops()- Returns:
- persistence.abort_outdated_mutating_external_load_ops
-
fail_partition_on_error
public boolean fail_partition_on_error()- Returns:
- persistence.fail_partition_on_error
-
revert_time_period
public int revert_time_period()- Returns:
- persistence.revert_time_period
-
keep_remove_time_period
public int keep_remove_time_period()- Returns:
- persistence.keep_remove_time_period
-
maximum_versions_of_single_document_stored
public int maximum_versions_of_single_document_stored()- Returns:
- persistence.maximum_versions_of_single_document_stored
-