Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractConsoleModuleStateBuilder - Class in com.alibaba.nacos.sys.module
-
Abstract console type Module State Builder.
- AbstractConsoleModuleStateBuilder() - Constructor for class com.alibaba.nacos.sys.module.AbstractConsoleModuleStateBuilder
- AbstractNacosDuplicateBeanPostProcessor - Class in com.alibaba.nacos.sys.env
-
Abstract Nacos Duplicate Bean Post Processor of
InstantiationAwareBeanPostProcessorto reduce duplicate rebuild bean for spring beans. - AbstractNacosDuplicateBeanPostProcessor(ConfigurableApplicationContext) - Constructor for class com.alibaba.nacos.sys.env.AbstractNacosDuplicateBeanPostProcessor
- AbstractServerModuleStateBuilder - Class in com.alibaba.nacos.sys.module
-
Abstract server type Module State Builder.
- AbstractServerModuleStateBuilder() - Constructor for class com.alibaba.nacos.sys.module.AbstractServerModuleStateBuilder
- analyzeClusterConf(Reader) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
read file stream to ip list.
- ApplicationUtils - Class in com.alibaba.nacos.sys.utils
-
Nacos global tool class.
- ApplicationUtils() - Constructor for class com.alibaba.nacos.sys.utils.ApplicationUtils
- AUTO_REFRESH_TIME - Static variable in interface com.alibaba.nacos.sys.env.Constants
- AVAILABLE_PROCESSORS_BASIC - Static variable in interface com.alibaba.nacos.sys.env.Constants
B
- build() - Method in class com.alibaba.nacos.sys.env.EnvModuleStateBuilder
- build() - Method in class com.alibaba.nacos.sys.file.FileChangeEvent.FileChangeEventBuilder
-
build FileChangeEvent.
- build() - Method in interface com.alibaba.nacos.sys.module.ModuleStateBuilder
-
Build module state.
- builder() - Static method in class com.alibaba.nacos.sys.file.FileChangeEvent
C
- close() - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
- com.alibaba.nacos.sys.env - package com.alibaba.nacos.sys.env
- com.alibaba.nacos.sys.file - package com.alibaba.nacos.sys.file
- com.alibaba.nacos.sys.filter - package com.alibaba.nacos.sys.filter
- com.alibaba.nacos.sys.module - package com.alibaba.nacos.sys.module
- com.alibaba.nacos.sys.utils - package com.alibaba.nacos.sys.utils
- COMMA_DIVISION - Static variable in interface com.alibaba.nacos.sys.env.Constants
- compress(String, String, String, Checksum) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Compress a folder in a directory.
- compressIntoZipFile(String, InputStream, String, Checksum) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Compress an input stream to zip file.
- CONSOLE - Enum constant in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Only console deployment type, means only the nacos console is deployed in the process.
- Constants - Interface in com.alibaba.nacos.sys.env
-
Nacos common constants.
- containsBean(String) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- containsProperty(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- context(Object) - Method in class com.alibaba.nacos.sys.file.FileChangeEvent.FileChangeEventBuilder
- copyDirectory(File, File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- copyFile(File, File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- createTmpFile(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
- createTmpFile(String, String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
- customEnvironment() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
customEnvironment.
D
- decompress(String, String, Checksum) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Unzip the target file to the specified folder.
- decompress(String, Checksum) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Unzip the target file to byte array.
- deleteDirectory(String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- deleteDirThenMkdir(String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- deleteFile(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
delete target file.
- deleteQuietly(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- deleteQuietly(Path) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- DeploymentType - Enum Class in com.alibaba.nacos.sys.env
-
Nacos deployment type enum.
- deregisterAllWatcher(String) - Static method in class com.alibaba.nacos.sys.file.WatchFileCenter
-
Deregister all
FileWatcherin this directory. - deregisterWatcher(String, FileWatcher) - Static method in class com.alibaba.nacos.sys.file.WatchFileCenter
-
Deregister
FileWatcherin this directory. - DiskUtils - Class in com.alibaba.nacos.sys.utils
-
IO operates on the utility class.
- DiskUtils() - Constructor for class com.alibaba.nacos.sys.utils.DiskUtils
- DiskUtils.LineIterator - Class in com.alibaba.nacos.sys.utils
E
- end(String, Logger) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
- end(String, Logger, String) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
End the task and print based on the log level.
- EnvModuleStateBuilder - Class in com.alibaba.nacos.sys.env
-
Module state builder for env module.
- EnvModuleStateBuilder() - Constructor for class com.alibaba.nacos.sys.env.EnvModuleStateBuilder
- EnvUtil - Class in com.alibaba.nacos.sys.env
-
Its own configuration information manipulation tool class.
- EnvUtil() - Constructor for class com.alibaba.nacos.sys.env.EnvUtil
- executor() - Method in class com.alibaba.nacos.sys.file.FileWatcher
-
If the FileWatcher has its own thread pool, use this thread pool to execute, otherwise use the WatchFileManager thread.
F
- FileChangeEvent - Class in com.alibaba.nacos.sys.file
-
file change event.
- FileChangeEvent() - Constructor for class com.alibaba.nacos.sys.file.FileChangeEvent
- FileChangeEvent.FileChangeEventBuilder - Class in com.alibaba.nacos.sys.file
- FileWatcher - Class in com.alibaba.nacos.sys.file
-
file watcher.
- FileWatcher() - Constructor for class com.alibaba.nacos.sys.file.FileWatcher
- findFirstNonLoopbackAddress() - Static method in class com.alibaba.nacos.sys.utils.InetUtils
-
findFirstNonLoopbackAddress.
- forceMkdir(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- forceMkdir(String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- forEachRemaining(Consumer<? super String>) - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
- FUNCTION_MODE_CONFIG - Static variable in class com.alibaba.nacos.sys.env.EnvUtil
- FUNCTION_MODE_NAMING - Static variable in class com.alibaba.nacos.sys.env.EnvUtil
- FUNCTION_MODE_PROPERTY_NAME - Static variable in interface com.alibaba.nacos.sys.env.Constants
-
The System property name of Function mode.
- FUNCTION_MODE_STATE - Static variable in interface com.alibaba.nacos.sys.env.Constants
G
- getAllModuleStates() - Method in class com.alibaba.nacos.sys.module.ModuleStateHolder
- getApplicationConfFileResource() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getApplicationContext() - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getAvailableProcessors() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
Get available processor numbers from environment.
- getAvailableProcessors(double) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
Get a scale of available processor numbers from environment.
- getAvailableProcessors(int) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
Get a multiple time of available processor numbers from environment.
- getBean(Class<T>) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getBean(Class<T>, Object...) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getBean(String) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getBean(String, Class<T>) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getBean(String, Object...) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getBeanIfExist(Class<T>, Consumer<T>) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getClassLoader() - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getClusterConfFilePath() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getConfPath() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getContext() - Method in class com.alibaba.nacos.sys.file.FileChangeEvent
- getContextPath() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getCpu() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getDeploymentType() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getEnvironment() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getFreePhysicalMem() - Static method in class com.alibaba.nacos.sys.env.OperatingSystemBeanManager
- getFunctionMode() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
server function mode.
- getGrpcListenIp() - Static method in class com.alibaba.nacos.sys.utils.InetUtils
- getInstance() - Static method in class com.alibaba.nacos.sys.module.ModuleStateHolder
- getLoad() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getLocalAddress() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getMem() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getMemberList() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getModuleName() - Method in class com.alibaba.nacos.sys.module.ModuleState
- getModuleState(String) - Method in class com.alibaba.nacos.sys.module.ModuleStateHolder
- getNacosHome() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getNacosIp() - Static method in class com.alibaba.nacos.sys.utils.InetUtils
-
Get ip address from environment System property nacos.server.ip Spring property nacos.inetutils.ip-address.
- getNacosTmpDir() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getNewIP() - Method in class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- getOldIP() - Method in class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- getOperatingSystemBean() - Static method in class com.alibaba.nacos.sys.env.OperatingSystemBeanManager
- getPaths() - Method in class com.alibaba.nacos.sys.file.FileChangeEvent
- getPort() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getProcessCpuUsage() - Static method in class com.alibaba.nacos.sys.env.OperatingSystemBeanManager
- getProperties() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getPropertiesWithPrefix(Environment, String) - Static method in class com.alibaba.nacos.sys.utils.PropertiesUtil
- getPropertiesWithPrefixForMap(Environment, String) - Static method in class com.alibaba.nacos.sys.utils.PropertiesUtil
- getProperty(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getProperty(String, Class<T>) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getProperty(String, Class<T>, T) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getProperty(String, String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getPropertyList(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getRequiredProperty(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getRequiredProperty(String, Class<T>) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getResource(String) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getResources(String) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getResponsiblePackagePrefix() - Method in interface com.alibaba.nacos.sys.filter.NacosPackageExcludeFilter
-
Get the responsible module package prefix of filter.
- getSelfIP() - Static method in class com.alibaba.nacos.sys.utils.InetUtils
- getStandaloneMode() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
Standalone mode or not.
- getState(String, T) - Method in class com.alibaba.nacos.sys.module.ModuleState
- getStates() - Method in class com.alibaba.nacos.sys.module.ModuleState
- getStateValueByName(String, String) - Method in class com.alibaba.nacos.sys.module.ModuleStateHolder
- getStateValueByName(String, String, T) - Method in class com.alibaba.nacos.sys.module.ModuleStateHolder
-
Get State Value by module name and state name.
- getSystemCpuUsage() - Static method in class com.alibaba.nacos.sys.env.OperatingSystemBeanManager
- getSystemEnv(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- getTotalPhysicalMem() - Static method in class com.alibaba.nacos.sys.env.OperatingSystemBeanManager
- getType(String) - Static method in enum class com.alibaba.nacos.sys.env.DeploymentType
- getType(String) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- getTypeName() - Method in enum class com.alibaba.nacos.sys.env.DeploymentType
H
- handleSpringBinder(Environment, String, Class<T>) - Static method in class com.alibaba.nacos.sys.utils.PropertiesUtil
-
Handle spring binder to bind object.
- hasNext() - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
I
- IGNORED_INTERFACES - Static variable in interface com.alibaba.nacos.sys.env.Constants
- ILLEGAL - Enum constant in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Unknown deployment type.
- InetUtils - Class in com.alibaba.nacos.sys.utils
-
Network card operation tool class.
- InetUtils() - Constructor for class com.alibaba.nacos.sys.utils.InetUtils
- InetUtils.IPChangeEvent - Class in com.alibaba.nacos.sys.utils
-
com.alibaba.nacos.core.cluster.ServerMemberManageris listener. - initialize(ConfigurableApplicationContext) - Method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- injectContext(ConfigurableApplicationContext) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- interest(String) - Method in class com.alibaba.nacos.sys.file.FileWatcher
-
WatchEvent context information.
- invokeAndReturnDouble(Method, Object) - Static method in class com.alibaba.nacos.sys.utils.MethodUtil
-
Invoke method and return double value.
- invokeAndReturnLong(Method, Object) - Static method in class com.alibaba.nacos.sys.utils.MethodUtil
-
Invoke method and return long value.
- IP_ADDRESS - Static variable in interface com.alibaba.nacos.sys.env.Constants
- IPChangeEvent() - Constructor for class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- isCacheable() - Method in interface com.alibaba.nacos.sys.module.ModuleStateBuilder
-
Whether module is cache, default return true.
- isExcluded(String, Set<String>) - Method in interface com.alibaba.nacos.sys.filter.NacosPackageExcludeFilter
-
According the class name and annotations to judge whether the class should be excluded by spring bean.
- isIgnore() - Method in interface com.alibaba.nacos.sys.module.ModuleStateBuilder
-
Whether module is ignored, default return false.
- isIllegalFileName(String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Whether is illegal file name, it should not be start with root path '/' or '\\' and should not contain top path
... - isIllegalPath(String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- isMatchDeployment(DeploymentType) - Method in class com.alibaba.nacos.sys.module.AbstractConsoleModuleStateBuilder
- isMatchDeployment(DeploymentType) - Method in class com.alibaba.nacos.sys.module.AbstractServerModuleStateBuilder
- isMatchDeployment(DeploymentType) - Method in interface com.alibaba.nacos.sys.module.ModuleStateBuilder
-
Whether module is match deployment type, default return true.
- isReUsingBean(Class<?>, String, BeanDefinition) - Method in class com.alibaba.nacos.sys.env.AbstractNacosDuplicateBeanPostProcessor
-
Judge whether re-use beans from core context.
- isReUsingBean(Class<?>, String, BeanDefinition) - Method in class com.alibaba.nacos.sys.env.NacosDuplicateConfigurationBeanPostProcessor
- isReUsingBean(Class<?>, String, BeanDefinition) - Method in class com.alibaba.nacos.sys.env.NacosDuplicateSpringBeanPostProcessor
- isStarted() - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- isUp(NetworkInterface) - Static method in class com.alibaba.nacos.sys.utils.InetUtils
-
check network intreface isUp, not throw SocketException.
L
- lineIterator(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Returns an Iterator for the lines in a
Fileusing the default encoding for the VM. - lineIterator(File, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Returns an Iterator for the lines in a
File. - load() - Method in class com.alibaba.nacos.sys.env.OriginTrackedPropertiesLoader
-
Load
.propertiesdata and return a map ofString->OriginTrackedValue. - load(boolean) - Method in class com.alibaba.nacos.sys.env.OriginTrackedPropertiesLoader
-
Load
.propertiesdata and return a map ofString->OriginTrackedValue. - loadProperties(Resource) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
load resource to map.
M
- match(MetadataReader, MetadataReaderFactory) - Method in class com.alibaba.nacos.sys.filter.NacosTypeExcludeFilter
- MERGED - Enum constant in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Default deployment type, means the nacos server and console are deployed in one process.
- MethodUtil - Class in com.alibaba.nacos.sys.utils
-
MethodUtil related.
- ModuleState - Class in com.alibaba.nacos.sys.module
-
Module state.
- ModuleState(String) - Constructor for class com.alibaba.nacos.sys.module.ModuleState
- ModuleStateBuilder - Interface in com.alibaba.nacos.sys.module
-
Module state builder.
- ModuleStateHolder - Class in com.alibaba.nacos.sys.module
-
Module State Holder.
N
- NACOS_DEPLOYMENT_TYPE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_DEPLOYMENT_TYPE_CONSOLE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_DEPLOYMENT_TYPE_MERGED - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_DEPLOYMENT_TYPE_SERVER - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_DEPLOYMENT_TYPE_SERVER_WITH_MCP - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_DUPLICATE_BEAN_ENHANCEMENT_ENABLED - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_HOME_KEY - Static variable in class com.alibaba.nacos.sys.env.EnvUtil
-
The key of nacos home.
- NACOS_REMOTE_GRPC_LISTEN_IP - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_SERVER_HEADER - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_SERVER_IP - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_SERVER_IP_STATE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NACOS_VERSION - Static variable in interface com.alibaba.nacos.sys.env.Constants
- NacosDuplicateConfigurationBeanPostProcessor - Class in com.alibaba.nacos.sys.env
-
Nacos
InstantiationAwareBeanPostProcessorto reduce duplicate rebuild bean for spring configuration. - NacosDuplicateConfigurationBeanPostProcessor(ConfigurableApplicationContext) - Constructor for class com.alibaba.nacos.sys.env.NacosDuplicateConfigurationBeanPostProcessor
- NacosDuplicateSpringBeanPostProcessor - Class in com.alibaba.nacos.sys.env
-
Nacos
InstantiationAwareBeanPostProcessorto reduce duplicate rebuild bean for spring beans. - NacosDuplicateSpringBeanPostProcessor(ConfigurableApplicationContext) - Constructor for class com.alibaba.nacos.sys.env.NacosDuplicateSpringBeanPostProcessor
- NacosPackageExcludeFilter - Interface in com.alibaba.nacos.sys.filter
-
Nacos server module execute filter.
- NacosTypeExcludeFilter - Class in com.alibaba.nacos.sys.filter
-
Nacos server execute filter.
- NacosTypeExcludeFilter() - Constructor for class com.alibaba.nacos.sys.filter.NacosTypeExcludeFilter
- newState(String, Object) - Method in class com.alibaba.nacos.sys.module.ModuleState
- next() - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
- nextLine() - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
O
- onChange(FileChangeEvent) - Method in class com.alibaba.nacos.sys.file.FileWatcher
-
Triggered when a file change occurs.
- openFile(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
- openFile(String, String, boolean) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
open file.
- OperatingSystemBeanManager - Class in com.alibaba.nacos.sys.env
-
OperatingSystemBeanManager related.
- OriginTrackedPropertiesLoader - Class in com.alibaba.nacos.sys.env
-
copy from springboot to load properties file.
P
- paths(String) - Method in class com.alibaba.nacos.sys.file.FileChangeEvent.FileChangeEventBuilder
- postProcessBeforeInstantiation(Class<?>, String) - Method in class com.alibaba.nacos.sys.env.AbstractNacosDuplicateBeanPostProcessor
- PREFER_HOSTNAME_OVER_IP - Static variable in interface com.alibaba.nacos.sys.env.Constants
- PREFER_HOSTNAME_OVER_IP_PROPERTY_NAME - Static variable in interface com.alibaba.nacos.sys.env.Constants
-
The System property name of prefer hostname over ip.
- PREFERRED_NETWORKS - Static variable in interface com.alibaba.nacos.sys.env.Constants
- PropertiesUtil - Class in com.alibaba.nacos.sys.utils
-
Properties util.
- PropertiesUtil() - Constructor for class com.alibaba.nacos.sys.utils.PropertiesUtil
- publishEvent(Object) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
R
- readClusterConf() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
-
read cluster.conf to ip list.
- readFile(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
read this file content.
- readFile(InputStream) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
read file content by
InputStream. - readFile(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
read file which under the path.
- readFileBytes(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
read this file content then return bytes.
- readFileBytes(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
read this file content then return bytes.
- registerWatcher(String, FileWatcher) - Static method in class com.alibaba.nacos.sys.file.WatchFileCenter
-
Register
FileWatcherin this directory. - remove() - Method in class com.alibaba.nacos.sys.utils.DiskUtils.LineIterator
- REQUEST_PATH_SEPARATOR - Static variable in interface com.alibaba.nacos.sys.env.Constants
- resolvePlaceholders(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- resolveRequiredPlaceholders(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- ROOT_WEB_CONTEXT_PATH - Static variable in interface com.alibaba.nacos.sys.env.Constants
-
the root context path.
- run(Runnable, String, Logger) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
Execution with time-consuming calculations for
Runnable. - run(Consumer<T>, T, String, Logger) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
Execution with time-consuming calculations for
Consumer. - run(Function<T, R>, T, String, Logger) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
Execution with time-consuming calculations for
Function. - run(Supplier<V>, String, Logger) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
Execution with time-consuming calculations for
Supplier.
S
- searchStateValue(String, T) - Method in class com.alibaba.nacos.sys.module.ModuleStateHolder
-
Search State Value by state name one by one.
- SERVER - Enum constant in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Only server deployment type, means only the nacos server is deployed in the process.
- SERVER_PORT_STATE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- SERVER_WITH_MCP - Enum constant in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Nacos Server and Mcp will be deployed in the process.
- setConfPath(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setContext(Object) - Method in class com.alibaba.nacos.sys.file.FileChangeEvent
- setContextPath(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setDeploymentType(DeploymentType) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setEnvironment(ConfigurableEnvironment) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setIsStandalone(Boolean) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setLocalAddress(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setNacosHomePath(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setNewIP(String) - Method in class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- setOldIP(String) - Method in class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- setPaths(String) - Method in class com.alibaba.nacos.sys.file.FileChangeEvent
- setPort(int) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- setStarted(boolean) - Static method in class com.alibaba.nacos.sys.utils.ApplicationUtils
- shutdown() - Static method in class com.alibaba.nacos.sys.file.WatchFileCenter
-
close
WatchFileCenter. - STANDALONE_MODE_ALONE - Static variable in class com.alibaba.nacos.sys.env.EnvUtil
- STANDALONE_MODE_CLUSTER - Static variable in class com.alibaba.nacos.sys.env.EnvUtil
- STANDALONE_MODE_PROPERTY_NAME - Static variable in interface com.alibaba.nacos.sys.env.Constants
-
The System property name of Standalone mode.
- STANDALONE_SPRING_PROFILE - Static variable in interface com.alibaba.nacos.sys.env.Constants
-
Spring Profile : "standalone".
- start(String) - Static method in class com.alibaba.nacos.sys.utils.TimerContext
-
Record context start time.
- STARTUP_MODE_STATE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- SYS_MODULE - Static variable in interface com.alibaba.nacos.sys.env.Constants
- SYSTEM_PREFER_HOSTNAME_OVER_IP - Static variable in interface com.alibaba.nacos.sys.env.Constants
- systemExit() - Static method in class com.alibaba.nacos.sys.env.EnvUtil
T
- TimerContext - Class in com.alibaba.nacos.sys.utils
-
Simple task time calculation,Currently only the task time statistics task that supports synchronizing code blocks is supported.
- TimerContext() - Constructor for class com.alibaba.nacos.sys.utils.TimerContext
- toString() - Method in class com.alibaba.nacos.sys.file.FileChangeEvent
- toString() - Method in class com.alibaba.nacos.sys.utils.InetUtils.IPChangeEvent
- touch(File) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Implements the same behaviour as the "touch" utility on Unix.
- touch(String, String) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Touch file.
U
- USE_ONLY_SITE_INTERFACES - Static variable in interface com.alibaba.nacos.sys.env.Constants
V
- valueOf(String) - Static method in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.alibaba.nacos.sys.env.DeploymentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WatchFileCenter - Class in com.alibaba.nacos.sys.file
-
Unified file change monitoring management center, which uses
WatchServiceinternally. - WatchFileCenter() - Constructor for class com.alibaba.nacos.sys.file.WatchFileCenter
- WEB_CONTEXT_PATH - Static variable in interface com.alibaba.nacos.sys.env.Constants
- writeClusterConf(String) - Static method in class com.alibaba.nacos.sys.env.EnvUtil
- writeFile(File, byte[], boolean) - Static method in class com.alibaba.nacos.sys.utils.DiskUtils
-
Writes the contents to the target file.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form