| Package | Description |
|---|---|
| io.appform.ranger.core.healthservice | |
| io.appform.ranger.core.healthservice.monitor | |
| io.appform.ranger.core.healthservice.monitor.sample |
| Modifier and Type | Method and Description |
|---|---|
static TimeEntity |
TimeEntity.everyDay() |
static TimeEntity |
TimeEntity.everyHour() |
static TimeEntity |
TimeEntity.everyMinute() |
static TimeEntity |
TimeEntity.everySecond() |
| Modifier and Type | Method and Description |
|---|---|
TimeEntity |
IsolatedHealthMonitor.getRunInterval() |
| Constructor and Description |
|---|
IsolatedHealthMonitor(String name,
TimeEntity runInterval) |
IsolatedHealthMonitor(String name,
TimeEntity runInterval,
long stalenessAllowedInMillis) |
| Constructor and Description |
|---|
CountMonitor(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) |
Copyright © 2015–2022. All rights reserved.