Uses of Record Class
org.apache.syncope.common.lib.info.SystemInfo.LoadInstant
Packages that use SystemInfo.LoadInstant
Package
Description
-
Uses of SystemInfo.LoadInstant in org.apache.syncope.common.lib.info
Methods in org.apache.syncope.common.lib.info that return types with arguments of type SystemInfo.LoadInstantModifier and TypeMethodDescriptionSystemInfo.load()Returns the value of theloadrecord component.Constructor parameters in org.apache.syncope.common.lib.info with type arguments of type SystemInfo.LoadInstantModifierConstructorDescriptionSystemInfo(String hostname, String os, String jvm, int availableProcessors, long startTime, CircularFifoQueue<SystemInfo.LoadInstant> load) Creates an instance of aSystemInforecord class. -
Uses of SystemInfo.LoadInstant in org.apache.syncope.core.starter
Method parameters in org.apache.syncope.core.starter with type arguments of type SystemInfo.LoadInstantModifier and TypeMethodDescriptionvoidSyncopeCoreApplication.DefaultSyncopeStarterEventListener.addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event) voidSyncopeCoreApplication.SyncopeStarterEventListener.addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event) -
Uses of SystemInfo.LoadInstant in org.apache.syncope.core.starter.actuate
Method parameters in org.apache.syncope.core.starter.actuate with type arguments of type SystemInfo.LoadInstantModifier and TypeMethodDescriptionvoidDefaultSyncopeCoreInfoContributor.addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event) voidSyncopeCoreInfoContributor.addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event)