Uses of Class
org.kiwiproject.consul.model.health.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionAgentClient.getChecks()Retrieves all checks registered with the Agent.AgentClient.getChecks(QueryOptions queryOptions) Retrieves all checks registered with the Agent.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.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.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.Method parameters in org.kiwiproject.consul with type arguments of type HealthCheckModifier and TypeMethodDescriptionvoidHealthClient.getChecksByState(State state, QueryOptions queryOptions, ConsulResponseCallback<List<HealthCheck>> callback) Asynchronously retrieves the healthchecks for a state in a given datacenter withQueryOptions.voidHealthClient.getServiceChecks(String service, QueryOptions queryOptions, ConsulResponseCallback<List<HealthCheck>> callback) Asynchronously retrieves the healthchecks for a service in a given datacenter withQueryOptions. -
Uses of HealthCheck in org.kiwiproject.consul.cache
Method parameters in org.kiwiproject.consul.cache with type arguments of type HealthCheckModifier and TypeMethodDescriptionstatic HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds, QueryOptions queryOptions, Function<HealthCheck, String> keyExtractor) static HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds, QueryOptions queryOptions, Function<HealthCheck, String> keyExtractor, ScheduledExecutorService callbackExecutorService) Factory method to construct a string/HealthCheckmap for a particularState. -
Uses of HealthCheck in org.kiwiproject.consul.model.health
Subclasses of HealthCheck in org.kiwiproject.consul.model.healthMethods in org.kiwiproject.consul.model.health that return types with arguments of type HealthCheckModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<HealthCheck>ImmutableServiceCheck.getChecks()com.google.common.collect.ImmutableList<HealthCheck>ImmutableServiceHealth.getChecks()abstract List<HealthCheck>ServiceCheck.getChecks()abstract List<HealthCheck>ServiceHealth.getChecks()Methods in org.kiwiproject.consul.model.health with parameters of type HealthCheckModifier and TypeMethodDescriptionImmutableServiceCheck.Builder.addChecks(HealthCheck element) Adds one element tocheckslist.ImmutableServiceCheck.Builder.addChecks(HealthCheck... elements) Adds elements tocheckslist.ImmutableServiceHealth.Builder.addChecks(HealthCheck element) Adds one element tocheckslist.ImmutableServiceHealth.Builder.addChecks(HealthCheck... elements) Adds elements tocheckslist.static ImmutableHealthCheckImmutableHealthCheck.copyOf(HealthCheck instance) Creates an immutable copy of aHealthCheckvalue.ImmutableHealthCheck.Builder.from(HealthCheck instance) Fill a builder with attribute values from the providedHealthCheckinstance.final ImmutableServiceCheckImmutableServiceCheck.withChecks(HealthCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceHealthImmutableServiceHealth.withChecks(HealthCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.Method parameters in org.kiwiproject.consul.model.health with type arguments of type HealthCheckModifier and TypeMethodDescriptionImmutableServiceCheck.Builder.addAllChecks(Iterable<? extends HealthCheck> elements) Adds elements tocheckslist.ImmutableServiceHealth.Builder.addAllChecks(Iterable<? extends HealthCheck> elements) Adds elements tocheckslist.ImmutableServiceCheck.Builder.checks(Iterable<? extends HealthCheck> elements) Sets or replaces all elements forcheckslist.ImmutableServiceHealth.Builder.checks(Iterable<? extends HealthCheck> elements) Sets or replaces all elements forcheckslist.final ImmutableServiceCheckImmutableServiceCheck.withChecks(Iterable<? extends HealthCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceHealthImmutableServiceHealth.withChecks(Iterable<? extends HealthCheck> elements) Copy the current immutable object with elements that replace the content ofchecks. -
Uses of HealthCheck in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return types with arguments of type HealthCheckModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<HealthCheck>ImmutableQueryResult.getChecks()abstract List<HealthCheck>QueryResult.getChecks()Methods in org.kiwiproject.consul.model.query with parameters of type HealthCheckModifier and TypeMethodDescriptionImmutableQueryResult.Builder.addChecks(HealthCheck element) Adds one element tocheckslist.ImmutableQueryResult.Builder.addChecks(HealthCheck... elements) Adds elements tocheckslist.final ImmutableQueryResultImmutableQueryResult.withChecks(HealthCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.Method parameters in org.kiwiproject.consul.model.query with type arguments of type HealthCheckModifier and TypeMethodDescriptionImmutableQueryResult.Builder.addAllChecks(Iterable<? extends HealthCheck> elements) Adds elements tocheckslist.ImmutableQueryResult.Builder.checks(Iterable<? extends HealthCheck> elements) Sets or replaces all elements forcheckslist.final ImmutableQueryResultImmutableQueryResult.withChecks(Iterable<? extends HealthCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.