Package io.deephaven.process
Class RuntimeMxBeanInfo
java.lang.Object
io.deephaven.process.RuntimeMxBeanInfo
- All Implemented Interfaces:
PropertySet
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.properties.PropertySet
PropertySet.PropertiesImpl, PropertySet.StringListImpl, PropertySet.StringMapImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract io.deephaven.process.JvmArgumentsabstract Stringabstract longabstract io.deephaven.process.SystemPropertiesabstract booleanstatic RuntimeMxBeanInfoof(RuntimeMXBean bean) final voidtraverse(PropertyVisitor visitor) Traverse this property set and output the property key/values to the given visitor.
-
Constructor Details
-
RuntimeMxBeanInfo
public RuntimeMxBeanInfo()
-
-
Method Details
-
of
-
getSystemProperties
@Parameter public abstract io.deephaven.process.SystemProperties getSystemProperties() -
getJvmArguments
@Parameter public abstract io.deephaven.process.JvmArguments getJvmArguments() -
getManagementSpecVersion
-
isBootClassPathSupported
@Parameter public abstract boolean isBootClassPathSupported() -
getStartTime
@Parameter public abstract long getStartTime() -
traverse
Description copied from interface:PropertySetTraverse this property set and output the property key/values to the given visitor.Callers should typically prefer to call
PropertyVisitor.visitProperties(PropertySet), as the inversion of logic allows the visitor (the more stateful object) to potentially perform initialization logic and traverse more efficiently.- Specified by:
traversein interfacePropertySet- Parameters:
visitor- the visitor- See Also:
-