Package | Description |
---|---|
org.opennms.netmgt.icmp.proxy | |
org.opennms.netmgt.icmp.proxy.strategy |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<PingSummary> |
PingRequestBuilderImpl.execute() |
CompletableFuture<PingSummary> |
PingRequestBuilder.execute() |
Modifier and Type | Method and Description |
---|---|
void |
PingRequestBuilder.Callback.onUpdate(PingSequence newSequence,
PingSummary summary)
Is invoked on a ping progress updated.
|
static String |
PingStringUtils.renderAll(PingSummary summary) |
static String |
PingStringUtils.renderHeader(PingSummary summary) |
static String |
PingStringUtils.renderSummary(PingSummary summary) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<PingSummary> |
MultiplePingExecutionStrategy.execute(PingRequestDTO requestDTO) |
CompletableFuture<PingSummary> |
SinglePingExecutionStrategy.execute(PingRequestDTO requestDTO) |
CompletableFuture<PingSummary> |
ExecutionStrategy.execute(PingRequestDTO requestDTO) |
Copyright © 2021. All rights reserved.