Class BasicMemoryStats_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BasicMemoryStats_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BasicMemoryStats_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.7")
public class BasicMemoryStats_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing memory details of the JVM that executed the build.
An event stream will contain a single BasicMemoryStats_1_0
.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
free
public final long freeThe amount of free memory in the JVM.- See Also:
-
total
public final long totalThe total amount of memory in the JVM.- See Also:
-
max
public final long maxThe maximum amount of memory that the JVM will attempt to use.- See Also:
-
-
Constructor Details
-
BasicMemoryStats_1_0
public BasicMemoryStats_1_0(long free, long total, long max)
-
-
Method Details