Skip to content

JavaStartUpConfigProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.JavaStartUpConfigProperty;
JavaStartUpConfigProperty.builder()
//  .concGcThreads(IResolvable)
//  .concGcThreads(ConcGCThreadsProperty)
//  .customParams(IResolvable)
//  .customParams(CustomParamsProperty)
//  .g1HeapRegionSize(IResolvable)
//  .g1HeapRegionSize(G1HeapRegionSizeProperty)
//  .gcLogFilePath(IResolvable)
//  .gcLogFilePath(GCLogFilePathProperty)
//  .gcLogFileSize(IResolvable)
//  .gcLogFileSize(GCLogFileSizeProperty)
//  .heapDumpOnOutOfMemoryError(IResolvable)
//  .heapDumpOnOutOfMemoryError(HeapDumpOnOutOfMemoryErrorProperty)
//  .heapDumpPath(IResolvable)
//  .heapDumpPath(HeapDumpPathProperty)
//  .initialHeapSize(IResolvable)
//  .initialHeapSize(InitialHeapSizeProperty)
//  .maxDirectMemorySize(IResolvable)
//  .maxDirectMemorySize(MaxDirectMemorySizeProperty)
//  .maxHeapSize(IResolvable)
//  .maxHeapSize(MaxHeapSizeProperty)
//  .maxNewSize(IResolvable)
//  .maxNewSize(MaxNewSizeProperty)
//  .maxPermSize(IResolvable)
//  .maxPermSize(MaxPermSizeProperty)
//  .nacosUseCloudNamespaceParsing(IResolvable)
//  .nacosUseCloudNamespaceParsing(NacosUseCloudNamespaceParsingProperty)
//  .nacosUseEndpointParsingRule(IResolvable)
//  .nacosUseEndpointParsingRule(NacosUseEndpointParsingRuleProperty)
//  .newRatio(IResolvable)
//  .newRatio(NewRatioProperty)
//  .newSize(IResolvable)
//  .newSize(NewSizeProperty)
//  .oldGarbageCollector(IResolvable)
//  .oldGarbageCollector(OldGarbageCollectorProperty)
//  .parallelGcThreads(IResolvable)
//  .parallelGcThreads(ParallelGCThreadsProperty)
//  .permSize(IResolvable)
//  .permSize(PermSizeProperty)
//  .printGc(IResolvable)
//  .printGc(PrintGCProperty)
//  .printGcDateStamps(IResolvable)
//  .printGcDateStamps(PrintGCDateStampsProperty)
//  .survivorRatio(IResolvable)
//  .survivorRatio(SurvivorRatioProperty)
//  .threadStackSize(IResolvable)
//  .threadStackSize(ThreadStackSizeProperty)
//  .useGcLogFileRotation(IResolvable)
//  .useGcLogFileRotation(UseGCLogFileRotationProperty)
//  .youngGarbageCollector(IResolvable)
//  .youngGarbageCollector(YoungGarbageCollectorProperty)
    .build();

Properties

