Modifier and Type | Class and Description |
---|---|
class |
ResourceNotFoundInformation |
Modifier and Type | Field and Description |
---|---|
java.util.List<MethodInformation> |
ServiceInformation.methodInfoList |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
IMonitoring.getMethodInfo(java.lang.String plugin,
java.lang.String service,
java.lang.String method)
Fetches all information from a method belonging to a given service
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<MethodInformation> |
IMonitoringPromise.getMethodInfo(java.lang.String plugin,
java.lang.String service,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInformation.addInformation(MethodInformation infoList)
Adds a new Information to the list.
|
Modifier and Type | Method and Description |
---|---|
void |
IMonitoringAsync.getMethodInfo(java.lang.String plugin,
java.lang.String service,
java.lang.String method,
AsyncHandler<MethodInformation> handler) |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
ServicesHandler.getMethodInfo(java.lang.String service,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
SystemHandler.getMethodInfo(java.lang.String service,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
IServiceInfoProvider.getMethodInfo(java.lang.String service,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
MonitoringService.getMethodInfo(java.lang.String plugin,
java.lang.String service,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
MethodInformation |
Service.getMethodInformation(java.lang.String endpoint) |
Copyright © 2021. All Rights Reserved.