Uses of Enum Class
io.higson.runtime.diagnostic.InternalEvent
Packages that use InternalEvent
-
Uses of InternalEvent in io.higson.runtime.diagnostic
Methods in io.higson.runtime.diagnostic that return InternalEventModifier and TypeMethodDescriptionstatic InternalEventReturns the enum constant of this class with the specified name.static InternalEvent[]InternalEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.higson.runtime.diagnostic with parameters of type InternalEventModifier and TypeMethodDescriptionvoidHigsonFlightRecorder.addEvent(InternalEvent event) Record the occurrence of provided internal event, no accompanying data.voidHigsonFlightRecorder.addEvent(InternalEvent event, Object data) Record the occurrence of provided internal event with some accompanying data.longHigsonFlightRecorder.getCount(InternalEvent event) longHigsonFlightRecorder.getCount(InternalEvent event, Object data) longHigsonFlightRecorder.getCountByPrefix(InternalEvent event) HigsonFlightRecorder.getStat(InternalEvent event) HigsonFlightRecorder.getStat(InternalEvent event, Object data)