Uses of Class
org.glassfish.pfl.tf.spi.TimingPointType
-
Packages that use TimingPointType Package Description org.glassfish.pfl.tf.spi org.glassfish.pfl.tf.spi.annotation -
-
Uses of TimingPointType in org.glassfish.pfl.tf.spi
Fields in org.glassfish.pfl.tf.spi with type parameters of type TimingPointType Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,java.util.List<TimingPointType>>
MethodMonitorRegistry. classToTimerTypes
protected java.util.List<TimingPointType>
EnhancedClassDataBase. methodTPTs
Methods in org.glassfish.pfl.tf.spi that return TimingPointType Modifier and Type Method Description static TimingPointType
TimingPointType. valueOf(java.lang.String name)
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 TimingPointType Modifier and Type Method Description static java.util.List<TimingPointType>
MethodMonitorRegistry. getTimerTypes(java.lang.Class<?> cls)
Return a list of all timer types defined for cls.java.util.List<TimingPointType>
EnhancedClassData. getTimingPointTypes()
List of timing point types of monitored methods and info methods.java.util.List<TimingPointType>
EnhancedClassDataBase. getTimingPointTypes()
List of timing point types of monitored methods and info methods. -
Uses of TimingPointType in org.glassfish.pfl.tf.spi.annotation
Methods in org.glassfish.pfl.tf.spi.annotation that return TimingPointType Modifier and Type Method Description TimingPointType
tpType()
Indicates whether this info method represents an ENTER, EXIT, or NONE (no timing point).
-