Uses of Class
com.orbitz.consul.model.agent.Check
-
Packages that use Check Package Description com.orbitz.consul com.orbitz.consul.model.agent com.orbitz.consul.model.catalog -
-
Uses of Check in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type Check Modifier and Type Method Description voidAgentClient. registerCheck(Check check)Registers a Health Check with the Agent. -
Uses of Check in com.orbitz.consul.model.agent
Subclasses of Check in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableCheckImmutable implementation ofCheck.Methods in com.orbitz.consul.model.agent with parameters of type Check Modifier and Type Method Description static ImmutableCheckImmutableCheck. copyOf(Check instance)Creates an immutable copy of aCheckvalue.ImmutableCheck.BuilderImmutableCheck.Builder. from(Check instance)Fill a builder with attribute values from the providedCheckinstance. -
Uses of Check in com.orbitz.consul.model.catalog
Methods in com.orbitz.consul.model.catalog that return types with arguments of type Check Modifier and Type Method Description abstract java.util.Optional<Check>CatalogRegistration. check()java.util.Optional<Check>ImmutableCatalogRegistration. check()Methods in com.orbitz.consul.model.catalog with parameters of type Check Modifier and Type Method Description ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. check(Check check)Initializes the optional valuecheckto check.ImmutableCatalogRegistrationImmutableCatalogRegistration. withCheck(Check value)Copy the current immutable object by setting a present value for the optionalcheckattribute.Method parameters in com.orbitz.consul.model.catalog with type arguments of type Check Modifier and Type Method Description ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. check(java.util.Optional<? extends Check> check)Initializes the optional valuecheckto check.ImmutableCatalogRegistrationImmutableCatalogRegistration. withCheck(java.util.Optional<? extends Check> optional)Copy the current immutable object by setting an optional value for thecheckattribute.
-