| Package | Description |
|---|---|
| ch.shamu.jsendnrdp | |
| ch.shamu.jsendnrdp.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NagiosCheckSender.send(Collection<NagiosCheckResult> checkResults)
attempt to send a check result to Nagios
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NagiosCheckResult> |
NonBlockingSender.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
NonBlockingNagiosCheckSender.send(Collection<NagiosCheckResult> checkResults) |
void |
NagiosCheckSenderImpl.send(Collection<NagiosCheckResult> results) |
Future |
NonBlockingNagiosCheckSender.sendAsync(Collection<NagiosCheckResult> checkResults)
Send the check results asynchronously, and return a future.
|
| Constructor and Description |
|---|
NonBlockingSender(Collection<NagiosCheckResult> results,
NagiosCheckSender sender,
com.google.common.util.concurrent.RateLimiter rateLimiter) |
Copyright © 2015. All Rights Reserved.