Class ProtonConfig.Documentdb.Allocation
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.core.ProtonConfig.Documentdb.Allocation
- Enclosing class:
- ProtonConfig.Documentdb
public static final class ProtonConfig.Documentdb.Allocation
extends com.yahoo.config.InnerNode
This class represents proton.documentdb[].allocation
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Allocation
-
-
Method Details
-
initialnumdocs
public long initialnumdocs()- Returns:
- proton.documentdb[].allocation.initialnumdocs
-
growfactor
public double growfactor()- Returns:
- proton.documentdb[].allocation.growfactor
-
growbias
public int growbias()- Returns:
- proton.documentdb[].allocation.growbias
-
amortizecount
public int amortizecount()- Returns:
- proton.documentdb[].allocation.amortizecount
-
multivaluegrowfactor
public double multivaluegrowfactor()- Returns:
- proton.documentdb[].allocation.multivaluegrowfactor
-
max_dead_bytes_ratio
public double max_dead_bytes_ratio()- Returns:
- proton.documentdb[].allocation.max_dead_bytes_ratio
-
max_dead_address_space_ratio
public double max_dead_address_space_ratio()- Returns:
- proton.documentdb[].allocation.max_dead_address_space_ratio
-
max_compact_buffers
public int max_compact_buffers()- Returns:
- proton.documentdb[].allocation.max_compact_buffers
-
active_buffers_ratio
public double active_buffers_ratio()- Returns:
- proton.documentdb[].allocation.active_buffers_ratio
-