Uses of Interface
org.apache.curator.x.discovery.LocalIpFilter
-
Packages that use LocalIpFilter Package Description org.apache.curator.x.discovery -
-
Uses of LocalIpFilter in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return LocalIpFilter Modifier and Type Method Description static LocalIpFilterServiceInstanceBuilder. getLocalIpFilter()Return the current local ip filter used byServiceInstanceBuilder.getAllLocalIPs()Methods in org.apache.curator.x.discovery with parameters of type LocalIpFilter Modifier and Type Method Description static voidServiceInstanceBuilder. setLocalIpFilter(LocalIpFilter newLocalIpFilter)Replace the default local ip filter used byServiceInstanceBuilder.getAllLocalIPs()
-