Uses of Class
org.kiwiproject.consul.model.ConsulResponse
Packages that use ConsulResponse
Package
Description
-
Uses of ConsulResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return ConsulResponseModifier and TypeMethodDescriptionHealthClient.getAllServiceInstances(String service) Retrieves the healthchecks for all nodes.HealthClient.getAllServiceInstances(String service, QueryOptions queryOptions) Retrieves the healthchecks for all nodes in a given datacenter withQueryOptions.HealthClient.getChecksByState(State state) Retrieves the healthchecks for a state.HealthClient.getChecksByState(State state, QueryOptions queryOptions) Retrieves the healthchecks for a state in a given datacenter withQueryOptions.KeyValueClient.getConsulResponseWithValues(String key) Retrieves aConsulResponsewith a list ofValueobjects along with consul response headers for a specific key from the key/value store.KeyValueClient.getConsulResponseWithValues(String key, QueryOptions queryOptions) Retrieves aConsulResponsewith a list ofValueobjects along with consul response headers for a specific key from the key/value store.HealthClient.getHealthyServiceInstances(String service) Retrieves the healthchecks for all healthy service instances.HealthClient.getHealthyServiceInstances(String service, QueryOptions queryOptions) Retrieves the healthchecks for all healthy service instances in a given datacenter withQueryOptions.Retrieves a single node.CatalogClient.getNode(String node, QueryOptions queryOptions) Retrieves a single node for a given datacenter withQueryOptions.HealthClient.getNodeChecks(String node) Retrieves the healthchecks for a node.HealthClient.getNodeChecks(String node, QueryOptions queryOptions) Retrieves the healthchecks for a node in a given datacenter withQueryOptions.CatalogClient.getNodes()Retrieves all nodes.CatalogClient.getNodes(QueryOptions queryOptions) Retrieves all nodes for a given datacenter withQueryOptions.AgentClient.getService(String id, QueryOptions queryOptions) Retrieves all information about a service.CatalogClient.getService(String service) Retrieves the single service.CatalogClient.getService(String service, QueryOptions queryOptions) Retrieves a single service for a given datacenter withQueryOptions.HealthClient.getServiceChecks(String service) Retrieves the healthchecks for a service.HealthClient.getServiceChecks(String service, QueryOptions queryOptions) Retrieves the healthchecks for a service in a given datacenter withQueryOptions.CatalogClient.getServices()Retrieves all services for a given datacenter.CatalogClient.getServices(QueryOptions queryOptions) Retrieves all services for a given datacenter.KeyValueClient.performTransaction(Operation... operations) Performs a Consul transaction.KeyValueClient.performTransaction(TransactionOptions transactionOptions, Operation... operations) Performs a Consul transaction.Methods in org.kiwiproject.consul that return types with arguments of type ConsulResponseModifier and TypeMethodDescriptionKeyValueClient.getConsulResponseWithValue(String key) Retrieves aConsulResponsewith theValuefor a specific key from the key/value storeKeyValueClient.getConsulResponseWithValue(String key, QueryOptions queryOptions) Returns aConsulResponsefor a specific key from the kv store. -
Uses of ConsulResponse in org.kiwiproject.consul.async
Methods in org.kiwiproject.consul.async with parameters of type ConsulResponseModifier and TypeMethodDescriptionvoidConsulResponseCallback.onComplete(ConsulResponse<T> consulResponse) Callback for a successfulConsulResponse. -
Uses of ConsulResponse in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache that return ConsulResponseModifier and TypeMethodDescriptionConsulResponse<com.google.common.collect.ImmutableMap<K,V>> ConsulCache.getMapWithMetadata() -
Uses of ConsulResponse in org.kiwiproject.consul.util
Methods in org.kiwiproject.consul.util that return ConsulResponseModifier and TypeMethodDescription<T> ConsulResponse<T>Http.extractConsulResponse(retrofit2.Call<T> call, Integer... okCodes)