Interface GcProfile

All Superinterfaces:
Serializable
All Known Implementing Classes:
GcProfile.Hybrid, GcProfile.NoProfile, GcProfile.ResponseTime, GcProfile.Throughput

public interface GcProfile extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
    This GC profile does not apply any JVM flags which allows services to override GC settings without needing to unset preconfigured flags.
    static class 
     
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.google.common.collect.ImmutableMap<String,Class<? extends GcProfile>>
     
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    gcJvmOpts(org.gradle.api.JavaVersion javaVersion)
     
  • Field Details

  • Method Details

    • gcJvmOpts

      List<String> gcJvmOpts(org.gradle.api.JavaVersion javaVersion)