Uses of Class
com.orbitz.consul.model.health.Node
-
Packages that use Node Package Description com.orbitz.consul com.orbitz.consul.model.catalog com.orbitz.consul.model.health com.orbitz.consul.model.query -
-
Uses of Node in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type Node Modifier and Type Method Description 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 withQueryOptions.Method parameters in com.orbitz.consul with type arguments of type Node Modifier and Type Method Description voidCatalogClient. getNodes(QueryOptions queryOptions, ConsulResponseCallback<java.util.List<Node>> callback)Asynchronously retrieves the nodes for a given datacenter withQueryOptions. -
Uses of Node in com.orbitz.consul.model.catalog
Methods in com.orbitz.consul.model.catalog that return Node Modifier and Type Method Description abstract NodeCatalogNode. getNode()NodeImmutableCatalogNode. getNode()Methods in com.orbitz.consul.model.catalog with parameters of type Node Modifier and Type Method Description ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. node(Node node)Initializes the value for thenodeattribute.ImmutableCatalogNodeImmutableCatalogNode. withNode(Node value)Copy the current immutable object by setting a value for thenodeattribute. -
Uses of Node in com.orbitz.consul.model.health
Subclasses of Node in com.orbitz.consul.model.health Modifier and Type Class Description classImmutableNodeImmutable implementation ofNode.Methods in com.orbitz.consul.model.health that return Node Modifier and Type Method Description NodeImmutableServiceCheck. getNode()NodeImmutableServiceHealth. getNode()abstract NodeServiceCheck. getNode()abstract NodeServiceHealth. getNode()Methods in com.orbitz.consul.model.health with parameters of type Node Modifier and Type Method Description static ImmutableNodeImmutableNode. copyOf(Node instance)Creates an immutable copy of aNodevalue.ImmutableNode.BuilderImmutableNode.Builder. from(Node instance)Fill a builder with attribute values from the providedNodeinstance.ImmutableServiceCheck.BuilderImmutableServiceCheck.Builder. node(Node node)Initializes the value for thenodeattribute.ImmutableServiceHealth.BuilderImmutableServiceHealth.Builder. node(Node node)Initializes the value for thenodeattribute.ImmutableServiceCheckImmutableServiceCheck. withNode(Node value)Copy the current immutable object by setting a value for thenodeattribute.ImmutableServiceHealthImmutableServiceHealth. withNode(Node value)Copy the current immutable object by setting a value for thenodeattribute. -
Uses of Node in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return Node Modifier and Type Method Description NodeImmutableQueryResult. getNode()abstract NodeQueryResult. getNode()Methods in com.orbitz.consul.model.query with parameters of type Node Modifier and Type Method Description ImmutableQueryResult.BuilderImmutableQueryResult.Builder. node(Node node)Initializes the value for thenodeattribute.ImmutableQueryResultImmutableQueryResult. withNode(Node value)Copy the current immutable object by setting a value for thenodeattribute.
-