Uses of Class
com.evolveum.midpoint.schema.internals.InternalCounters
-
Packages that use InternalCounters Package Description com.evolveum.midpoint.schema.internals -
-
Uses of InternalCounters in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals that return InternalCounters Modifier and Type Method Description static InternalCountersInternalCounters. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalCounters[]InternalCounters. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.internals with parameters of type InternalCounters Modifier and Type Method Description static longInternalMonitor. getCount(InternalCounters counter)static voidInternalMonitor. recordCount(InternalCounters counter)static voidInternalMonitor. setTrace(InternalCounters counter, boolean val)
-