Name Type Description
concGcThreads com.aliyun.ros.cdk.core.IResolvable OR ConcGCThreadsProperty No description.
customParams com.aliyun.ros.cdk.core.IResolvable OR CustomParamsProperty No description.
g1HeapRegionSize com.aliyun.ros.cdk.core.IResolvable OR G1HeapRegionSizeProperty No description.
gcLogFilePath com.aliyun.ros.cdk.core.IResolvable OR GCLogFilePathProperty No description.
gcLogFileSize com.aliyun.ros.cdk.core.IResolvable OR GCLogFileSizeProperty No description.
heapDumpOnOutOfMemoryError com.aliyun.ros.cdk.core.IResolvable OR HeapDumpOnOutOfMemoryErrorProperty No description.
heapDumpPath com.aliyun.ros.cdk.core.IResolvable OR HeapDumpPathProperty No description.
initialHeapSize com.aliyun.ros.cdk.core.IResolvable OR InitialHeapSizeProperty No description.
maxDirectMemorySize com.aliyun.ros.cdk.core.IResolvable OR MaxDirectMemorySizeProperty No description.
maxHeapSize com.aliyun.ros.cdk.core.IResolvable OR MaxHeapSizeProperty No description.
maxNewSize com.aliyun.ros.cdk.core.IResolvable OR MaxNewSizeProperty No description.
maxPermSize com.aliyun.ros.cdk.core.IResolvable OR MaxPermSizeProperty No description.
nacosUseCloudNamespaceParsing com.aliyun.ros.cdk.core.IResolvable OR NacosUseCloudNamespaceParsingProperty No description.
nacosUseEndpointParsingRule com.aliyun.ros.cdk.core.IResolvable OR NacosUseEndpointParsingRuleProperty No description.
newRatio com.aliyun.ros.cdk.core.IResolvable OR NewRatioProperty No description.
newSize com.aliyun.ros.cdk.core.IResolvable OR NewSizeProperty No description.
oldGarbageCollector com.aliyun.ros.cdk.core.IResolvable OR OldGarbageCollectorProperty No description.
parallelGcThreads com.aliyun.ros.cdk.core.IResolvable OR ParallelGCThreadsProperty No description.
permSize com.aliyun.ros.cdk.core.IResolvable OR PermSizeProperty No description.
printGc com.aliyun.ros.cdk.core.IResolvable OR PrintGCProperty No description.
printGcDateStamps com.aliyun.ros.cdk.core.IResolvable OR PrintGCDateStampsProperty No description.
survivorRatio com.aliyun.ros.cdk.core.IResolvable OR SurvivorRatioProperty No description.
threadStackSize com.aliyun.ros.cdk.core.IResolvable OR ThreadStackSizeProperty No description.
useGcLogFileRotation com.aliyun.ros.cdk.core.IResolvable OR UseGCLogFileRotationProperty No description.
youngGarbageCollector com.aliyun.ros.cdk.core.IResolvable OR YoungGarbageCollectorProperty No description.

concGcThreadsOptional

public java.lang.Object getConcGcThreads();

customParamsOptional

public java.lang.Object getCustomParams();

g1HeapRegionSizeOptional

public java.lang.Object getG1HeapRegionSize();

gcLogFilePathOptional

public java.lang.Object getGcLogFilePath();

gcLogFileSizeOptional

public java.lang.Object getGcLogFileSize();

heapDumpOnOutOfMemoryErrorOptional

public java.lang.Object getHeapDumpOnOutOfMemoryError();

heapDumpPathOptional

public java.lang.Object getHeapDumpPath();

initialHeapSizeOptional

public java.lang.Object getInitialHeapSize();

maxDirectMemorySizeOptional

public java.lang.Object getMaxDirectMemorySize();

maxHeapSizeOptional

public java.lang.Object getMaxHeapSize();

maxNewSizeOptional

public java.lang.Object getMaxNewSize();

maxPermSizeOptional

public java.lang.Object getMaxPermSize();

nacosUseCloudNamespaceParsingOptional

public java.lang.Object getNacosUseCloudNamespaceParsing();

nacosUseEndpointParsingRuleOptional

public java.lang.Object getNacosUseEndpointParsingRule();

newRatioOptional

public java.lang.Object getNewRatio();

newSizeOptional

public java.lang.Object getNewSize();

oldGarbageCollectorOptional

public java.lang.Object getOldGarbageCollector();

parallelGcThreadsOptional

public java.lang.Object getParallelGcThreads();

permSizeOptional

public java.lang.Object getPermSize();

printGcOptional

public java.lang.Object getPrintGc();

printGcDateStampsOptional

public java.lang.Object getPrintGcDateStamps();

survivorRatioOptional

public java.lang.Object getSurvivorRatio();

threadStackSizeOptional

public java.lang.Object getThreadStackSize();

useGcLogFileRotationOptional

public java.lang.Object getUseGcLogFileRotation();

youngGarbageCollectorOptional

public java.lang.Object getYoungGarbageCollector();