public interface MemoryMonitorOptions extends PipelineOptions
PipelineOptions.AtomicLongFactory, PipelineOptions.CheckEnabled, PipelineOptions.DirectRunner, PipelineOptions.JobNameFactory, PipelineOptions.UserAgentFactory| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Double | getGCThrashingPercentagePerPeriod()The GC thrashing threshold percentage. | 
| void | setGCThrashingPercentagePerPeriod(java.lang.Double value) | 
as, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, getUserAgent, outputRuntimeOptions, revision, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgentpopulateDisplayData@Default.Double(value=50.0) java.lang.Double getGCThrashingPercentagePerPeriod()
If 100 is given as the value, MemoryMonitor will be disabled.
void setGCThrashingPercentagePerPeriod(java.lang.Double value)