Package org.jgroups.util
Class Metrics.Entry<T>
- java.lang.Object
-
- org.jgroups.util.Metrics.Entry<T>
-
- Enclosing class:
- Metrics
public static class Metrics.Entry<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.util.function.Supplier<T>
supplier
protected java.lang.reflect.AccessibleObject
type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
java.util.function.Supplier<T>
supplier()
java.lang.String
toString()
java.lang.reflect.AccessibleObject
type()
-
-
-
Field Detail
-
type
protected final java.lang.reflect.AccessibleObject type
-
description
protected final java.lang.String description
-
supplier
protected final java.util.function.Supplier<T> supplier
-
-
Constructor Detail
-
Entry
protected Entry(java.lang.reflect.AccessibleObject type, java.lang.String description, java.util.function.Supplier<T> method)
-
-
Method Detail
-
type
public java.lang.reflect.AccessibleObject type()
-
description
public java.lang.String description()
-
supplier
public java.util.function.Supplier<T> supplier()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-