Uses of Class
com.orbitz.consul.model.catalog.CatalogNode
-
Packages that use CatalogNode Package Description com.orbitz.consul com.orbitz.consul.model.catalog -
-
Uses of CatalogNode in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type CatalogNode Modifier and Type Method Description 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 withQueryOptions.Method parameters in com.orbitz.consul with type arguments of type CatalogNode Modifier and Type Method Description voidCatalogClient. getNode(java.lang.String node, QueryOptions queryOptions, ConsulResponseCallback<CatalogNode> callback)Asynchronously retrieves the single node for a given datacenter withQueryOptions. -
Uses of CatalogNode in com.orbitz.consul.model.catalog
Subclasses of CatalogNode in com.orbitz.consul.model.catalog Modifier and Type Class Description classImmutableCatalogNodeImmutable implementation ofCatalogNode.Methods in com.orbitz.consul.model.catalog with parameters of type CatalogNode Modifier and Type Method Description static ImmutableCatalogNodeImmutableCatalogNode. copyOf(CatalogNode instance)Creates an immutable copy of aCatalogNodevalue.ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. from(CatalogNode instance)Fill a builder with attribute values from the providedCatalogNodeinstance.
-