Uses of Class
io.appform.ranger.core.healthservice.TimeEntity
Packages that use TimeEntity
Package
Description
-
Uses of TimeEntity in io.appform.ranger.core.healthservice
Methods in io.appform.ranger.core.healthservice that return TimeEntityModifier and TypeMethodDescriptionstatic TimeEntityTimeEntity.everyDay()static TimeEntityTimeEntity.everyHour()static TimeEntityTimeEntity.everyMinute()static TimeEntityTimeEntity.everySecond() -
Uses of TimeEntity in io.appform.ranger.core.healthservice.monitor
Constructors in io.appform.ranger.core.healthservice.monitor with parameters of type TimeEntityModifierConstructorDescriptionprotectedIsolatedHealthMonitor(String name, TimeEntity runInterval) protectedIsolatedHealthMonitor(String name, TimeEntity runInterval, long stalenessAllowedInMillis) -
Uses of TimeEntity in io.appform.ranger.core.healthservice.monitor.sample
Constructors in io.appform.ranger.core.healthservice.monitor.sample with parameters of type TimeEntityModifierConstructorDescriptionprotectedCountMonitor(String name, CountMonitor.CheckSign checkSign, Integer threshold, TimeEntity timeEntity) DiskSpaceMonitor(String partition, Integer countThreshhold, TimeEntity timeEntity) DiskSpaceMonitor(String partition, String name, Integer threshhold, TimeEntity timeEntity) PingCheckMonitor(TimeEntity timeEntity, org.apache.http.HttpRequest httpRequest, Integer pingTimeoutInMilliseconds, Integer pingWindowSize, Integer maxFailures, String host, Integer port) RotationStatusMonitor(TimeEntity timeEntity, long stalenessAllowedInMillis, String filePath) RotationStatusMonitor(TimeEntity timeEntity, String filePath)