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();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ConcGCThreadsProperty
customParamsOptional
public java.lang.Object getCustomParams();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CustomParamsProperty
g1HeapRegionSizeOptional
public java.lang.Object getG1HeapRegionSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR G1HeapRegionSizeProperty
gcLogFilePathOptional
public java.lang.Object getGcLogFilePath();
- Type: com.aliyun.ros.cdk.core.IResolvable OR GCLogFilePathProperty
gcLogFileSizeOptional
public java.lang.Object getGcLogFileSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR GCLogFileSizeProperty
heapDumpOnOutOfMemoryErrorOptional
public java.lang.Object getHeapDumpOnOutOfMemoryError();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HeapDumpOnOutOfMemoryErrorProperty
heapDumpPathOptional
public java.lang.Object getHeapDumpPath();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HeapDumpPathProperty
initialHeapSizeOptional
public java.lang.Object getInitialHeapSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR InitialHeapSizeProperty
maxDirectMemorySizeOptional
public java.lang.Object getMaxDirectMemorySize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MaxDirectMemorySizeProperty
maxHeapSizeOptional
public java.lang.Object getMaxHeapSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MaxHeapSizeProperty
maxNewSizeOptional
public java.lang.Object getMaxNewSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MaxNewSizeProperty
maxPermSizeOptional
public java.lang.Object getMaxPermSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MaxPermSizeProperty
nacosUseCloudNamespaceParsingOptional
public java.lang.Object getNacosUseCloudNamespaceParsing();
- Type: com.aliyun.ros.cdk.core.IResolvable OR NacosUseCloudNamespaceParsingProperty
nacosUseEndpointParsingRuleOptional
public java.lang.Object getNacosUseEndpointParsingRule();
- Type: com.aliyun.ros.cdk.core.IResolvable OR NacosUseEndpointParsingRuleProperty
newRatioOptional
public java.lang.Object getNewRatio();
- Type: com.aliyun.ros.cdk.core.IResolvable OR NewRatioProperty
newSizeOptional
public java.lang.Object getNewSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR NewSizeProperty
oldGarbageCollectorOptional
public java.lang.Object getOldGarbageCollector();
- Type: com.aliyun.ros.cdk.core.IResolvable OR OldGarbageCollectorProperty
parallelGcThreadsOptional
public java.lang.Object getParallelGcThreads();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ParallelGCThreadsProperty
permSizeOptional
public java.lang.Object getPermSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PermSizeProperty
printGcOptional
public java.lang.Object getPrintGc();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PrintGCProperty
printGcDateStampsOptional
public java.lang.Object getPrintGcDateStamps();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PrintGCDateStampsProperty
survivorRatioOptional
public java.lang.Object getSurvivorRatio();
- Type: com.aliyun.ros.cdk.core.IResolvable OR SurvivorRatioProperty
threadStackSizeOptional
public java.lang.Object getThreadStackSize();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ThreadStackSizeProperty
useGcLogFileRotationOptional
public java.lang.Object getUseGcLogFileRotation();
- Type: com.aliyun.ros.cdk.core.IResolvable OR UseGCLogFileRotationProperty
youngGarbageCollectorOptional
public java.lang.Object getYoungGarbageCollector();
- Type: com.aliyun.ros.cdk.core.IResolvable OR YoungGarbageCollectorProperty