ConsulResponse<java.util.List<ServiceHealth>> |
HealthClient.getAllServiceInstances(java.lang.String service) |
Retrieves the healthchecks for all nodes.
|
ConsulResponse<java.util.List<ServiceHealth>> |
HealthClient.getAllServiceInstances(java.lang.String service,
QueryOptions queryOptions) |
Retrieves the healthchecks for all nodes in a given datacenter with
QueryOptions.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getChecksByState(State state) |
Retrieves the healthchecks for a state.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getChecksByState(State state,
QueryOptions queryOptions) |
Retrieves the healthchecks for a state in a given datacenter with QueryOptions.
|
ConsulResponse<java.util.List<Value>> |
KeyValueClient.getConsulResponseWithValues(java.lang.String key) |
Retrieves a ConsulResponse with a list of Value objects along with
consul response headers for a specific key from the key/value store.
|
ConsulResponse<java.util.List<Value>> |
KeyValueClient.getConsulResponseWithValues(java.lang.String key,
QueryOptions queryOptions) |
Retrieves a ConsulResponse with a list of Value objects along with
consul response headers for a specific key from the key/value store.
|
ConsulResponse<java.util.List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(java.lang.String service) |
Retrieves the healthchecks for all healthy service instances.
|
ConsulResponse<java.util.List<ServiceHealth>> |
HealthClient.getHealthyServiceInstances(java.lang.String service,
QueryOptions queryOptions) |
Retrieves the healthchecks for all healthy service instances in a given datacenter with
QueryOptions.
|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(java.lang.String node) |
Retrieves a single node.
|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(java.lang.String node,
QueryOptions queryOptions) |
Retrieves a single node for a given datacenter with QueryOptions.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getNodeChecks(java.lang.String node) |
Retrieves the healthchecks for a node.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getNodeChecks(java.lang.String node,
QueryOptions queryOptions) |
Retrieves the healthchecks for a node in a given datacenter with QueryOptions.
|
ConsulResponse<java.util.List<Node>> |
CatalogClient.getNodes() |
Retrieves all nodes.
|
ConsulResponse<java.util.List<Node>> |
CatalogClient.getNodes(QueryOptions queryOptions) |
Retrieves all nodes for a given datacenter with QueryOptions.
|
ConsulResponse<FullService> |
AgentClient.getService(java.lang.String id,
QueryOptions queryOptions) |
Retrieves all information about a service.
|
ConsulResponse<java.util.List<CatalogService>> |
CatalogClient.getService(java.lang.String service) |
Retrieves the single service.
|
ConsulResponse<java.util.List<CatalogService>> |
CatalogClient.getService(java.lang.String service,
QueryOptions queryOptions) |
Retrieves a single service for a given datacenter with QueryOptions.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getServiceChecks(java.lang.String service) |
Retrieves the healthchecks for a service.
|
ConsulResponse<java.util.List<HealthCheck>> |
HealthClient.getServiceChecks(java.lang.String service,
QueryOptions queryOptions) |
Retrieves the healthchecks for a service in a given datacenter with QueryOptions.
|
ConsulResponse<java.util.Map<java.lang.String,java.util.List<java.lang.String>>> |
CatalogClient.getServices() |
Retrieves all services for a given datacenter.
|
ConsulResponse<java.util.Map<java.lang.String,java.util.List<java.lang.String>>> |
CatalogClient.getServices(QueryOptions queryOptions) |
Retrieves all services for a given datacenter.
|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(Operation... operations) |
Performs a Consul transaction.
|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(ConsistencyMode consistency,
Operation... operations) |
Deprecated.
|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(TransactionOptions transactionOptions,
Operation... operations) |
Performs a Consul transaction.
|