Package io.airlift.jmx
Class JmxInspector
- java.lang.Object
-
- io.airlift.jmx.JmxInspector
-
- All Implemented Interfaces:
Iterable<JmxInspector.InspectorRecord>
public class JmxInspector extends Object implements Iterable<JmxInspector.InspectorRecord>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJmxInspector.InspectorRecordstatic classJmxInspector.Types
-
Constructor Summary
Constructors Constructor Description JmxInspector(com.google.inject.Injector injector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<JmxInspector.InspectorRecord>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<JmxInspector.InspectorRecord> iterator()
- Specified by:
iteratorin interfaceIterable<JmxInspector.InspectorRecord>
-
-