Uses of Enum
org.glassfish.pfl.tf.spi.TimingPointType
Packages that use TimingPointType
-
Uses of TimingPointType in org.glassfish.pfl.tf.spi
Fields in org.glassfish.pfl.tf.spi with type parameters of type TimingPointTypeModifier and TypeFieldDescriptionprivate static final Map
<Class<?>, List<TimingPointType>> MethodMonitorRegistry.classToTimerTypes
protected final List
<TimingPointType> EnhancedClassDataBase.methodTPTs
Methods in org.glassfish.pfl.tf.spi that return TimingPointTypeModifier and TypeMethodDescriptionstatic TimingPointType
Returns the enum constant of this type with the specified name.static TimingPointType[]
TimingPointType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.tf.spi that return types with arguments of type TimingPointTypeModifier and TypeMethodDescriptionstatic List
<TimingPointType> MethodMonitorRegistry.getTimerTypes
(Class<?> cls) Return a list of all timer types defined for cls.EnhancedClassData.getTimingPointTypes()
List of timing point types of monitored methods and info methods.EnhancedClassDataBase.getTimingPointTypes()
List of timing point types of monitored methods and info methods.