Uses of Class
org.kiwiproject.consul.model.catalog.CatalogNode
Packages that use CatalogNode
-
Uses of CatalogNode in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type CatalogNodeModifier and TypeMethodDescriptionRetrieves a single node.CatalogClient.getNode(String node, QueryOptions queryOptions) Retrieves a single node for a given datacenter withQueryOptions.Method parameters in org.kiwiproject.consul with type arguments of type CatalogNodeModifier and TypeMethodDescriptionvoidCatalogClient.getNode(String node, QueryOptions queryOptions, ConsulResponseCallback<CatalogNode> callback) Asynchronously retrieves the single node for a given datacenter withQueryOptions. -
Uses of CatalogNode in org.kiwiproject.consul.model.catalog
Subclasses of CatalogNode in org.kiwiproject.consul.model.catalogMethods in org.kiwiproject.consul.model.catalog with parameters of type CatalogNodeModifier and TypeMethodDescriptionstatic ImmutableCatalogNodeImmutableCatalogNode.copyOf(CatalogNode instance) Creates an immutable copy of aCatalogNodevalue.ImmutableCatalogNode.Builder.from(CatalogNode instance) Fill a builder with attribute values from the providedCatalogNodeinstance.