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 InternalCounters
InternalCounters. 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 long
InternalMonitor. getCount(InternalCounters counter)
static void
InternalMonitor. recordCount(InternalCounters counter)
static void
InternalMonitor. setTrace(InternalCounters counter, boolean val)
-