| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.cache | |
| com.orbitz.consul.util |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthClient.getAllServiceInstances(String service,
QueryOptions queryOptions,
ConsulResponseCallback<List<ServiceHealth>> callback)
Asynchronously retrieves the healthchecks for all nodes in a given
datacenter with
QueryOptions. |
void |
HealthClient.getChecksByState(State state,
QueryOptions queryOptions,
ConsulResponseCallback<List<HealthCheck>> callback)
Asynchronously retrieves the healthchecks for a state in a given datacenter with
QueryOptions. |
void |
HealthClient.getHealthyServiceInstances(String service,
QueryOptions queryOptions,
ConsulResponseCallback<List<ServiceHealth>> callback)
Asynchronously retrieves the healthchecks for all healthy service instances in a given
datacenter with
QueryOptions. |
void |
CatalogClient.getNode(String node,
QueryOptions queryOptions,
ConsulResponseCallback<CatalogNode> callback)
Asynchronously retrieves the single node for a given datacenter with
QueryOptions. |
void |
CatalogClient.getNodes(QueryOptions queryOptions,
ConsulResponseCallback<List<Node>> callback)
Asynchronously retrieves the nodes for a given datacenter with
QueryOptions. |
void |
CatalogClient.getService(String service,
QueryOptions queryOptions,
ConsulResponseCallback<List<CatalogService>> callback)
Asynchronously retrieves the single service for a given datacenter with
QueryOptions. |
void |
HealthClient.getServiceChecks(String service,
QueryOptions queryOptions,
ConsulResponseCallback<List<HealthCheck>> callback)
Asynchronously retrieves the healthchecks for a service in a given
datacenter with
QueryOptions. |
void |
CatalogClient.getServices(ConsulResponseCallback<Map<String,List<String>>> callback)
Asynchronously retrieves the services for a given datacenter.
|
void |
CatalogClient.getServices(QueryOptions queryOptions,
ConsulResponseCallback<Map<String,List<String>>> callback)
Asynchronously retrieves the services for a given datacenter.
|
void |
KeyValueClient.getValue(String key,
QueryOptions queryOptions,
ConsulResponseCallback<Optional<Value>> callback)
Asynchronously retrieves a
Value for a specific key
from the key/value store. |
void |
KeyValueClient.getValues(String key,
QueryOptions queryOptions,
ConsulResponseCallback<List<Value>> callback)
Asynchronously retrieves a list of
Value objects for a specific key
from the key/value store. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsulCache.CallbackConsumer.consume(BigInteger index,
ConsulResponseCallback<List<V>> callback) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Http.extractConsulResponse(retrofit2.Call<T> call,
ConsulResponseCallback<T> callback,
Integer... okCodes) |
Copyright © 2019. All rights reserved.