public class Subsystem extends Object implements Validatable
| Constructor and Description |
|---|
Subsystem() |
Subsystem(Subsystem subsystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public Boolean enabled
public Integer autoDiscoveryScanPeriodSecs
public Integer minCollectionIntervalSecs
public Boolean immutable
public Boolean inContainer
public Integer metricDispatcherBufferSize
public Integer metricDispatcherMaxBatchSize
public Integer availDispatcherBufferSize
public Integer availDispatcherMaxBatchSize
public Integer pingPeriodSecs
public Subsystem()
public Subsystem(Subsystem subsystem)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.