Uses of Interface
com.redwood.scheduler.api.model.MonitorValue
-
Packages that use MonitorValue Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorValue in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorValue Modifier and Type Field Description static QueryObjectType<MonitorValue>
MonitorValue. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorValue Modifier and Type Method Description MonitorValue
MonitorCheck. createMonitorValue()
Create a newMonitorValue
linked to this object.MonitorValue
LoadFactor. getMonitorValue()
Get the MonitorValue.static MonitorValue
BusinessKeyLookup. getMonitorValueByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorValue
, based on its business key.MonitorValue
BusinessKeyResolver. getMonitorValueByKey(BusinessKey key)
Query an instance ofMonitorValue
, based on its business key.MonitorValue
MonitorCheck. getMonitorValueByName(String name)
Get the MonitorValue by Name.MonitorValue
SchedulerSession. getMonitorValueByUniqueId(Long uniqueId)
Get theMonitorValue
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorValue Modifier and Type Method Description RWIterable<MonitorValue>
MonitorCheck. getMonitorValues()
Get anRWIterable
over a collection ofMonitorValues
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type MonitorValue Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorValue theMonitorValue)
void
ConcreteObjectCallback. handle(MonitorValue theMonitorValue)
void
LoadFactor. setMonitorValue(MonitorValue newMonitorValue)
Set the value for MonitorValue. -
Uses of MonitorValue in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorValue Modifier and Type Method Description Iterator<MonitorValue>
MonitorCheckComp. getMonitorValues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorCheck.getMonitorValues()
instead.
-