Class TaskManagerMetricsInfo.GarbageCollectorInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMetricsInfo.GarbageCollectorInfo
-
- Enclosing class:
- TaskManagerMetricsInfo
public static class TaskManagerMetricsInfo.GarbageCollectorInfo extends Object
Information about the garbage collector metrics.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_COUNT
static String
FIELD_NAME_NAME
static String
FIELD_NAME_TIME
-
Constructor Summary
Constructors Constructor Description GarbageCollectorInfo(String name, long count, long time)
-
-
-
Field Detail
-
FIELD_NAME_NAME
public static final String FIELD_NAME_NAME
- See Also:
- Constant Field Values
-
FIELD_NAME_COUNT
public static final String FIELD_NAME_COUNT
- See Also:
- Constant Field Values
-
FIELD_NAME_TIME
public static final String FIELD_NAME_TIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GarbageCollectorInfo
public GarbageCollectorInfo(String name, long count, long time)
-
-