public interface LocalFallbackStats
Modifier and Type | Interface and Description |
---|---|
static class |
LocalFallbackStats.Builder |
Modifier and Type | Method and Description |
---|---|
static LocalFallbackStats.Builder |
builder() |
int |
getLocallyExecutedRules()
Get the number of actions that failed remotely and fallback'ed locally.
|
int |
getLocallySuccessfulRules()
For all the actions that fallback'ed to run locally, the ones that finished successful.
|
int |
getTotalExecutedRules()
The total number of actions executed both remote and local.
|
int getTotalExecutedRules()
int getLocallyExecutedRules()
int getLocallySuccessfulRules()
static LocalFallbackStats.Builder builder()