- NACOS_NAMING_LOG_LEVEL - 类 中的静态变量com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NACOS_NAMING_LOG_NAME - 类 中的静态变量com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NacosConfigService - com.alibaba.nacos.client.config中的类
-
Config Impl.
- NacosConfigService(Properties) - 类 的构造器com.alibaba.nacos.client.config.NacosConfigService
-
- NacosLogging - com.alibaba.nacos.client.logging中的类
-
nacos logging.
- NacosNamingMaintainService - com.alibaba.nacos.client.naming中的类
-
Nacos naming maintain service.
- NacosNamingMaintainService(String) - 类 的构造器com.alibaba.nacos.client.naming.NacosNamingMaintainService
-
- NacosNamingMaintainService(Properties) - 类 的构造器com.alibaba.nacos.client.naming.NacosNamingMaintainService
-
- NacosNamingService - com.alibaba.nacos.client.naming中的类
-
Nacos Naming Service.
- NacosNamingService(String) - 类 的构造器com.alibaba.nacos.client.naming.NacosNamingService
-
- NacosNamingService(Properties) - 类 的构造器com.alibaba.nacos.client.naming.NacosNamingService
-
- nacosUrlBase - 类 中的静态变量com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- nacosUrlInstance - 类 中的静态变量com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- nacosUrlService - 类 中的静态变量com.alibaba.nacos.client.naming.utils.UtilAndComs
-
- NAMING_LOGGER - 类 中的静态变量com.alibaba.nacos.client.utils.LogUtils
-
- NamingHttpClientManager - com.alibaba.nacos.client.naming.net中的类
-
http Manager.
- NamingHttpClientManager() - 类 的构造器com.alibaba.nacos.client.naming.net.NamingHttpClientManager
-
- NamingProxy - com.alibaba.nacos.client.naming.net中的类
-
Naming proxy.
- NamingProxy(String, String, String, Properties) - 类 的构造器com.alibaba.nacos.client.naming.net.NamingProxy
-
- NetUtils - com.alibaba.nacos.client.naming.utils中的类
-
Net utils.
- NetUtils() - 类 的构造器com.alibaba.nacos.client.naming.utils.NetUtils
-
- next() - 类 中的方法com.alibaba.nacos.client.naming.utils.GenericPoller
-
- next() - 接口 中的方法com.alibaba.nacos.client.naming.utils.Poller
-
Get next element selected by poller.
- next(int) - 类 中的方法com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
- nextBoolean() - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean() - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean(Random) - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the given random sequence.
- nextBytes(byte[]) - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Unsupported in 2.0.
- nextDouble() - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Synonymous to the Math.random() call.
- nextDouble() - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的方法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) - 类 中的方法com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound
(exclusive).
- nextFloat() - 类 中的方法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() - 类 中的静态方法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) - 类 中的静态方法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() - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Unsupported in 2.0.
- nextInt() - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt(int) - 类 中的方法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() - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt(Random) - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the given random
sequence.
- nextInt(int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的方法com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound
(exclusive).
- nextLong() - 类 中的方法com.alibaba.nacos.client.naming.utils.JvmRandom
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong(long) - 类 中的静态方法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() - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong(Random) - 类 中的静态方法com.alibaba.nacos.client.naming.utils.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the given Random sequence.
- nextLong(long) - 类 中的方法com.alibaba.nacos.client.naming.utils.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
- nextLong(long, long) - 类 中的方法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 - 类 中的静态变量com.alibaba.nacos.client.identify.IdentifyConstants
-
- normalizeContextPath(String) - 类 中的静态方法com.alibaba.nacos.client.utils.ContextPathUtil
-
normalize context path.