Modifier and Type | Method and Description |
---|---|
GrafanaEndpoint |
GrafanaEndpointService.getEndpointById(Long endpointId) |
GrafanaEndpoint |
GrafanaEndpointService.getEndpointByUid(String uid) |
Modifier and Type | Method and Description |
---|---|
List<GrafanaEndpoint> |
GrafanaEndpointService.findEndpoints() |
Modifier and Type | Method and Description |
---|---|
GrafanaClient |
GrafanaClientFactory.createClient(GrafanaEndpoint grafanaEndpoint) |
void |
GrafanaEndpointService.deleteEndpoint(GrafanaEndpoint grafanaEndpoint) |
GrafanaClient |
GrafanaEndpointService.getClient(GrafanaEndpoint grafanaEndpoint) |
void |
GrafanaEndpoint.merge(GrafanaEndpoint endpoint) |
void |
GrafanaEndpointService.saveEndpoint(GrafanaEndpoint newGrafanaEndpoint) |
void |
GrafanaEndpointService.updateEndpoint(GrafanaEndpoint endpoint) |
Constructor and Description |
---|
GrafanaEndpoint(GrafanaEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
GrafanaClient |
GrafanaClientFactoryImpl.createClient(GrafanaEndpoint grafanaEndpoint) |
Modifier and Type | Method and Description |
---|---|
GrafanaEndpoint |
GrafanaEndpointDao.getByUid(String endpointUid) |
Modifier and Type | Method and Description |
---|---|
GrafanaEndpoint |
GrafanaEndpointDaoImpl.getByUid(String endpointUid) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GrafanaEndpointRestService.createEndpoint(GrafanaEndpoint newGrafanaEndpoint) |
javax.ws.rs.core.Response |
GrafanaEndpointRestService.updateEndpoint(GrafanaEndpoint grafanaEndpoint) |
javax.ws.rs.core.Response |
GrafanaEndpointRestService.verifyEndpoint(GrafanaEndpoint grafanaEndpoint) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GrafanaEndpointRestServiceImpl.createEndpoint(GrafanaEndpoint newGrafanaEndpoint) |
javax.ws.rs.core.Response |
GrafanaEndpointRestServiceImpl.updateEndpoint(GrafanaEndpoint grafanaEndpoint) |
javax.ws.rs.core.Response |
GrafanaEndpointRestServiceImpl.verifyEndpoint(GrafanaEndpoint grafanaEndpoint) |
Modifier and Type | Method and Description |
---|---|
GrafanaEndpoint |
GrafanaEndpointServiceImpl.getEndpointById(Long endpointId) |
GrafanaEndpoint |
GrafanaEndpointServiceImpl.getEndpointByUid(String uid) |
Modifier and Type | Method and Description |
---|---|
List<GrafanaEndpoint> |
GrafanaEndpointServiceImpl.findEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
GrafanaEndpointServiceImpl.deleteEndpoint(GrafanaEndpoint grafanaEndpoint) |
GrafanaClient |
GrafanaEndpointServiceImpl.getClient(GrafanaEndpoint grafanaEndpoint) |
void |
GrafanaEndpointServiceImpl.saveEndpoint(GrafanaEndpoint newGrafanaEndpoint) |
void |
GrafanaEndpointServiceImpl.updateEndpoint(GrafanaEndpoint endpoint) |
Copyright © 2021. All rights reserved.