| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.async | |
| com.orbitz.consul.util |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<List<ServiceHealth>> |
HealthClient.getAllServiceInstances(String service)
Retrieves the healthchecks for all nodes.
|
ConsulResponse<List<ServiceHealth>> |
HealthClient.getAllServiceInstances(String service,
CatalogOptions catalogOptions)
Retrieves the healthchecks for all nodes in a given datacenter.
|
ConsulResponse<List<ServiceHealth>> |
HealthClient.getAllServiceInstances(String service,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves the healthchecks for all nodes in a given datacenter with
QueryOptions. |
ConsulResponse<List<ServiceHealth>> |
HealthClient.getAllServiceInstances(String service,
QueryOptions queryOptions)
Retrieves the healthchecks for all nodes with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getChecksByState(State state)
Retrieves the healthchecks for a state.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getChecksByState(State state,
CatalogOptions catalogOptions)
Retrieves the healthchecks for a state in a given datacenter.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getChecksByState(State state,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves the healthchecks for a state in a given datacenter with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getChecksByState(State state,
QueryOptions queryOptions)
Retrieves the healthchecks for a state with
QueryOptions. |
ConsulResponse<List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(String service)
Retrieves the healthchecks for all healthy service instances.
|
ConsulResponse<List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(String service,
CatalogOptions catalogOptions)
Retrieves the healthchecks for all healthy service instances in a given datacenter.
|
ConsulResponse<List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(String service,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves the healthchecks for all healthy service instances in a given datacenter with
QueryOptions. |
ConsulResponse<List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(String service,
QueryOptions queryOptions)
Retrieves the healthchecks for all healthy service instances with
QueryOptions. |
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node)
Retrieves a single node.
|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node,
CatalogOptions catalogOptions)
Retrieves a single node for a given datacenter.
|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves a single node for a given datacenter with
QueryOptions. |
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node,
QueryOptions queryOptions)
Retrieves a single node with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getNodeChecks(String node)
Retrieves the healthchecks for a node.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getNodeChecks(String node,
CatalogOptions catalogOptions)
Retrieves the healthchecks for a node in a given datacenter.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getNodeChecks(String node,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves the healthchecks for a node in a given datacenter with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getNodeChecks(String node,
QueryOptions queryOptions)
Retrieves the healthchecks for a node with
QueryOptions. |
ConsulResponse<List<Node>> |
CatalogClient.getNodes()
Retrieves all nodes.
|
ConsulResponse<List<Node>> |
CatalogClient.getNodes(CatalogOptions catalogOptions)
Retrieves all nodes for a given datacenter.
|
ConsulResponse<List<Node>> |
CatalogClient.getNodes(CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves all nodes for a given datacenter with
QueryOptions. |
ConsulResponse<List<Node>> |
CatalogClient.getNodes(QueryOptions queryOptions)
Retrieves all nodes with
QueryOptions. |
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service)
Retrieves a single service.
|
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service,
CatalogOptions catalogOptions)
Retrieves a single service for a given datacenter.
|
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves a single service for a given datacenter with
QueryOptions. |
ConsulResponse<List<CatalogService>> |
CatalogClient.getService(String service,
QueryOptions queryOptions)
Retrieves a single service with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getServiceChecks(String service)
Retrieves the healthchecks for a service.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getServiceChecks(String service,
CatalogOptions catalogOptions)
Retrieves the healthchecks for a service in a given datacenter.
|
ConsulResponse<List<HealthCheck>> |
HealthClient.getServiceChecks(String service,
CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves the healthchecks for a service in a given datacenter with
QueryOptions. |
ConsulResponse<List<HealthCheck>> |
HealthClient.getServiceChecks(String service,
QueryOptions queryOptions)
Retrieves the healthchecks for a service with
QueryOptions. |
ConsulResponse<Map<String,List<String>>> |
CatalogClient.getServices()
Retrieves all services for a given datacenter.
|
ConsulResponse<Map<String,List<String>>> |
CatalogClient.getServices(CatalogOptions catalogOptions)
Retrieves all services for a given datacenter.
|
ConsulResponse<Map<String,List<String>>> |
CatalogClient.getServices(CatalogOptions catalogOptions,
QueryOptions queryOptions)
Retrieves all services for a given datacenter with
QueryOptions. |
ConsulResponse<Map<String,List<String>>> |
CatalogClient.getServices(QueryOptions queryOptions)
Retrieves all services for a given datacenter with
QueryOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsulResponseCallback.onComplete(ConsulResponse<T> consulResponse)
Callback for a successful
ConsulResponse. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConsulResponse<T> |
Http.extractConsulResponse(retrofit2.Call<T> call) |
Copyright © 2016. All rights reserved.