Uses of Class
org.apache.curator.x.discovery.UriSpec.Part
-
Packages that use UriSpec.Part Package Description org.apache.curator.x.discovery -
-
Uses of UriSpec.Part in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return types with arguments of type UriSpec.Part Modifier and Type Method Description java.util.List<UriSpec.Part>UriSpec. getParts()java.util.Iterator<UriSpec.Part>UriSpec. iterator()Methods in org.apache.curator.x.discovery with parameters of type UriSpec.Part Modifier and Type Method Description voidUriSpec. add(UriSpec.Part part)Add a part to the end of the listvoidUriSpec. remove(UriSpec.Part part)Remove the given part
-