- NACOS_NAMING_LOG_LEVEL - Static variable in class com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NACOS_NAMING_LOG_NAME - Static variable in class com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NACOS_URL_BASE - Static variable in class com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NACOS_URL_INSTANCE - Static variable in class com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NACOS_URL_SERVICE - Static variable in class com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NacosConfigService - Class in com.alibaba.nacos.client.config
-
Config Impl
- NacosConfigService(Properties) - Constructor for class com.alibaba.nacos.client.config.NacosConfigService
-
- NacosNamingMaintainService - Class in com.alibaba.nacos.client.naming
-
- NacosNamingMaintainService(String) - Constructor for class com.alibaba.nacos.client.naming.NacosNamingMaintainService
-
- NacosNamingMaintainService(Properties) - Constructor for class com.alibaba.nacos.client.naming.NacosNamingMaintainService
-
- NacosNamingService - Class in com.alibaba.nacos.client.naming
-
Nacos Naming Service
- NacosNamingService(String) - Constructor for class com.alibaba.nacos.client.naming.NacosNamingService
-
- NacosNamingService(Properties) - Constructor for class com.alibaba.nacos.client.naming.NacosNamingService
-
- NAMING_LOGGER - Static variable in class com.alibaba.nacos.client.utils.LogUtils
-
- NamingProxy - Class in com.alibaba.nacos.client.naming.net
-
- NamingProxy(String, String, String, Properties) - Constructor for class com.alibaba.nacos.client.naming.net.NamingProxy
-
- NetUtils - Class in com.alibaba.nacos.client.naming.utils
-
- NetUtils() - Constructor for class com.alibaba.nacos.client.naming.utils.NetUtils
-
- next() - Method in class com.alibaba.nacos.client.naming.utils.GenericPoller
-
- next() - Method in interface com.alibaba.nacos.client.naming.utils.Poller
-
Get next element selected by poller
- next(int) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
- nextBoolean() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean() - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean(Random) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the given random sequence.
- nextBytes(byte[]) - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Unsupported in 2.0.
- nextDouble() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Synonymous to the Math.random() call.
- nextDouble() - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0
from the Math.random() sequence.
- nextDouble(Random) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0
from the given Random sequence.
- nextDouble(double) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value
(exclusive).
- nextDouble(double, double) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound
(exclusive).
- nextFloat() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0
from the Math.random() sequence.
- nextFloat() - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0
from the Math.random() sequence.
- nextFloat(Random) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0
from the given Random sequence.
- nextGaussian() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Unsupported in 2.0.
- nextInt() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt(int) - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified
value (exclusive), from the Math.random() sequence.
- nextInt() - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt(Random) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the given random
sequence.
- nextInt(int) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified
value (exclusive), from the Math.random() sequence.
- nextInt(Random, int) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified
value (exclusive), from the given Random sequence.
- nextInt(int, int) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound
(exclusive).
- nextLong() - Method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong(long) - Static method in class com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns a pseudorandom, uniformly distributed long value between 0 (inclusive) and the specified
value (exclusive), from the Math.random() sequence.
- nextLong() - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong(Random) - Static method in class com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the given Random sequence.
- nextLong(long) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
- nextLong(long, long) - Method in class com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound
(exclusive).
- NO_APP_NAME - Static variable in class com.alibaba.nacos.client.identify.IdentifyConstants
-