public class HawkularClient extends Object
| Constructor and Description |
|---|
HawkularClient(ClientInfo clientInfo) |
HawkularClient(URI endpointUri,
Map<String,Object> headers)
Deprecated.
Use
HawkularClient(ClientInfo) instead |
HawkularClient(URI endpointUri,
String username,
String password,
Map<String,Object> headers)
Deprecated.
Use
HawkularClient(ClientInfo) instead |
| Modifier and Type | Method and Description |
|---|---|
AlertsClient |
alerts() |
static HawkularClientBuilder |
builder(String tenant) |
boolean |
equals(Object o) |
ClientInfo |
getClientInfo() |
String |
getTenant() |
int |
hashCode() |
InventoryClient |
inventory() |
MetricsClient |
metrics() |
String |
toString() |
public HawkularClient(ClientInfo clientInfo)
@Deprecated public HawkularClient(URI endpointUri, Map<String,Object> headers)
HawkularClient(ClientInfo) insteadendpointUri - endpoint uriheaders - map of header@Deprecated public HawkularClient(URI endpointUri, String username, String password, Map<String,Object> headers)
HawkularClient(ClientInfo) insteadendpointUri - endpoint uriusername - username for basic authpassword - password for basic authheaders - map of headerpublic static HawkularClientBuilder builder(String tenant)
public MetricsClient metrics()
public InventoryClient inventory()
public AlertsClient alerts()
public ClientInfo getClientInfo()
public String getTenant()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.