Package com.yahoo.search.config
Class QrStartConfig.Jvm
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.search.config.QrStartConfig.Jvm
- Enclosing class:
- QrStartConfig
public static final class QrStartConfig.Jvm
extends com.yahoo.config.InnerNode
This class represents qr-start.jvm
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Jvm
-
-
Method Details
-
server
public boolean server()- Returns:
- qr-start.jvm.server
-
verbosegc
public boolean verbosegc()- Returns:
- qr-start.jvm.verbosegc
-
gcopts
- Returns:
- qr-start.jvm.gcopts
-
heapsize
public int heapsize()- Returns:
- qr-start.jvm.heapsize
-
minHeapsize
public int minHeapsize()- Returns:
- qr-start.jvm.minHeapsize
-
stacksize
public int stacksize()- Returns:
- qr-start.jvm.stacksize
-
compressedClassSpaceSize
public int compressedClassSpaceSize()- Returns:
- qr-start.jvm.compressedClassSpaceSize
-
baseMaxDirectMemorySize
public int baseMaxDirectMemorySize()- Returns:
- qr-start.jvm.baseMaxDirectMemorySize
-
directMemorySizeCache
public int directMemorySizeCache()- Returns:
- qr-start.jvm.directMemorySizeCache
-
heapSizeAsPercentageOfPhysicalMemory
public int heapSizeAsPercentageOfPhysicalMemory()- Returns:
- qr-start.jvm.heapSizeAsPercentageOfPhysicalMemory
-
availableProcessors
public int availableProcessors()- Returns:
- qr-start.jvm.availableProcessors
-