跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W Y Z 

A

ACCEPT_ENCODING - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
AccumulateStatCount - com.alibaba.nacos.config.server.utils中的类
Accumulate Stat Count.
AccumulateStatCount() - 类 的构造器com.alibaba.nacos.config.server.utils.AccumulateStatCount
 
ACL_RESPONSE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Acl result information.
AclInfo - com.alibaba.nacos.config.server.model中的类
Acl info.
AclInfo() - 类 的构造器com.alibaba.nacos.config.server.model.AclInfo
 
addAggrConfigInfo(String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addAggrConfigInfo(String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addAggrConfigInfo(String, String, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add data before aggregation to the database, select -> update or insert .
addAndGet(int) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
addConfigInfo(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigInfo(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigInfo(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add common configuration information and publish data change events.
addConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add beta configuration information and publish data change events.
addConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add tag configuration information and publish data change events.
addConfigInfoAtomic(long, String, String, ConfigInfo, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigInfoAtomic(long, String, String, ConfigInfo, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigInfoAtomic(long, String, String, ConfigInfo, Timestamp, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add configuration; database atomic operation, minimum sql action, no business encapsulation.
addConfigSubAtomic(String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigSubAtomic(String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigSubAtomic(String, String, String, Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Increase configuration; database atomic operation, minimum sql action, no business encapsulation.
addConfigTagRelationAtomic(long, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigTagRelationAtomic(long, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigTagRelationAtomic(long, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add configuration; database atomic operation, minimum sql action, no business encapsulation.
addConfigTagsRelation(long, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
addConfigTagsRelation(long, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
addConfigTagsRelation(long, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add configuration; database atomic operation.
addConfigTime(long) - 类 中的静态方法com.alibaba.nacos.config.server.monitor.ResponseMonitor
AddConfigTime.
addLongPollingClient(HttpServletRequest, HttpServletResponse, Map<String, String>, int) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
Add LongPollingClient.
addMergeTask(String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.merge.MergeDatumService
Called after data changes to add aggregation tasks.
addMergeTask(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.merge.MergeDatumService
Called after data changes to add aggregation tasks.
addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedPermissionPersistServiceImpl
Execute ddd user permission operation.
addPermission(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalPermissionPersistServiceImpl
Execute add permission operation.
addPermission(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.PermissionPersistService
 
addRole(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
Add user role.
addRole(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
Execute add role operation.
addRole(String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
addSqlContext(String, Object...) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
Add sql context.
addTask(Object, AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
 
addTotalTime(long) - 类 中的方法com.alibaba.nacos.config.server.utils.TimeoutUtils
Cumulative total time.
aggrConfigInfoCount(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
aggrConfigInfoCount(String, String, String, List<String>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
aggrConfigInfoCount(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
aggrConfigInfoCount(String, String, String, List<String>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
aggrConfigInfoCount(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get count of aggregation config info.
aggrConfigInfoCount(String, String, String, List<String>, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get count of aggregation config info.
aggrConfigInfoCountIn(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
aggrConfigInfoCountIn(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
aggrConfigInfoCountIn(String, String, String, List<String>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get count of aggregation config info.
aggrConfigInfoCountNotIn(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
aggrConfigInfoCountNotIn(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
aggrConfigInfoCountNotIn(String, String, String, List<String>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get count of aggregation config info.
AGGRIDS_METADATA - 类 中的静态变量com.alibaba.nacos.config.server.service.AggrWhitelist
 
AggrWhitelist - com.alibaba.nacos.config.server.service中的类
AggrWhitelist.
AggrWhitelist() - 类 的构造器com.alibaba.nacos.config.server.service.AggrWhitelist
 
APP_NAME - 类 中的静态变量com.alibaba.nacos.config.server.utils.StatConstants
 
ApplicationInfo - com.alibaba.nacos.config.server.model.app中的类
ApplicationInfo.
ApplicationInfo(String) - 类 的构造器com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
ApplicationPublishRecord - com.alibaba.nacos.config.server.model.app中的类
ApplicationPublishRecord.
ApplicationPublishRecord(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.app.ApplicationPublishRecord
 
APPNAME - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
AppNameUtils - com.alibaba.nacos.config.server.utils中的类
App util.
AppNameUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.AppNameUtils
 
args(Object[]) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest.SelectRequestBuilder
 
aroundDeleteConfig(ProceedingJoinPoint, HttpServletRequest, HttpServletResponse, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.aspect.CapacityManagementAspect
The usage of capacity table for counting module will subtracte one whether open the limitation check of capacity management.
aroundSyncUpdateConfigAll(ProceedingJoinPoint, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.aspect.CapacityManagementAspect
Need to judge the size of content whether to exceed the limitation.
ASYNC_UPDATE_ADDRESS_INTERVAL - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Interval for async update address(unit: second).
asyncNotifyQueueSize() - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
AsyncNotifyService - com.alibaba.nacos.config.server.service.notify中的类
Async notify service.
AsyncNotifyService(ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.notify.AsyncNotifyService
 
ATOMIC_MAX_SIZE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
AuthType - com.alibaba.nacos.config.server.model中的枚举
Auth type.
await() - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
Await for lock.
await(long, TimeUnit) - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
Await for lock by timeout.

B

BASE_DIR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Config file directory in server side.
BASE_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
BaseDatabaseOperate - com.alibaba.nacos.config.server.service.repository.embedded中的接口
The Derby database basic operation.
BATCH_ADD_SUCCESS - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Batch adding successfully.
BATCH_OP_ERROR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
When exception or error occurs.
BATCH_OP_ERROR_CONFLICT_MSG - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
BATCH_OP_ERROR_IO_MSG - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
State code of single data when batch operation.
BATCH_QUERY_EXISTS - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Batch query when data existent.
BATCH_QUERY_EXISTS_MSG - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
BATCH_QUERY_NONEEXISTS_MSG - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
BATCH_QUERY_NONEXISTS - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Batch query when data non-existent.
BATCH_UPDATE_SUCCESS - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Batch updating successfully.
batchInsertOrUpdate(List<ConfigAllInfo>, String, String, Map<String, Object>, Timestamp, boolean, SameConfigPolicy) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
batchInsertOrUpdate(List<ConfigAllInfo>, String, String, Map<String, Object>, Timestamp, boolean, SameConfigPolicy) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
batchInsertOrUpdate(List<ConfigAllInfo>, String, String, Map<String, Object>, Timestamp, boolean, SameConfigPolicy) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
batch operation,insert or update the format of the returned: succCount: number of successful imports skipCount: number of import skips (only with skip for the same configs) failData: import failed data (only with abort for the same configs) skipData: data skipped at import (only with skip for the same configs).
batchPublishAggr(String, String, String, Map<String, String>, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
batchPublishAggr(String, String, String, Map<String, String>, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
batchPublishAggr(String, String, String, Map<String, String>, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Add or update data in batches.
batchRemoveAggr(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
batchRemoveAggr(String, String, String, List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
batchRemoveAggr(String, String, String, List<String>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
To delete aggregated data in bulk, you need to specify a list of datum.
betaIps(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
betaIps - 类 中的变量com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
blockUpdate() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data modify transaction The SqlContext to be executed in the current thread will be executed and automatically cleared.
blockUpdate(BiConsumer<Boolean, Throwable>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data modify transaction The SqlContext to be executed in the current thread will be executed and automatically cleared.
build() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
Build a configDumpEvent.
build(Environment) - 类 中的静态方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
Build new Hikari config.
build() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest.SelectRequestBuilder
build select request.
builder() - 类 中的静态方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
builder() - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 

C

CacheItem - com.alibaba.nacos.config.server.model中的类
Cache item.
CacheItem(String) - 类 的构造器com.alibaba.nacos.config.server.model.CacheItem
 
canCurrentServerOwnTheLock() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
Judge whether current server own the lock or not.
canExecute() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
Used to determine whether the aggregation task, configuration history cleanup task can be performed.
canExecute() - 类 中的方法com.alibaba.nacos.config.server.service.dump.EmbeddedDumpService
 
canExecute() - 类 中的方法com.alibaba.nacos.config.server.service.dump.ExternalDumpService
 
Capacity - com.alibaba.nacos.config.server.model.capacity中的类
Capacity.
Capacity() - 类 的构造器com.alibaba.nacos.config.server.model.capacity.Capacity
 
CAPACITY_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CapacityController - com.alibaba.nacos.config.server.controller中的类
Capacity Management.
CapacityController(CapacityService) - 类 的构造器com.alibaba.nacos.config.server.controller.CapacityController
 
CapacityManagementAspect - com.alibaba.nacos.config.server.aspect中的类
Capacity management aspect: batch write and update but don't process it.
CapacityManagementAspect() - 类 的构造器com.alibaba.nacos.config.server.aspect.CapacityManagementAspect
 
CapacityManagementAspect.LimitType - com.alibaba.nacos.config.server.aspect中的枚举
limit type.
CapacityService - com.alibaba.nacos.config.server.service.capacity中的类
Capacity service.
CapacityService() - 类 的构造器com.alibaba.nacos.config.server.service.capacity.CapacityService
 
checkMasterWritable() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Check master db.
checkMasterWritable() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
checkMasterWritable() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
checkMasterWritable() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
checkMasterWritable() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
checkMd5() - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Check md5.
checkParam(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ParamUtils
Check the parameter.
checkParam(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ParamUtils
Check the tag.
checkParam(Map<String, Object>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ParamUtils
Check the config info.
checkTenant(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ParamUtils
Check the tenant.
className(String) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest.SelectRequestBuilder
 
cleanAllContext() - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
 
cleanAndReopenDerby() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
Clean and reopen Derby.
clear() - 类 中的方法com.alibaba.nacos.config.server.monitor.MemoryMonitor
 
clearAll() - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Clear all config file.
clearAllBeta() - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Clear all beta config file.
clearAllTag() - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Clear all tag config file.
CLIENT_APPNAME_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CLIENT_APPNAME_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.utils.RequestUtil
 
CLIENT_IP_WHITELIST_METADATA - 类 中的静态变量com.alibaba.nacos.config.server.service.ClientIpWhiteList
 
CLIENT_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
 
CLIENT_REQUEST_TOKEN_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CLIENT_REQUEST_TS_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CLIENT_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CLIENT_VERSION_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
ClientIpWhiteList - com.alibaba.nacos.config.server.service中的类
Client ip whitelist.
ClientIpWhiteList() - 类 的构造器com.alibaba.nacos.config.server.service.ClientIpWhiteList
 
ClientRecord - com.alibaba.nacos.config.server.service中的类
ClientRecord saves records which fetch from client-side.
ClientRecord(String) - 类 的构造器com.alibaba.nacos.config.server.service.ClientRecord
 
ClientTrackService - com.alibaba.nacos.config.server.service中的类
ClientTrackService which tracks client's md5 service and delete expired ip's records.
ClientTrackService() - 类 的构造器com.alibaba.nacos.config.server.service.ClientTrackService
 
cloneConfig(HttpServletRequest, String, String, List<SameNamespaceCloneConfigBean>, SameConfigPolicy) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute clone config operation.
close() - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
Close task manager.
collectApplicationSubscribeConfigInfos() - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
Collect application subscribe configinfos.
com.alibaba.nacos.config.server - 程序包 com.alibaba.nacos.config.server
 
com.alibaba.nacos.config.server.aspect - 程序包 com.alibaba.nacos.config.server.aspect
 
com.alibaba.nacos.config.server.auth - 程序包 com.alibaba.nacos.config.server.auth
 
com.alibaba.nacos.config.server.configuration - 程序包 com.alibaba.nacos.config.server.configuration
 
com.alibaba.nacos.config.server.constant - 程序包 com.alibaba.nacos.config.server.constant
 
com.alibaba.nacos.config.server.controller - 程序包 com.alibaba.nacos.config.server.controller
 
com.alibaba.nacos.config.server.controller.parameters - 程序包 com.alibaba.nacos.config.server.controller.parameters
 
com.alibaba.nacos.config.server.enums - 程序包 com.alibaba.nacos.config.server.enums
 
com.alibaba.nacos.config.server.exception - 程序包 com.alibaba.nacos.config.server.exception
 
com.alibaba.nacos.config.server.filter - 程序包 com.alibaba.nacos.config.server.filter
 
com.alibaba.nacos.config.server.manager - 程序包 com.alibaba.nacos.config.server.manager
 
com.alibaba.nacos.config.server.model - 程序包 com.alibaba.nacos.config.server.model
 
com.alibaba.nacos.config.server.model.app - 程序包 com.alibaba.nacos.config.server.model.app
 
com.alibaba.nacos.config.server.model.capacity - 程序包 com.alibaba.nacos.config.server.model.capacity
 
com.alibaba.nacos.config.server.model.event - 程序包 com.alibaba.nacos.config.server.model.event
 
com.alibaba.nacos.config.server.monitor - 程序包 com.alibaba.nacos.config.server.monitor
 
com.alibaba.nacos.config.server.result.code - 程序包 com.alibaba.nacos.config.server.result.code
 
com.alibaba.nacos.config.server.service - 程序包 com.alibaba.nacos.config.server.service
 
com.alibaba.nacos.config.server.service.capacity - 程序包 com.alibaba.nacos.config.server.service.capacity
 
com.alibaba.nacos.config.server.service.datasource - 程序包 com.alibaba.nacos.config.server.service.datasource
 
com.alibaba.nacos.config.server.service.dump - 程序包 com.alibaba.nacos.config.server.service.dump
 
com.alibaba.nacos.config.server.service.dump.processor - 程序包 com.alibaba.nacos.config.server.service.dump.processor
 
com.alibaba.nacos.config.server.service.dump.task - 程序包 com.alibaba.nacos.config.server.service.dump.task
 
com.alibaba.nacos.config.server.service.merge - 程序包 com.alibaba.nacos.config.server.service.merge
 
com.alibaba.nacos.config.server.service.notify - 程序包 com.alibaba.nacos.config.server.service.notify
 
com.alibaba.nacos.config.server.service.repository - 程序包 com.alibaba.nacos.config.server.service.repository
 
com.alibaba.nacos.config.server.service.repository.embedded - 程序包 com.alibaba.nacos.config.server.service.repository.embedded
 
com.alibaba.nacos.config.server.service.repository.extrnal - 程序包 com.alibaba.nacos.config.server.service.repository.extrnal
 
com.alibaba.nacos.config.server.service.sql - 程序包 com.alibaba.nacos.config.server.service.sql
 
com.alibaba.nacos.config.server.service.trace - 程序包 com.alibaba.nacos.config.server.service.trace
 
com.alibaba.nacos.config.server.utils - 程序包 com.alibaba.nacos.config.server.utils
 
COMMUNICATION_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CommunicationController - com.alibaba.nacos.config.server.controller中的类
Controller for other node notification.
CommunicationController(DumpService, LongPollingService) - 类 的构造器com.alibaba.nacos.config.server.controller.CommunicationController
 
compareMd5(HttpServletRequest, HttpServletResponse, Map<String, String>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Compare Md5.
compareMd5OldResult(List<String>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Compare old Md5.
compareMd5ResultString(List<String>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Join and encode changedGroupKeys string.
compareTo(ConfigInfoBase) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
completeMd5() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
completeMd5() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
completeMd5() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
complete md5.
ConditionDistributedEmbedStorage - com.alibaba.nacos.config.server.configuration中的类
when embeddedStorage==true and nacos.standalone=false
ConditionDistributedEmbedStorage() - 类 的构造器com.alibaba.nacos.config.server.configuration.ConditionDistributedEmbedStorage
 
ConditionOnEmbeddedStorage - com.alibaba.nacos.config.server.configuration中的类
Judge whether to user EmbeddedStorage by condition.
ConditionOnEmbeddedStorage() - 类 的构造器com.alibaba.nacos.config.server.configuration.ConditionOnEmbeddedStorage
 
ConditionOnExternalStorage - com.alibaba.nacos.config.server.configuration中的类
Judge whether to user ExternalStorage by condition.
ConditionOnExternalStorage() - 类 的构造器com.alibaba.nacos.config.server.configuration.ConditionOnExternalStorage
 
ConditionStandaloneEmbedStorage - com.alibaba.nacos.config.server.configuration中的类
Judge whether to user StandaloneEmbedStorage by condition.
ConditionStandaloneEmbedStorage() - 类 的构造器com.alibaba.nacos.config.server.configuration.ConditionStandaloneEmbedStorage
 
Config - com.alibaba.nacos.config.server中的类
Config main.
Config() - 类 的构造器com.alibaba.nacos.config.server.Config
 
CONFIG_ADVANCE_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_ALL_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_BAK_DIR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Back up file directory in server side.
CONFIG_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONFIG_EXPORT_ITEM_FILE_SEPARATOR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONFIG_EXPORT_METADATA - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONFIG_EXPORT_METADATA_NEW - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONFIG_INFO4BETA_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO4TAG_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_AGGR_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_BASE_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_BETA_WRAPPER_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_CHANGED_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_TAG_WRAPPER_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_INFO_WRAPPER_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_KEY_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
CONFIG_MODEL_RAFT_GROUP - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONFIG_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
ConfigAdvanceInfo - com.alibaba.nacos.config.server.model中的类
Config advance info.
ConfigAdvanceInfo() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
ConfigAdvanceInfoRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigAdvanceInfoRowMapper
 
ConfigAllInfo - com.alibaba.nacos.config.server.model中的类
ConfigAllInfo.
ConfigAllInfo() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigAllInfo
 
ConfigAllInfoRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigAllInfoRowMapper
 
ConfigCacheService - com.alibaba.nacos.config.server.service中的类
Config service.
ConfigCacheService() - 类 的构造器com.alibaba.nacos.config.server.service.ConfigCacheService
 
ConfigChangePublisher - com.alibaba.nacos.config.server.service中的类
ConfigChangePublisher.
ConfigChangePublisher() - 类 的构造器com.alibaba.nacos.config.server.service.ConfigChangePublisher
 
ConfigController - com.alibaba.nacos.config.server.controller中的类
Special controller for soft load client to publish data.
ConfigController(ConfigServletInner, PersistService, ConfigSubService) - 类 的构造器com.alibaba.nacos.config.server.controller.ConfigController
 
ConfigDataChangeEvent - com.alibaba.nacos.config.server.model.event中的类
ConfigDataChangeEvent.
ConfigDataChangeEvent(String, String, long) - 类 的构造器com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
ConfigDataChangeEvent(boolean, String, String, String, long) - 类 的构造器com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
ConfigDataChangeEvent(boolean, String, String, long) - 类 的构造器com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
ConfigDataChangeEvent(boolean, String, String, String, String, long) - 类 的构造器com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
configDump(ConfigDumpEvent) - 类 中的静态方法com.alibaba.nacos.config.server.service.dump.DumpConfigHandler
trigger config dump event.
ConfigDumpEvent - com.alibaba.nacos.config.server.model.event中的类
ConfigDumpEvent.
ConfigDumpEvent() - 类 的构造器com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
ConfigDumpEvent.ConfigDumpEventBuilder - com.alibaba.nacos.config.server.model.event中的类
 
ConfigExecutor - com.alibaba.nacos.config.server.utils中的类
Config executor.
ConfigExecutor() - 类 的构造器com.alibaba.nacos.config.server.utils.ConfigExecutor
 
ConfigExportItem() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
ConfigHistoryDetailRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigHistoryDetailRowMapper
 
ConfigHistoryInfo - com.alibaba.nacos.config.server.model中的类
ConfigHistoryInfo.
ConfigHistoryInfo() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
ConfigHistoryRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigHistoryRowMapper
 
ConfigInfo - com.alibaba.nacos.config.server.model中的类
ConfigInfo.
ConfigInfo() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo
 
ConfigInfo(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo
 
ConfigInfo(String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo
 
ConfigInfo(String, String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo
 
ConfigInfo4Beta - com.alibaba.nacos.config.server.model中的类
ConfigInfo4Beta.
ConfigInfo4Beta() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
ConfigInfo4Beta(String, String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
ConfigInfo4BetaRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfo4BetaRowMapper
 
ConfigInfo4Tag - com.alibaba.nacos.config.server.model中的类
ConfigInfo4Tag.
ConfigInfo4Tag() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
ConfigInfo4Tag(String, String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
ConfigInfo4TagRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfo4TagRowMapper
 
ConfigInfoAggr - com.alibaba.nacos.config.server.model中的类
ConfigInfoAggr.
ConfigInfoAggr(String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
ConfigInfoAggr(String, String, String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
ConfigInfoAggr() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
ConfigInfoAggrRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoAggrRowMapper
 
ConfigInfoBase - com.alibaba.nacos.config.server.model中的类
ConfigInfoBase.
ConfigInfoBase() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBase
 
ConfigInfoBase(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBase
 
ConfigInfoBaseEx - com.alibaba.nacos.config.server.model中的类
ConfigInfoBaseEx.
ConfigInfoBaseEx() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
ConfigInfoBaseEx(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
ConfigInfoBaseEx(String, String, String, int, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
ConfigInfoBaseRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoBaseRowMapper
 
configInfoBetaCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
configInfoBetaCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
configInfoBetaCount() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Returns the number of beta configuration items.
ConfigInfoBetaWrapper - com.alibaba.nacos.config.server.model中的类
ConfigInfoBetaWrapper.
ConfigInfoBetaWrapper() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoBetaWrapper
 
ConfigInfoBetaWrapperRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoBetaWrapperRowMapper
 
ConfigInfoChanged - com.alibaba.nacos.config.server.model中的类
ConfigInfoChanged.
ConfigInfoChanged(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
ConfigInfoChanged() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
ConfigInfoChangedRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoChangedRowMapper
 
configInfoCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
configInfoCount(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
configInfoCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
configInfoCount(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
configInfoCount() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Returns the number of configuration items.
configInfoCount(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Returns the number of configuration items.
ConfigInfoEx - com.alibaba.nacos.config.server.model中的类
ConfigInfoEx.
ConfigInfoEx() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoEx
 
ConfigInfoEx(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoEx
 
ConfigInfoEx(String, String, String, int, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoEx
 
ConfigInfoRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoRowMapper
 
configInfoTagCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
configInfoTagCount() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
configInfoTagCount() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Returns the number of beta configuration items.
ConfigInfoTagWrapper - com.alibaba.nacos.config.server.model中的类
ConfigInfoTagWrapper.
ConfigInfoTagWrapper() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoTagWrapper
 
ConfigInfoTagWrapperRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoTagWrapperRowMapper
 
ConfigInfoWrapper - com.alibaba.nacos.config.server.model中的类
ConfigInfo Wrapper.
ConfigInfoWrapper() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigInfoWrapper
 
ConfigInfoWrapperRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoWrapperRowMapper
 
ConfigKey - com.alibaba.nacos.config.server.model中的类
ConfigKey.
ConfigKey() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigKey
 
ConfigKey(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.ConfigKey
 
ConfigKeyRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigKeyRowMapper
 
ConfigMetadata - com.alibaba.nacos.config.server.model中的类
config export Metadata.
ConfigMetadata() - 类 的构造器com.alibaba.nacos.config.server.model.ConfigMetadata
 
ConfigMetadata.ConfigExportItem - com.alibaba.nacos.config.server.model中的类
 
configMetadataTag - 类 中的静态变量com.alibaba.nacos.config.server.utils.YamlParserUtil.YamlParserConstructor
 
ConfigOpsController - com.alibaba.nacos.config.server.controller中的类
Manage controllers.
ConfigOpsController(PersistService, DumpService) - 类 的构造器com.alibaba.nacos.config.server.controller.ConfigOpsController
 
ConfigResourceParser - com.alibaba.nacos.config.server.auth中的类
Config resource parser.
ConfigResourceParser() - 类 的构造器com.alibaba.nacos.config.server.auth.ConfigResourceParser
 
configs - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
ConfigServletInner - com.alibaba.nacos.config.server.controller中的类
ConfigServlet inner for aop.
ConfigServletInner() - 类 的构造器com.alibaba.nacos.config.server.controller.ConfigServletInner
 
ConfigSubService - com.alibaba.nacos.config.server.service中的类
Config sub service.
ConfigSubService(ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.ConfigSubService
 
ConfigSubService() - 类 的构造器com.alibaba.nacos.config.server.service.ConfigSubService
 
ConfigTraceService - com.alibaba.nacos.config.server.service.trace中的类
Config trace.
ConfigTraceService() - 类 的构造器com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
CONN_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Unit: millisecond.
Constants - com.alibaba.nacos.config.server.constant中的类
Server Constants.
Constants() - 类 的构造器com.alibaba.nacos.config.server.constant.Constants
 
construct(Node) - 类 中的方法com.alibaba.nacos.config.server.utils.YamlParserUtil.ConstructYamlConfigMetadata
 
ConstructYamlConfigMetadata() - 类 的构造器com.alibaba.nacos.config.server.utils.YamlParserUtil.ConstructYamlConfigMetadata
 
containsExtendInfo(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
Determine if key is included.
containsWildcard(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RegexParser
 
content(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
CONTENT_ENCODING - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
CONTENT_MD5 - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
ContentUtils - com.alibaba.nacos.config.server.utils中的类
Content utils.
ContentUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.ContentUtils
 
convertChangeConfig(List<Map<String, Object>>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
convertChangeConfig(List<Map<String, Object>>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
convertChangeConfig(List<Map<String, Object>>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Convert change config.
convertDeletedConfig(List<Map<String, Object>>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
convertDeletedConfig(List<Map<String, Object>>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
convertDeletedConfig(List<Map<String, Object>>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Convert delete config.
copy(Reader, Writer) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Copy data to buffer.
correctGroupUsage(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
correctTenantUsage(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
correctUsage() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
correctUsage(String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Correct Usage.
correctUsage(String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Correct Usage.
CounterMode - com.alibaba.nacos.config.server.constant中的枚举
counter mode.
createPaginationHelper() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
createPaginationHelper() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
createPaginationHelper() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
create Pagination utils.
createUser(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
Execute create user operation.
createUser(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
Execute create user operation.
createUser(String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
CurcuitFilter - com.alibaba.nacos.config.server.filter中的类
If the embedded distributed storage is enabled, all requests are routed to the Leader node for processing, and the maximum number of forwards for a single request cannot exceed three.
CurcuitFilter() - 类 的构造器com.alibaba.nacos.config.server.filter.CurcuitFilter
 
currentServer() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 

D

DAILY_DOMAINNAME - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
DATA_IN_BODY_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
DatabaseOperate - com.alibaba.nacos.config.server.service.repository.embedded中的接口
Derby database operation.
DATAID - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
dataId - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
dataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
dataId - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
DataIdGroupIdCache() - 类 的构造器com.alibaba.nacos.config.server.utils.SingletonRepository.DataIdGroupIdCache
 
dataImport(File) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data importing, This method is suitable for importing data from external data sources into embedded data sources.
dataImport(File) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
dataImport(File) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
DataSourcePoolProperties - com.alibaba.nacos.config.server.service.datasource中的类
DataSource pool properties.
DataSourceService - com.alibaba.nacos.config.server.service.datasource中的接口
Datasource interface.
decrementUsage(GroupCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Decrement Usage.
decrementUsage(TenantCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
DecrementUsage.
DEFAULT_CONNECTION_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
DEFAULT_DOMAINNAME - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
DEFAULT_GROUP - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
DEFAULT_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
Default log.
DEFAULT_MAX_POOL_SIZE - 类 中的静态变量com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
DEFAULT_MINIMUM_IDLE - 类 中的静态变量com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
DEFAULT_VALIDATION_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
deleteConfig(HttpServletRequest, HttpServletResponse, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Synchronously delete all pre-aggregation data under a dataId.
deleteConfigs(HttpServletRequest, HttpServletResponse, List<Long>) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute delete config operation.
deleteGroupCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Delete GroupCapacity.
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedPermissionPersistServiceImpl
Execute delete user permission operation.
deletePermission(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalPermissionPersistServiceImpl
Execute delete permission operation.
deletePermission(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.PermissionPersistService
 
deleteRole(String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
Delete user role.
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
Execute delete role sql operation.
deleteRole(String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
Execute delete role operation.
deleteRole(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
Execute delete role operation.
deleteRole(String) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
deleteRole(String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
deleteTenantCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Delete TenantCapacity.
deleteUser(String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
Execute delete user operation.
deleteUser(String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
Execute delete user operation.
deleteUser(String) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
DerbyImportEvent - com.alibaba.nacos.config.server.model.event中的类
Data import event.
DerbyImportEvent(boolean) - 类 的构造器com.alibaba.nacos.config.server.model.event.DerbyImportEvent
 
DerbyLoadEvent - com.alibaba.nacos.config.server.model.event中的类
DerbyLoadEvent.
DerbyLoadEvent() - 类 的构造器com.alibaba.nacos.config.server.model.event.DerbyLoadEvent
 
derbyOps(String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigOpsController
// TODO In a future release, the front page should appear operable The interface to the Derby operations query can only run select statements and is a direct query to the native Derby database without any additional logic.
DerbySnapshotOperation - com.alibaba.nacos.config.server.service.repository.embedded中的类
Derby Snapshot operation.
DerbySnapshotOperation(ReentrantReadWriteLock.WriteLock) - 类 的构造器com.alibaba.nacos.config.server.service.repository.embedded.DerbySnapshotOperation
 
DerbyUtils - com.alibaba.nacos.config.server.utils中的类
Derby util.
DerbyUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.DerbyUtils
 
description - 枚举 中的变量com.alibaba.nacos.config.server.aspect.CapacityManagementAspect.LimitType
 
destroy() - 类 中的方法com.alibaba.nacos.config.server.filter.CurcuitFilter
 
destroy() - 类 中的方法com.alibaba.nacos.config.server.filter.NacosWebFilter
 
detailConfigHistory(Long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
detailConfigHistory(Long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
detailConfigHistory(Long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get history config detail.
detailConfigInfo(HttpServletRequest, HttpServletResponse, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Get the specific configuration information that the console USES.
detailPreviousConfigHistory(Long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
detailPreviousConfigHistory(Long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
detailPreviousConfigHistory(Long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get previous config detail.
DISABLE_APP_COLLECTOR - 类 中的静态变量com.alibaba.nacos.config.server.service.SwitchService
 
DiskUtil - com.alibaba.nacos.config.server.utils中的类
Disk util.
DiskUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.DiskUtil
 
DistributedDatabaseOperateImpl - com.alibaba.nacos.config.server.service.repository.embedded中的类
Distributed Database Operate.
DistributedDatabaseOperateImpl(ServerMemberManager, ProtocolManager) - 类 的构造器com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
doDataImport(JdbcTemplate, List<ModifyRequest>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
Perform data import.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.config.server.filter.CurcuitFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.config.server.filter.NacosWebFilter
 
doGetConfig(HttpServletRequest, HttpServletResponse, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigServletInner
Execute to get config API.
doPollingConfig(HttpServletRequest, HttpServletResponse, Map<String, String>, int) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigServletInner
轮询接口.
dump(PrintWriter) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
dump(String, String, String, String, long, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Save config file and update md5 value in cache.
dump(String, String, String, String, long, String) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
dump(String, String, String, long, String) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
dump(String, String, String, long, String, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
Add DumpTask to TaskManager, it will execute asynchronously.
dump(String, String, String, String, long, String, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
Add DumpTask to TaskManager, it will execute asynchronously.
DUMP_EVENT_ERROR - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
DUMP_EVENT_OK - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
DUMP_EVENT_REMOVE_OK - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
DUMP_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
Dump log.
dumpAll() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
dumpAllBetaProcessor - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
DumpAllBetaProcessor - com.alibaba.nacos.config.server.service.dump.processor中的类
Dump all beta processor.
DumpAllBetaProcessor(DumpService) - 类 的构造器com.alibaba.nacos.config.server.service.dump.processor.DumpAllBetaProcessor
 
DumpAllBetaTask - com.alibaba.nacos.config.server.service.dump.task中的类
Dump all beta task.
DumpAllBetaTask() - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpAllBetaTask
 
dumpAllProcessor - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
DumpAllProcessor - com.alibaba.nacos.config.server.service.dump.processor中的类
Dump all processor.
DumpAllProcessor(DumpService) - 类 的构造器com.alibaba.nacos.config.server.service.dump.processor.DumpAllProcessor
 
dumpAllTagProcessor - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
DumpAllTagProcessor - com.alibaba.nacos.config.server.service.dump.processor中的类
Dump all tag processor.
DumpAllTagProcessor(DumpService) - 类 的构造器com.alibaba.nacos.config.server.service.dump.processor.DumpAllTagProcessor
 
DumpAllTagTask - com.alibaba.nacos.config.server.service.dump.task中的类
Dump all tag task.
DumpAllTagTask() - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpAllTagTask
 
DumpAllTask - com.alibaba.nacos.config.server.service.dump.task中的类
Dump all task.
DumpAllTask() - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpAllTask
 
dumpBeta(String, String, String, String, long, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Save config file and update md5 value in cache.
dumpChange(String, String, String, String, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Save config file and update md5 value in cache.
DumpChangeProcessor - com.alibaba.nacos.config.server.service.dump.processor中的类
Dump change processor.
DumpChangeProcessor(DumpService, Timestamp, Timestamp) - 类 的构造器com.alibaba.nacos.config.server.service.dump.processor.DumpChangeProcessor
 
DumpChangeTask - com.alibaba.nacos.config.server.service.dump.task中的类
Dump change task.
DumpChangeTask() - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpChangeTask
 
DumpConfigHandler - com.alibaba.nacos.config.server.service.dump中的类
Dump config subscriber.
DumpConfigHandler() - 类 的构造器com.alibaba.nacos.config.server.service.dump.DumpConfigHandler
 
dumpObject(Object) - 类 中的静态方法com.alibaba.nacos.config.server.utils.YamlParserUtil
Serialize a Java object into a YAML string.
dumpOperate(DumpProcessor, DumpAllProcessor, DumpAllBetaProcessor, DumpAllTagProcessor) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
DumpProcessor - com.alibaba.nacos.config.server.service.dump.processor中的类
dump processor.
DumpProcessor(DumpService) - 类 的构造器com.alibaba.nacos.config.server.service.dump.processor.DumpProcessor
 
DumpService - com.alibaba.nacos.config.server.service.dump中的类
Dump data service.
DumpService(PersistService, ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.dump.DumpService
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is initialized ahead of time.
dumpTag(String, String, String, String, String, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Save config file and update md5 value in cache.
DumpTask - com.alibaba.nacos.config.server.service.dump.task中的类
Dump data task.
DumpTask(String, long, String) - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
DumpTask(String, long, String, boolean) - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
DumpTask(String, String, long, String, boolean) - 类 的构造器com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
DynamicDataSource - com.alibaba.nacos.config.server.service.datasource中的类
Datasource adapter.
DynamicDataSource() - 类 的构造器com.alibaba.nacos.config.server.service.datasource.DynamicDataSource
 

E

EmbeddedDumpService - com.alibaba.nacos.config.server.service.dump中的类
Embedded dump service.
EmbeddedDumpService(PersistService, ServerMemberManager, ProtocolManager) - 类 的构造器com.alibaba.nacos.config.server.service.dump.EmbeddedDumpService
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is initialized ahead of time.
EmbeddedPermissionPersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
There is no self-augmented primary key.
EmbeddedPermissionPersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.EmbeddedPermissionPersistServiceImpl
 
EmbeddedRolePersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
There is no self-augmented primary key.
EmbeddedRolePersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
 
EmbeddedStorageContextUtils - com.alibaba.nacos.config.server.service.sql中的类
Temporarily saves all insert, update, and delete statements under a transaction in the order in which they occur.
EmbeddedStorageContextUtils() - 类 的构造器com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
 
EmbeddedStoragePersistServiceImpl - com.alibaba.nacos.config.server.service.repository.embedded中的类
For Apache Derby.
EmbeddedStoragePersistServiceImpl(DatabaseOperate, IdGeneratorManager) - 类 的构造器com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
The constructor sets the dependency injection order.
EmbeddedUserPersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
There is no self-augmented primary key.
EmbeddedUserPersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
 
EMPTY_ARRAY - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
ENCODE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBetaWrapper
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoTagWrapper
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoWrapper
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
equals(Object) - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
executeAsyncNotify(Runnable) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
executeEmbeddedDump(Runnable) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
executeLongPolling(Runnable) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
exportConfig(String, String, String, String, List<Long>) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute export config operation.
exportConfigV2(String, String, String, String, List<Long>) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
new version export config add metadata.yml file record config metadata.
EXTEND_INFO_CONFIG_DUMP_EVENT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Configure the dump event name.
EXTEND_INFOS_CONFIG_DUMP_EVENT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Configure the dump event-list name.
EXTEND_NEED_READ_UNTIL_HAVE_DATA - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Specifies that reads wait without timeout.
ExternalDataSourceProperties - com.alibaba.nacos.config.server.service.datasource中的类
Properties of external DataSource.
ExternalDataSourceProperties() - 类 的构造器com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceProperties
 
ExternalDataSourceServiceImpl - com.alibaba.nacos.config.server.service.datasource中的类
Base data source.
ExternalDataSourceServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
ExternalDumpService - com.alibaba.nacos.config.server.service.dump中的类
External dump service.
ExternalDumpService(PersistService, ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.dump.ExternalDumpService
Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is initialized ahead of time.
ExternalPermissionPersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
Implemetation of ExternalPermissionPersistServiceImpl.
ExternalPermissionPersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.ExternalPermissionPersistServiceImpl
 
ExternalRolePersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
Implemetation of ExternalRolePersistServiceImpl.
ExternalRolePersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
 
ExternalStoragePersistServiceImpl - com.alibaba.nacos.config.server.service.repository.extrnal中的类
External Storage Persist Service.
ExternalStoragePersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
ExternalUserPersistServiceImpl - com.alibaba.nacos.config.server.auth中的类
Implemetation of ExternalUserPersistServiceImpl.
ExternalUserPersistServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
 

F

FATAL_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
Fatal error log, require alarm.
fetchPage(String, String, Object[], int, int, RowMapper<E>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
fetchPage(String, String, Object[], int, int, Long, RowMapper<E>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
fetchPageLimit(String, String, Object[], int, int, RowMapper<E>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
fetchPageLimit(String, Object[], String, Object[], int, int, RowMapper<E>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
fetchPageLimit(String, Object[], int, int, RowMapper<E>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
FileTypeEnum - com.alibaba.nacos.config.server.enums中的枚举
Config file type enum.
findAllAggrGroup() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllAggrGroup() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllAggrGroup() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Find all aggregated data sets.
findAllConfigInfo(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfo(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfo(int, int, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all configuration information by page.
findAllConfigInfo4Export(String, String, String, String, List<Long>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfo4Export(String, String, String, String, List<Long>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfo4Export(String, String, String, String, List<Long>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
query all configuration information according to group, appName, tenant (for export).
findAllConfigInfoBase(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfoBase(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
已过时。
findAllConfigInfoBase(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
已过时。
findAllConfigInfoBetaForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfoBetaForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfoBetaForDumpAll(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all beta config info for dump task.
findAllConfigInfoForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfoForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfoForDumpAll(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all configuration information by page for dump task.
findAllConfigInfoFragment(long, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfoFragment(long, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfoFragment(long, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all config info.
findAllConfigInfoTagForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigInfoTagForDumpAll(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigInfoTagForDumpAll(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all tag config info for dump task.
findAllConfigKey(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllConfigKey(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findAllConfigKey(int, int, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query all configuration information by page.
findAllDataIdAndGroup() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findAllDataIdAndGroup() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
已过时。
findAllDataIdAndGroup() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
已过时。
findChangeConfig(Timestamp, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findChangeConfig(String, String, String, String, Timestamp, Timestamp, int, int, long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findChangeConfig(Timestamp, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findChangeConfig(String, String, String, String, Timestamp, Timestamp, int, int, long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findChangeConfig(Timestamp, Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query change config.
findChangeConfig(String, String, String, String, Timestamp, Timestamp, int, int, long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
According to the time period and configuration conditions to query the eligible configuration.
findConfigAdvanceInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigAdvanceInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigAdvanceInfo(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information; database atomic operation, minimum SQL action, no business encapsulation.
findConfigAllInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigAllInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigAllInfo(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information; database atomic operation, minimum SQL action, no business encapsulation.
findConfigHistory(String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigHistory(String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigHistory(String, String, String, int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
List configuration history change record.
findConfigHistoryCountByTime(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigHistoryCountByTime(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigHistoryCountByTime(Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get the number of configurations before the specified time.
findConfigInfo(long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfo(long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfo(long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information by primary key ID.
findConfigInfo(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information; database atomic operation, minimum SQL action, no business encapsulation.
findConfigInfo4Beta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfo4Beta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfo4Beta(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query beta configuration information based on dataId and group.
findConfigInfo4Page(int, int, String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfo4Page(int, int, String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfo4Page(int, int, String, String, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
find config info.
findConfigInfo4Tag(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfo4Tag(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfo4Tag(String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query tag configuration information based on dataId and group.
findConfigInfoAdvanceInfo(String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoAdvanceInfo(String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoAdvanceInfo(String, String, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on dataId and group.
findConfigInfoAggr(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoAggr(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoAggr(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Find all data before aggregation under a dataId.
findConfigInfoAggrByPage(String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoAggrByPage(String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoAggrByPage(String, String, String, int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query aggregation config info.
findConfigInfoAggrLike(int, int, ConfigKey[], boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoAggrLike(int, int, ConfigKey[], boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoAggrLike(int, int, ConfigKey[], boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query eligible aggregated data.
findConfigInfoApp(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoApp(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoApp(String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query common configuration information based on dataId and group.
findConfigInfoBase(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoBase(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoBase(String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on dataId and group.
findConfigInfoBaseByDataId(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoBaseByDataId(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoBaseByDataId(int, int, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on dataId.
findConfigInfoBaseByGroup(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoBaseByGroup(int, int, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoBaseByGroup(int, int, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on group.
findConfigInfoBaseLike(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoBaseLike(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoBaseLike(int, int, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Fuzzy query configuration information based on dataId and group.
findConfigInfoByAdvance(int, int, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByAdvance(int, int, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByAdvance(int, int, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information.
findConfigInfoByApp(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByApp(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByApp(int, int, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on group.
findConfigInfoByBatch(List<String>, String, String, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByBatch(List<String>, String, String, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByBatch(List<String>, String, String, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Use select in to realize batch query of db records; subQueryLimit specifies the number of conditions in in, with an upper limit of 20.
findConfigInfoByDataId(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByDataId(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByDataId(int, int, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on dataId.
findConfigInfoByDataIdAndAdvance(int, int, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByDataIdAndAdvance(int, int, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByDataIdAndAdvance(int, int, String, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
find config info.
findConfigInfoByDataIdAndApp(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByDataIdAndApp(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByDataIdAndApp(int, int, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on dataId.
findConfigInfoByGroup(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByGroup(int, int, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByGroup(int, int, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on group.
findConfigInfoByGroupAndAdvance(int, int, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByGroupAndAdvance(int, int, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByGroupAndAdvance(int, int, String, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information.
findConfigInfoByGroupAndApp(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoByGroupAndApp(int, int, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoByGroupAndApp(int, int, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query configuration information based on group.
findConfigInfoLike(int, int, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoLike(int, int, ConfigKey[], boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoLike(int, int, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoLike(int, int, ConfigKey[], boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoLike(int, int, String, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Fuzzy query configuration information based on dataId and group.
findConfigInfoLike(int, int, ConfigKey[], boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Fuzzy query configuration information based on dataId and group.
findConfigInfoLike4Page(int, int, String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfoLike4Page(int, int, String, String, String, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfoLike4Page(int, int, String, String, String, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query config info.
findConfigInfosByIds(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigInfosByIds(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigInfosByIds(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
find ConfigInfo by ids.
findConfigMaxId() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findConfigMaxId() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findConfigMaxId() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get the maxId.
findDatumIdByContent(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findDatumIdByContent(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findDatumIdByContent(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Find datumId by datum content.
findDeletedConfig(Timestamp, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findDeletedConfig(Timestamp, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findDeletedConfig(Timestamp, Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query deleted config.
findRolesLikeRoleName(String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
 
findRolesLikeRoleName(String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
 
findRolesLikeRoleName(String) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
findSingleConfigInfoAggr(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findSingleConfigInfoAggr(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findSingleConfigInfoAggr(String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Find a single piece of data before aggregation.
findTenantByKp(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findTenantByKp(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
findTenantByKp(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findTenantByKp(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
findTenantByKp(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query tenant info.
findTenantByKp(String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query tenant info.
findUserByUsername(String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
 
findUserByUsername(String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
Execute find user by username operation.
findUserByUsername(String) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
findUserLikeUsername(String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
 
findUserLikeUsername(String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
 
findUserLikeUsername(String) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
FIRST_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
First version of data.
FIXED_DELAY_TIME - 类 中的静态变量com.alibaba.nacos.config.server.service.SwitchService
 
FIXED_POLLING - 类 中的静态变量com.alibaba.nacos.config.server.service.SwitchService
 
FIXED_POLLING_INTERVAL - 类 中的静态变量com.alibaba.nacos.config.server.service.SwitchService
 
FLOW_CONTROL_INTERVAL - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
FLOW_CONTROL_SLOT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
FLOW_CONTROL_THRESHOLD - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
FORWARD_LEADER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Forward to leader node.
futureUpdate() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data modify transaction The SqlContext to be executed in the current thread will be executed and automatically cleared.
fuzzySearchConfig(String, String, String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Fuzzy query configuration information.

G

generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
generateLikeArgument(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
generateLikeArgument(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Generate fuzzy search Sql.
get(String) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleCache
Get data.
getAction() - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
getAddress() - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
getAllSubClientConfigByIp(String, boolean, String, int, ModelMap) - 类 中的方法com.alibaba.nacos.config.server.controller.ListenerController
Get subscribe information from client side.
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationPublishRecord
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getAppName() - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
getAppName() - 类 中的静态方法com.alibaba.nacos.config.server.utils.AppNameUtils
 
getAppName(HttpServletRequest) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RequestUtil
Gets the name of the client application in the header.
getArgs() - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
getArgs() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
getAverageCount() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
getAverageCount() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleIpFlowData
 
getBetaIps() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
getBetaIps() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getBetaIps(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Get and return beta ip list.
getCapacity(HttpServletResponse, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.CapacityController
 
getCapacity(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
getCapacityList4CorrectUsage(long, int) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Get group capacity list, noly has id and groupId value.
getCapacityList4CorrectUsage(long, int) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Get TenantCapacity List, only including id and tenantId value.
getCapacityWithDefault(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
getCfgId() - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
getClassName() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
getClientMd5Map(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Parse the transport protocol, which has two formats (W for field delimiter, L for each data delimiter) old: D w G w MD5 l new: D w G w MD5 w T l.
getClientSubConfigInfo(String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getClusterCapacity() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
getClusterUsage() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
getCode() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getCode() - 枚举 中的方法com.alibaba.nacos.config.server.result.code.ResultCodeEnum
 
getCodeMsg() - 枚举 中的方法com.alibaba.nacos.config.server.result.code.ResultCodeEnum
 
getCollectSampleResult(String, String, String, int) - 类 中的方法com.alibaba.nacos.config.server.service.ConfigSubService
 
getCollectSampleResultByIp(String, int) - 类 中的方法com.alibaba.nacos.config.server.service.ConfigSubService
 
getCollectStatus() - 类 中的方法com.alibaba.nacos.config.server.model.GroupkeyListenserStatus
 
getCollectSubscribleInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getCollectSubscribleInfoByIp(String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getConfig(HttpServletRequest, HttpServletResponse, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Get configure board information fail.
getConfig(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
GETCONFIG_LOCAL_SERVER_SNAPSHOT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Plain sequence of getting data: backup file -> server -> local file.
GETCONFIG_LOCAL_SNAPSHOT_SERVER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Plain sequence of getting data: backup file -> local file -> server.
getConfigAdvanceInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
 
getConfigCountMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getConfigHistoryInfo(Long) - 类 中的方法com.alibaba.nacos.config.server.controller.HistoryController
Query the detailed configuration history information.
getConfigInfo() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationPublishRecord
 
getConfigMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getConfigNotifyException() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getConfigs() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getConfigSubServiceExecutor() - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
getConfigTags() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getConfigTags() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getConfigTagsByTenant(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getConfigTagsByTenant(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
getConfigTagsByTenant(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query config tag list.
getContent() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getContent() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getContent() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
getContent() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getContent(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ContentUtils
 
getContentBetaMd5(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Get and return beta md5 value from cache.
getContentCache(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Get and return content cache.
getContentIdentity(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ContentUtils
 
getContentIdentity(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.UrlAnalysisUtils
 
getContentMd5(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Get and return content md5 value from cache.
getContentMd5(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
getContentTagMd5(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Get and return tag md5 value from cache.
getContentType() - 枚举 中的方法com.alibaba.nacos.config.server.enums.FileTypeEnum
 
getCorrectUsageDelay() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getCount(int) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
getCpuRatio() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getCreatedTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getCreateIp() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getCreateIp() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getCreateTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getCreateTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getCreateUser() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getCreateUser() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getCurrentCount() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
getCurrentCount(String) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleIpFlowData
 
getCurrentDbUrl() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Get current db url.
getCurrentDbUrl() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
getCurrentDbUrl() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
getCurrentDBUrl() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getCurrentDBUrl() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
getCurrentExtendInfo() - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
 
getCurrentPage() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getCurrentSqlContext() - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
 
getCurrentTime() - 类 中的静态方法com.alibaba.nacos.config.server.utils.TimeUtils
 
getCurrentTimeStr() - 类 中的静态方法com.alibaba.nacos.config.server.utils.TimeUtils
 
getData() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getDatabaseOperate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
getDataId() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
getDataSource() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
getDataSource() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DynamicDataSource
 
getDatasource() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
getDate() - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
getDatumId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getDbException() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getDefaultClusterQuota() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDefaultGroupQuota() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDefaultMaxAggrCount() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDefaultMaxAggrSize() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDefaultMaxSize() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDefaultTenantQuota() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getDesc() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getDesc() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getDesc() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
getDumpTaskMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getEffect() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getEffect() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getEx() - 类 中的方法com.alibaba.nacos.config.server.model.event.RaftDbErrorEvent
 
getExecuteNo() - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
getExecutors() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifySingleService
 
getFailCount() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
getFgc() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getFgct() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getFileType() - 枚举 中的方法com.alibaba.nacos.config.server.enums.FileTypeEnum
 
getFileTypeEnumByFileExtensionOrFileType(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.enums.FileTypeEnum
Get the corresponding FileTypeEnum by file extension or fileType.
getFreeMemory() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getGct() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getGmtCreate() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getGmtModified() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.GroupCapacity
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
getGroup() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
getGroupCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
getGroupCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
getGroupIdList(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getGroupIdList(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
getGroupIdList(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
get group id list by page.
getGroupKey() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getGroupKey() - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
getGroupKey() - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
getGroupKey2md5Map() - 类 中的方法com.alibaba.nacos.config.server.service.ClientRecord
 
getGroupKey2pollingTsMap() - 类 中的方法com.alibaba.nacos.config.server.service.ClientRecord
 
getGroupkeyString() - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
getHandleIp() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getHandleIp() - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
getHealth() - 类 中的方法com.alibaba.nacos.config.server.controller.HealthController
 
getHealth() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Get heath information.
getHealth() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
getHealth() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
getId() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
getId() - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
getIllegalArgumentException() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getInitialExpansionPercent() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getInstance() - 类 中的静态方法com.alibaba.nacos.config.server.service.datasource.DynamicDataSource
 
getIp() - 类 中的方法com.alibaba.nacos.config.server.service.ClientRecord
 
getIps() - 类 中的方法com.alibaba.nacos.config.server.model.AclInfo
 
getIps4Beta() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getIsOpen() - 类 中的方法com.alibaba.nacos.config.server.model.AclInfo
 
getItemData() - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.ZipItem
 
getItemName() - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.ZipItem
 
getJdbcTemplate() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Get jdbc template.
getJdbcTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
getJdbcTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
getJdbcTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
For unit testing.
getJdbcTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
For unit testing.
getKey(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey
 
getKey(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey
 
getKey(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey2
 
getKey(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey2
 
getKeyTenant(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey
 
getLastId() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getLastModified() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBetaWrapper
 
getLastModified() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoTagWrapper
 
getLastModified() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoWrapper
 
getLastModified() - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
getLastModified() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
getLastModifiedTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getLastModifiedTs() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getLastModifiedTs() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getLastModifiedTs(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
getLastModifiedTs4Beta() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getLastSubscribeInfoCollectedTime() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
getLastTime() - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
getLastTime() - 类 中的方法com.alibaba.nacos.config.server.service.ClientRecord
 
getLisentersGroupkeyStatus() - 类 中的方法com.alibaba.nacos.config.server.model.GroupkeyListenserStatus
 
getLisentersGroupkeyStatus() - 类 中的方法com.alibaba.nacos.config.server.model.SampleResult
 
getListeners(String, String, String, int) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Subscribe to configured client information.
getLoad() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getLocalConfigMd5(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
getLocalIp() - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
getLongPollingMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getMaxAggrCount() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getMaxAggrSize() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getMaxContent() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getMaxHealthCheckFailCount() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getMaxMemory() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getMaxSize() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getMd5() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getMd5() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getMd5() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
getMd5() - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
getMd54Beta() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getMemberManager() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
getMessage() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
getMessage() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
getMessage() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getMetadata() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata
 
getMetaDataItem() - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.UnZipResult
 
getModifyTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getModifyTime() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getNacosAsyncRestTemplate() - 类 中的静态方法com.alibaba.nacos.config.server.service.notify.HttpClientManager
 
getNacosException() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getNacosRestTemplate() - 类 中的静态方法com.alibaba.nacos.config.server.service.notify.HttpClientManager
 
getNamespaceId() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getNotifyConnectTimeout() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getNotifyRtTimer() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getNotifySocketTimeout() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getNotifyTaskMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getOpType() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getPageItems() - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
getPageNumber() - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
getPagesAvailable() - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
getPageSize() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getPassword() - 类 中的方法com.alibaba.nacos.config.server.model.User
 
getPermissions(String, int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedPermissionPersistServiceImpl
 
getPermissions(String, int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalPermissionPersistServiceImpl
 
getPermissions(String, int, int) - 接口 中的方法com.alibaba.nacos.config.server.auth.PermissionPersistService
 
getPersistService() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
 
getPreviousConfigHistoryInfo(Long) - 类 中的方法com.alibaba.nacos.config.server.controller.HistoryController
Query previous config history information.
getProperty(String) - 类 中的方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getProperty(String, String) - 类 中的方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
getPublishMonitor() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getQueryType() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
getQuota() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getRemoteIp(HttpServletRequest) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RequestUtil
get real client ip first use X-Forwarded-For header https://zh.wikipedia.org/wiki/X-Forwarded-For next nginx X-Real-IP last ServletRequest.getRemoteAddr()
getResource() - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
getRetainIps() - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getRole() - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
getRole() - 类 中的方法com.alibaba.nacos.config.server.auth.RoleInfo
 
getRoles(int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
 
getRoles(int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
 
getRoles(int, int) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
getRolesByUserName(String, int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedRolePersistServiceImpl
 
getRolesByUserName(String, int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
 
getRolesByUserName(String, int, int) - 接口 中的方法com.alibaba.nacos.config.server.auth.RolePersistService
 
getRowMapper(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
getRwLock() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getSchema() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getSchema() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getSerialversionuid() - 类 中的静态方法com.alibaba.nacos.config.server.model.RestPageResult
 
getServerId() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getServerIp() - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
getSingleton(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.SingletonRepository.DataIdGroupIdCache
 
getSingleton(T) - 类 中的方法com.alibaba.nacos.config.server.utils.SingletonRepository
 
getSlotCount() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
getSlotInfo() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
getSql() - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
getSql() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
getSrcIp() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getSrcUser() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getSrcUserName(HttpServletRequest) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RequestUtil
Gets the username of the client application in the Attribute.
getStatus() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
getStatus() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
getStatus() - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
getStatusCode() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getStatusMsg() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getStringForPrint() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.ResponseMonitor
 
getSubClientConfig(String, String, String, ModelMap) - 类 中的方法com.alibaba.nacos.config.server.controller.CommunicationController
Get client config information of subscriber in local machine.
getSubClientConfigByIp(HttpServletRequest, HttpServletResponse, String, ModelMap) - 类 中的方法com.alibaba.nacos.config.server.controller.CommunicationController
Get client config listener lists of subscriber in local machine.
getSubInfoCollectLockExpireTime() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
getSubInfoCollectLockOwner() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
getSubscribleInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getSubscribleInfoByIp(String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
getSwitchBoolean(String, boolean) - 类 中的静态方法com.alibaba.nacos.config.server.service.SwitchService
 
getSwitches() - 类 中的静态方法com.alibaba.nacos.config.server.service.SwitchService
 
getSwitchInteger(String, int) - 类 中的静态方法com.alibaba.nacos.config.server.service.SwitchService
 
getSwitchString(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.SwitchService
 
getTag() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
getTag() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getTag() - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
getTagLastModifiedTs() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getTagMd5() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getTaskInfos() - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
 
getTaskInfos() - 接口 中的方法com.alibaba.nacos.config.server.manager.TaskManagerMBean
Get task info.
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.TenantCapacity
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
getTenant() - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
getTenantCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
getTenantCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
 
getTenantDesc() - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
getTenantId() - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
getTenantIdList(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getTenantIdList(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
getTenantIdList(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
get tenant id list by page.
getTenantName() - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
getTotal() - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
getTotalCount() - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
getTotalMemory() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getTotalTime() - 类 中的方法com.alibaba.nacos.config.server.utils.TimeoutUtils
 
getTransactionTemplate() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Get transaction template.
getTransactionTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
getTransactionTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
getTransactionTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
getTransactionTemplate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
getType() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
getType() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getType() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
getType() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
getType() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
getUnhealthException() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
getUsage() - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
getUse() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
getUse() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
getUser(HttpServletRequest) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RequestUtil
Gets the user of the client application in the Attribute.
getUsername() - 类 中的方法com.alibaba.nacos.config.server.auth.RoleInfo
 
getUsername() - 类 中的方法com.alibaba.nacos.config.server.model.User
 
getUsers(int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
 
getUsers(int, int) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
 
getUsers(int, int) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
getVersionNumber(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.Protocol
解析类于2.0.4(major.minor.bug-fix这样的版本为数字)
getWhiteList() - 类 中的静态方法com.alibaba.nacos.config.server.service.AggrWhitelist
 
getYgc() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getYgct() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
getZipItemList() - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.UnZipResult
 
GlobalExceptionHandler - com.alibaba.nacos.config.server.exception中的类
Global exception handler.
GlobalExceptionHandler() - 类 的构造器com.alibaba.nacos.config.server.exception.GlobalExceptionHandler
 
GROUP - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
group - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
group(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
group - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
group() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
GroupCapacity - com.alibaba.nacos.config.server.model.capacity中的类
Group Capacity.
GroupCapacity() - 类 的构造器com.alibaba.nacos.config.server.model.capacity.GroupCapacity
 
GroupCapacityPersistService - com.alibaba.nacos.config.server.service.capacity中的类
Group Capacity Service.
GroupCapacityPersistService() - 类 的构造器com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
groupCount() - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
GroupInfo - com.alibaba.nacos.config.server.model中的类
GroupInfo.
GroupInfo() - 类 的构造器com.alibaba.nacos.config.server.model.GroupInfo
 
GroupInfo(String, String, String) - 类 的构造器com.alibaba.nacos.config.server.model.GroupInfo
 
GroupKey - com.alibaba.nacos.config.server.model.app中的类
GroupKey.
GroupKey(String, String) - 类 的构造器com.alibaba.nacos.config.server.model.app.GroupKey
 
GroupKey(String) - 类 的构造器com.alibaba.nacos.config.server.model.app.GroupKey
 
groupKey - 类 中的变量com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
GroupKey - com.alibaba.nacos.config.server.utils中的类
Synthesize dataId+groupId form.
GroupKey() - 类 的构造器com.alibaba.nacos.config.server.utils.GroupKey
 
GroupKey2 - com.alibaba.nacos.config.server.utils中的类
Group key util.
GroupKey2() - 类 的构造器com.alibaba.nacos.config.server.utils.GroupKey2
 
GroupkeyListenserStatus - com.alibaba.nacos.config.server.model中的类
GroupkeyListenserStatus.
GroupkeyListenserStatus() - 类 的构造器com.alibaba.nacos.config.server.model.GroupkeyListenserStatus
 

H

handleDataAccessException(DataAccessException) - 类 中的方法com.alibaba.nacos.config.server.exception.GlobalExceptionHandler
For DataAccessException.
handleIllegalArgumentException(Exception) - 类 中的方法com.alibaba.nacos.config.server.exception.GlobalExceptionHandler
For IllegalArgumentException, we are returning void with status code as 400, so our error-page will be used in this case.
handleIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
handleNacosException(NacosException) - 类 中的方法com.alibaba.nacos.config.server.exception.GlobalExceptionHandler
For NacosException.
hasGroupKey(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBetaWrapper
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoTagWrapper
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoWrapper
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
hashCode() - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
HEALTH_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
HealthController - com.alibaba.nacos.config.server.controller中的类
Health service.
HealthController() - 类 的构造器com.alibaba.nacos.config.server.controller.HealthController
 
heartBeatFile() - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
HISTORY_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
HISTORY_DETAIL_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
HISTORY_LIST_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
HistoryContext - com.alibaba.nacos.config.server.model中的类
HistoryContext.
HistoryContext(String, String, String, int, String, Page<ConfigHistoryInfo>) - 类 的构造器com.alibaba.nacos.config.server.model.HistoryContext
 
HistoryContext() - 类 的构造器com.alibaba.nacos.config.server.model.HistoryContext
 
HistoryController - com.alibaba.nacos.config.server.controller中的类
History management controller.
HistoryController() - 类 的构造器com.alibaba.nacos.config.server.controller.HistoryController
 
HttpClientManager - com.alibaba.nacos.config.server.service.notify中的类
http client manager.
HttpClientManager() - 类 的构造器com.alibaba.nacos.config.server.service.notify.HttpClientManager
 

I

IF_MODIFIED_SINCE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
importAndPublishConfig(HttpServletRequest, String, String, SameConfigPolicy, MultipartFile) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute import and publish config operation.
importDerby(MultipartFile) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigOpsController
// TODO the front page should appear operable The external data source is imported into derby.
increase() - 类 中的方法com.alibaba.nacos.config.server.utils.AccumulateStatCount
 
incrementAndGet() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
 
incrementAndGet(String) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleIpFlowData
Atomically increments by one the current value.
incrementUsage(GroupCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Increment Usage.
incrementUsage(TenantCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Increment Usage.
incrementUsageWithDefaultQuotaLimit(GroupCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Increment UsageWithDefaultQuotaLimit.
incrementUsageWithDefaultQuotaLimit(TenantCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Increment UsageWithDefaultQuotaLimit.
incrementUsageWithQuotaLimit(GroupCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Increment UsageWithQuotaLimit.
incrementUsageWithQuotaLimit(TenantCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Increment UsageWithQuotaLimit.
init() - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalPermissionPersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalRolePersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.controller.HealthController
 
init() - 类 中的方法com.alibaba.nacos.config.server.filter.CurcuitFilter
 
init(FilterConfig) - 类 中的方法com.alibaba.nacos.config.server.filter.NacosWebFilter
 
init() - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
Init and register the mbean object.
init() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Init.
init() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
 
init() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Initialize the relevant resource information.
init() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpService
initialize.
init() - 类 中的方法com.alibaba.nacos.config.server.service.dump.EmbeddedDumpService
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.dump.ExternalDumpService
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
init DataSourceService and IdGeneratorManager.
init() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
init() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
init datasource.
initAllCapacity() - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
initCapacity(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Init capacity.
initGroupCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Initialize the capacity information of the group.
initialize(ConfigurableApplicationContext) - 类 中的方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
initLastResetTime() - 类 中的方法com.alibaba.nacos.config.server.utils.TimeoutUtils
Init last reset time.
initTenantCapacity(String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Initialize the capacity information of the tenant.
initTenantCapacity(String, Integer, Integer, Integer, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Initialize the capacity information of the tenant.
insertAndUpdateClusterUsage(CounterMode, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
To Cluster. 1.If the capacity information does not exist, initialize the capacity information. 2.Update capacity usage, plus or minus one.
insertAndUpdateGroupUsage(CounterMode, String, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
It is used for counting when the limit check function of capacity management is turned off. 1.If the capacity information does not exist, initialize the capacity information. 2.Update capacity usage, plus or minus one.
insertAndUpdateTenantUsage(CounterMode, String, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
It is used for counting when the limit check function of capacity management is turned off. 1.If the capacity information does not exist, initialize the capacity information. 2.Update capacity usage, plus or minus one.
insertConfigHistoryAtomic(long, ConfigInfo, String, String, Timestamp, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertConfigHistoryAtomic(long, ConfigInfo, String, String, Timestamp, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertConfigHistoryAtomic(long, ConfigInfo, String, String, Timestamp, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update change records; database atomic operations, minimal sql actions, no business encapsulation.
insertGroupCapacity(GroupCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Insert GroupCapacity into db.
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
insert or update.
insertOrUpdate(String, String, ConfigInfo, Timestamp, Map<String, Object>, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Write to the main table, insert or update.
insertOrUpdateBeta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertOrUpdateBeta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertOrUpdateBeta(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
insert or update beta config.
insertOrUpdateCapacity(String, String, Integer, Integer, Integer, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
Support for API interface, Tenant: initialize if the record does not exist, and update the capacity quota or content size directly if it exists.
insertOrUpdateSub(SubInfo) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertOrUpdateSub(SubInfo) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertOrUpdateSub(SubInfo) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Write to the main table, insert or update.
insertOrUpdateTag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertOrUpdateTag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertOrUpdateTag(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
insert or update tag config.
insertStatementCorrection(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DerbyUtils
Because Derby's database table name is uppercase, you need to do a conversion to the insert statement that was inserted.
insertTenantCapacity(TenantCapacity) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Insert TenantCapacity.
insertTenantInfoAtomic(String, String, String, String, String, long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
insertTenantInfoAtomic(String, String, String, String, String, long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
insertTenantInfoAtomic(String, String, String, String, String, long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
insert tenant info.
INSTANCE - 类 中的静态变量com.alibaba.nacos.config.server.model.event.DerbyLoadEvent
 
interfaceGetConfig(ProceedingJoinPoint, HttpServletRequest, HttpServletResponse, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.aspect.RequestLogAspect
GetConfig.
interfacePublishSingle(ProceedingJoinPoint, HttpServletRequest, HttpServletResponse, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.aspect.RequestLogAspect
PublishSingle.
interfaceRemoveAll(ProceedingJoinPoint, HttpServletRequest, HttpServletResponse, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.aspect.RequestLogAspect
RemoveAll.
invokeURL(String, List<String>, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.notify.NotifyService
Invoke http get request.
ips4Beta - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
isAggrDataId(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.AggrWhitelist
Judge whether specified dataId includes aggregation white list.
isBeta - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
Use for beta.
isBeta() - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
isBeta - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
isBeta(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
isBeta() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
isBeta - 类 中的变量com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
isBeta() - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
isCapacityLimitCheck() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isClientLongPolling(String) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
isClientUptodate(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Specify subscriber's ip and look up whether data is latest.
isDirectRead() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isDynamicCollectDisabled() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
isEmbeddedStorage() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isEnableWhitelist() - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientIpWhiteList
Whether start client ip whitelist.
isExistTable(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
isExistTable(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
isExistTable(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Determine whether the table exists.
isFinished() - 类 中的方法com.alibaba.nacos.config.server.model.event.DerbyImportEvent
 
isHealthCheck() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isLegalClient(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientIpWhiteList
Judge whether specified client ip includes in the whitelist.
isManageCapacity() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isRemove() - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
isStandaloneMode() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isSubInfoRecentlyCollected() - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
Judge whether subinfo collected recently or not.
isSuccess() - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
isSupportLongPolling(HttpServletRequest) - 类 中的静态方法com.alibaba.nacos.config.server.service.LongPollingService
 
isTimeout() - 类 中的方法com.alibaba.nacos.config.server.utils.TimeoutUtils
Is timeout.
isUptodate(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
isUptodate(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
 
isUseExternalDB() - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
isValid(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ParamUtils
Whitelist checks that valid parameters can only contain letters, Numbers, and characters in validChars, and cannot be empty.

J

jt - 类 中的变量com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 

L

LAST_MODIFIED - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
lastModifiedTs - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
lastModifiedTs - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
lastModifiedTs(long) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
lastModifiedTs4Beta - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
LINE_SEPARATOR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
listAllGroupKeyMd5() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
listAllGroupKeyMd5() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
listAllGroupKeyMd5() - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Get the Md5 value of all configurations, through the paging method.
listConfigHistory(String, String, String, String, Integer, Integer, ModelMap) - 类 中的方法com.alibaba.nacos.config.server.controller.HistoryController
Query the list history config.
listener(HttpServletRequest, HttpServletResponse) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
The client listens for configuration changes.
LISTENER_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
ListenerController - com.alibaba.nacos.config.server.controller中的类
Config longpolling.
ListenerController(ConfigSubService) - 类 的构造器com.alibaba.nacos.config.server.controller.ListenerController
 
listGroupKeyMd5ByPage(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
listGroupKeyMd5ByPage(int, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
listGroupKeyMd5ByPage(int, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
list group key md5 by page.
listSubsByGroup(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Ip -> SubscriberStatus.
listSubscriberByGroup(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Specify groupKey and look up whether subscriber and data is latest.
listSubStatus(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Groupkey -> SubscriberStatus.
load(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.AggrWhitelist
Load aggregation white lists based content parameter value.
load(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientIpWhiteList
Load white lists based content parameter value.
load(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.SwitchService
Load config.
loadObject(String, Class<T>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.YamlParserUtil
Parse YAML String and produce the corresponding Java object (Standard Java classes and in YamlParserConstructor specified Construct).
loadSnapshotOperate() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
LOCAL_IP - 类 中的静态变量com.alibaba.nacos.config.server.utils.SystemConfig
 
LocalDataChangeEvent - com.alibaba.nacos.config.server.model.event中的类
LocalDataChangeEvent.
LocalDataChangeEvent(String) - 类 的构造器com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
LocalDataChangeEvent(String, boolean, List<String>) - 类 的构造器com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
LocalDataChangeEvent(String, boolean, List<String>, String) - 类 的构造器com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
LocalDataSourceServiceImpl - com.alibaba.nacos.config.server.service.datasource中的类
local data source.
LocalDataSourceServiceImpl() - 类 的构造器com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
logDumpAllEvent(String, String, String, String, long, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.trace.ConfigTraceService
log dump all event.
logDumpEvent(String, String, String, String, long, String, String, long, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.trace.ConfigTraceService
log dump event.
logNotifyEvent(String, String, String, String, long, String, String, long, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.trace.ConfigTraceService
log notify event.
logPersistenceEvent(String, String, String, String, long, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.trace.ConfigTraceService
log persistence event.
logPullEvent(String, String, String, String, long, String, long, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.trace.ConfigTraceService
log pull event.
LogUtil - com.alibaba.nacos.config.server.utils中的类
Log util.
LogUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.LogUtil
 
LONG_POLLING_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.service.LongPollingService
 
LONG_POLLING_NO_HANG_UP_HEADER - 类 中的静态变量com.alibaba.nacos.config.server.service.LongPollingService
 
LongPollingService - com.alibaba.nacos.config.server.service中的类
LongPollingService.
LongPollingService() - 类 的构造器com.alibaba.nacos.config.server.service.LongPollingService
 

M

main(String[]) - 类 中的静态方法com.alibaba.nacos.config.server.Config
 
MAP_FILE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAP_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
mapperMap - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigAdvanceInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigAllInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigHistoryDetailRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigHistoryRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfo4BetaRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfo4TagRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoAggrRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoBaseRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoBetaWrapperRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoChangedRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoTagWrapperRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigInfoWrapperRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.ConfigKeyRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.MapRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.PermissionRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.RoleInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.TenantInfoRowMapper
 
mapRow(ResultSet, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.RowMapperManager.UserRowMapper
 
MapRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.MapRowMapper
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法com.alibaba.nacos.config.server.configuration.ConditionDistributedEmbedStorage
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法com.alibaba.nacos.config.server.configuration.ConditionOnEmbeddedStorage
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法com.alibaba.nacos.config.server.configuration.ConditionOnExternalStorage
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法com.alibaba.nacos.config.server.configuration.ConditionStandaloneEmbedStorage
 
MAX_ADDACK_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAX_NOTIFY_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAX_REMOVE_FAIL_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAX_REMOVEALL_FAIL_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAX_UPDATE_FAIL_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
MAX_UPDATEALL_FAIL_COUNT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
md5 - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
md54Beta - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
MD5Util - com.alibaba.nacos.config.server.utils中的类
MD5 util.
MD5Util() - 类 的构造器com.alibaba.nacos.config.server.utils.MD5Util
 
memberManager - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
MEMORY_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
 
MemoryMonitor - com.alibaba.nacos.config.server.monitor中的类
Memory monitor.
MemoryMonitor(AsyncNotifyService) - 类 的构造器com.alibaba.nacos.config.server.monitor.MemoryMonitor
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpAllBetaTask
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpAllTagTask
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpAllTask
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpChangeTask
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.task.DumpTask
 
merge(String, String, String, List<ConfigInfoAggr>) - 类 中的静态方法com.alibaba.nacos.config.server.service.merge.MergeTaskProcessor
merge datumList ConfigInfoAggr.
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
mergeAll() - 类 中的方法com.alibaba.nacos.config.server.service.merge.MergeDatumService
Merge all.
MergeDatumService - com.alibaba.nacos.config.server.service.merge中的类
Data aggregation service.
MergeDatumService(PersistService) - 类 的构造器com.alibaba.nacos.config.server.service.merge.MergeDatumService
 
mergeSampleResult(SampleResult, List<SampleResult>) - 类 中的方法com.alibaba.nacos.config.server.service.ConfigSubService
Merge SampleResult.
mergeSampleResult(List<SampleResult>) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
Aggregate the sampling IP and monitoring configuration information in the sampling results.
MergeTaskProcessor - com.alibaba.nacos.config.server.service.merge中的类
Merge task processor.
MetricsMonitor - com.alibaba.nacos.config.server.monitor中的类
Metrics Monitor.
MetricsMonitor() - 类 的构造器com.alibaba.nacos.config.server.monitor.MetricsMonitor
 
mockConsistencyProtocol(CPProtocol) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
ModifyRequest - com.alibaba.nacos.config.server.service.sql中的类
Represents a database UPDATE or INSERT or DELETE statement.
ModifyRequest() - 类 的构造器com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
ModifyRequest(String) - 类 的构造器com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
MonitorInfo - com.alibaba.nacos.config.server.model.app中的类
Created by qingliang on 2017/7/20.
MonitorInfo() - 类 的构造器com.alibaba.nacos.config.server.model.app.MonitorInfo
 

N

NACOS_LINE_SEPARATOR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
NACOS_USER_KEY - 类 中的静态变量com.alibaba.nacos.config.server.utils.RequestUtil
 
NacosConfigConfiguration - com.alibaba.nacos.config.server.configuration中的类
Nacos Config Configuration includes required Spring components.
NacosConfigConfiguration() - 类 的构造器com.alibaba.nacos.config.server.configuration.NacosConfigConfiguration
 
NacosConfigException - com.alibaba.nacos.config.server.exception中的异常错误
NacosConfigException.
NacosConfigException() - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NacosConfigException
 
NacosConfigException(String) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NacosConfigException
 
NacosConfigException(String, Throwable) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NacosConfigException
 
NacosConfigException(Throwable) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NacosConfigException
 
NacosConfigException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NacosConfigException
 
nacosWebFilter() - 类 中的方法com.alibaba.nacos.config.server.configuration.NacosConfigConfiguration
 
NacosWebFilter - com.alibaba.nacos.config.server.filter中的类
Web encode filter.
NacosWebFilter() - 类 的构造器com.alibaba.nacos.config.server.filter.NacosWebFilter
 
nacosWebFilterRegistration() - 类 中的方法com.alibaba.nacos.config.server.configuration.NacosConfigConfiguration
 
NAMESPACE_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
namespaceId(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
NJdbcException - com.alibaba.nacos.config.server.exception中的异常错误
NJdbcException.
NJdbcException(String) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NJdbcException
 
NJdbcException(String, String) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NJdbcException
 
NJdbcException(String, Throwable, String) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NJdbcException
 
NJdbcException(String, Throwable) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NJdbcException
 
NJdbcException(Throwable) - 异常错误 的构造器com.alibaba.nacos.config.server.exception.NJdbcException
 
NOTIFY_EVENT_ERROR - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
NOTIFY_EVENT_EXCEPTION - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
NOTIFY_EVENT_OK - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
NOTIFY_EVENT_UNHEALTH - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
NOTIFY_HEADER_LAST_MODIFIED - 类 中的静态变量com.alibaba.nacos.config.server.service.notify.NotifyService
In order to facilitate the system beta, without changing the notify.do interface, the new lastModifed parameter is passed through the Http header.
NOTIFY_HEADER_OP_HANDLE_IP - 类 中的静态变量com.alibaba.nacos.config.server.service.notify.NotifyService
 
NOTIFY_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
 
notifyConfigChange(ConfigDataChangeEvent) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigChangePublisher
Notify ConfigChange.
notifyConfigInfo(HttpServletRequest, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.CommunicationController
Notify the change of config information.
NotifyService - com.alibaba.nacos.config.server.service.notify中的类
Service to notify other nodes to get the latest data.
NotifyService(ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.notify.NotifyService
 
NotifyService() - 类 的构造器com.alibaba.nacos.config.server.service.notify.NotifyService
 
NotifySingleService - com.alibaba.nacos.config.server.service.notify中的类
Notify Single server.
NotifySingleService(ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.notify.NotifySingleService
 
NotifyTask - com.alibaba.nacos.config.server.service.notify中的类
Notify task.
NotifyTask(String, String, String, long) - 类 的构造器com.alibaba.nacos.config.server.service.notify.NotifyTask
 
NotifyTaskProcessor - com.alibaba.nacos.config.server.service.notify中的类
Notification service.
NotifyTaskProcessor(ServerMemberManager) - 类 的构造器com.alibaba.nacos.config.server.service.notify.NotifyTaskProcessor
 
NotifyTaskQueueMonitorTask - com.alibaba.nacos.config.server.monitor中的类
NotifyTaskQueueMonitorTask.
NULL - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 

O

onApply(WriteRequest) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
onBatchDeleteConfigInfo(List<ConfigInfo>) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
ONCE_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Unit: millisecond.
onDeleteConfigBetaInfo(String, String, String, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onDeleteConfigInfo(String, String, String, String, Timestamp) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onDeleteConfigTagInfo(String, String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onError(Throwable) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
onEvent(ConfigDumpEvent) - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpConfigHandler
 
onModifyConfigBetaInfo(ConfigInfo, String, String, Timestamp) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onModifyConfigInfo(ConfigInfo, String, Timestamp) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onModifyConfigTagInfo(ConfigInfo, String, String, Timestamp) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
In the case of the in-cluster storage mode, the logic of horizontal notification is implemented asynchronously via the raft state machine, along with the information.
onRequest(ReadRequest) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
onSnapshotLoad(Reader) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DerbySnapshotOperation
 
onSnapshotSave(Writer, BiConsumer<Boolean, Throwable>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DerbySnapshotOperation
 
OPS_CONTROLLER_PATH - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 

P

Page<E> - com.alibaba.nacos.config.server.model中的类
Page.
Page() - 类 的构造器com.alibaba.nacos.config.server.model.Page
 
PaginationHelper<E> - com.alibaba.nacos.config.server.service.repository中的接口
Pagination Utils interface.
ParamUtils - com.alibaba.nacos.config.server.utils中的类
Parameter validity check util.
ParamUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.ParamUtils
 
parseKey(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey
Parse the group key.
parseKey(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.GroupKey2
Parse the group key.
parseName(Object) - 类 中的方法com.alibaba.nacos.config.server.auth.ConfigResourceParser
 
PATTERN_STR - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
PERMISSION_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
PermissionInfo - com.alibaba.nacos.config.server.auth中的类
PermissionInfo model.
PermissionInfo() - 类 的构造器com.alibaba.nacos.config.server.auth.PermissionInfo
 
PermissionPersistService - com.alibaba.nacos.config.server.auth中的接口
Permission CRUD service.
PermissionRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.PermissionRowMapper
 
PERSISTENCE_EVENT_MERGE - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PERSISTENCE_EVENT_PUB - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PERSISTENCE_EVENT_REMOVE - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
persistService - 类 中的变量com.alibaba.nacos.config.server.controller.ConfigOpsController
 
persistService - 类 中的变量com.alibaba.nacos.config.server.controller.HistoryController
 
persistService - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
PersistService - com.alibaba.nacos.config.server.service.repository中的接口
Database service, providing access to ConfigInfo in the database
3.0 starts to increase the data version number, and changes the physical deletion to logical deletion
3.0 adds the database switching function.
POISON_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Poison version when data is deleted.
POLLING_INTERVAL_TIME - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Interval for polling(unit: second).
pollingLog - 类 中的静态变量com.alibaba.nacos.config.server.utils.TraceLogUtil
Record polling request records for each client.
PrintGetConfigResponeTask - com.alibaba.nacos.config.server.monitor中的类
PrintGetConfigResponeTask.
PrintGetConfigResponeTask() - 类 的构造器com.alibaba.nacos.config.server.monitor.PrintGetConfigResponeTask
 
PrintMemoryTask - com.alibaba.nacos.config.server.monitor中的类
Print memory task.
PrintMemoryTask() - 类 的构造器com.alibaba.nacos.config.server.monitor.PrintMemoryTask
 
PROBE_MODIFY_REQUEST - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
PROBE_MODIFY_RESPONSE - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
PROBE_MODIFY_RESPONSE_NEW - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.processor.DumpAllBetaProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.processor.DumpAllProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.processor.DumpAllTagProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.processor.DumpChangeProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.dump.processor.DumpProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.merge.MergeTaskProcessor
 
process(NacosTask) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTaskProcessor
 
processor - 类 中的变量com.alibaba.nacos.config.server.service.dump.DumpService
 
processTasks() - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
 
PropertyUtil - com.alibaba.nacos.config.server.utils中的类
Properties util.
PropertyUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.PropertyUtil
 
Protocol - com.alibaba.nacos.config.server.utils中的类
Used to handle protocol-related operations.
Protocol() - 类 的构造器com.alibaba.nacos.config.server.utils.Protocol
 
publishConfig(HttpServletRequest, HttpServletResponse, String, String, String, String, String, String, String, String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Adds or updates non-aggregated data.
PULL_CHECK_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
 
PULL_EVENT_CONFLICT - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PULL_EVENT_ERROR - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PULL_EVENT_NOTFOUND - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PULL_EVENT_OK - 类 中的静态变量com.alibaba.nacos.config.server.service.trace.ConfigTraceService
 
PULL_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
Http client log.
put(String, E, long) - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleCache
Put data.
putAllExtendInfo(Map<String, String>) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
Put all extend info.
putExtendInfo(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.sql.EmbeddedStorageContextUtils
Put extend info.

Q

QUERY_LIMIT_SIZE - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
QUERY_MANY_NO_MAPPER_WITH_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.queryForList(String, Object[], Class).
QUERY_MANY_WITH_LIST_WITH_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.queryForList(String, Object...).
QUERY_MANY_WITH_MAPPER_WITH_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.query(String, Object[], RowMapper).
QUERY_ONE_NO_MAPPER_NO_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.queryForObject(String, Class).
QUERY_ONE_NO_MAPPER_WITH_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.queryForObject(String, Object[], Class).
QUERY_ONE_WITH_MAPPER_WITH_ARGS - 类 中的静态变量com.alibaba.nacos.config.server.service.sql.QueryType
JdbcTemplate.queryForObject(String, RowMapper).
queryBeta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute to query beta operation.
queryConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
queryConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
queryConfigInfo(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query config info.
queryMany(JdbcTemplate, String, Object[], RowMapper<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query many result by sql and args then convert result to target type through RowMapper.
queryMany(JdbcTemplate, String, Object[], Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query many result by sql and args then convert result to target type.
queryMany(JdbcTemplate, String, Object[]) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query many result by sql and args then convert result to List<Map<String, Object>>.
queryMany(String, Object[], RowMapper<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryMany(String, Object[], Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryMany(String, Object[]) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryMany(String, Object[], RowMapper<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryMany(String, Object[], Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryMany(String, Object[]) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryMany(String, Object[], RowMapper<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
queryMany(String, Object[], Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
queryMany(String, Object[]) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
queryOne(JdbcTemplate, String, Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query one result by sql then convert result to target type.
queryOne(JdbcTemplate, String, Object[], Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query one result by sql and args then convert result to target type.
queryOne(JdbcTemplate, String, Object[], RowMapper<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
query one result by sql and args then convert result to target type through RowMapper.
queryOne(String, Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryOne(String, Object[], Class<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryOne(String, Object[], RowMapper<R>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
Data query transaction.
queryOne(String, Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryOne(String, Object[], Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryOne(String, Object[], RowMapper<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
queryOne(String, Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
queryOne(String, Object[], Class<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
queryOne(String, Object[], RowMapper<R>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
QueryType - com.alibaba.nacos.config.server.service.sql中的类
Associated with the method correspondence of the JdbcTemplate.
QueryType() - 类 的构造器com.alibaba.nacos.config.server.service.sql.QueryType
 
queryType(byte) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest.SelectRequestBuilder
 

R

RaftDbErrorEvent - com.alibaba.nacos.config.server.model.event中的类
RaftDBErrorEvent.
RaftDbErrorEvent() - 类 的构造器com.alibaba.nacos.config.server.model.event.RaftDbErrorEvent
 
RaftDbErrorEvent(Throwable) - 类 的构造器com.alibaba.nacos.config.server.model.event.RaftDbErrorEvent
 
RaftDbErrorRecoverEvent - com.alibaba.nacos.config.server.model.event中的类
RaftDBErrorRecoverEvent.
RaftDbErrorRecoverEvent() - 类 的构造器com.alibaba.nacos.config.server.model.event.RaftDbErrorRecoverEvent
 
RECV_WAIT_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Unit: millisecond.
refresh() - 类 中的静态方法com.alibaba.nacos.config.server.monitor.ResponseMonitor
Refresh for getting configCountDetail.
refreshClientRecord() - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
 
regexFormat(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.RegexParser
Replace input string non-regular special characters with standard regular expression strings; Replace '*' with '.* '?
RegexParser - com.alibaba.nacos.config.server.utils中的类
Generic classes for wildcard characters, decisions, and standard canonical transformations that can be supported by ConfigCenter.
RegexParser() - 类 的构造器com.alibaba.nacos.config.server.utils.RegexParser
 
relativePath(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
releaseReadLock(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Release readLock.
releaseReadLock() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleReadWriteLock
Release the read lock.
releaseWriteLock() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleReadWriteLock
 
reload() - 接口 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourceService
Reload.
reload() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceServiceImpl
 
reload() - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
reload() - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
reload() - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
reloadConfig() - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Reload config.
remove(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
remove(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Delete config file, and delete cache.
remove(Object) - 类 中的方法com.alibaba.nacos.config.server.utils.SingletonRepository
Be careful use.
removeAggrConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeAggrConfigInfo(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeAggrConfigInfo(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete all pre-aggregation data under a dataId.
removeBeta(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Delete beta config file, and delete cache.
removeConfigHistory(Timestamp, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigHistory(Timestamp, int) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigHistory(Timestamp, int) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete data before startTime.
removeConfigInfo(String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfo(String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfo(String, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete configuration information, physical deletion.
removeConfigInfo(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Deletes configuration files on disk.
removeConfigInfo4Beta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfo4Beta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfo4Beta(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete configuration information, physical deletion.
removeConfigInfo4Beta(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Deletes beta configuration files on disk.
removeConfigInfo4Tag(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Deletes tag configuration files on disk.
removeConfigInfoAtomic(String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfoAtomic(String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfoAtomic(String, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Remove configuration; database atomic operation, minimum SQL action, no business encapsulation.
removeConfigInfoByIds(List<Long>, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfoByIds(List<Long>, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfoByIds(List<Long>, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete config info by ids.
removeConfigInfoByIdsAtomic(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfoByIdsAtomic(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfoByIdsAtomic(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Remove configuration; database atomic operation, minimum SQL action, no business encapsulation.
removeConfigInfoTag(String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeConfigInfoTag(String, String, String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeConfigInfoTag(String, String, String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete configuration; database atomic operation, minimum SQL action, no business encapsulation.
removeHeartHeat() - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
removeSingleAggrConfigInfo(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeSingleAggrConfigInfo(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeSingleAggrConfigInfo(String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete a single piece of data before aggregation.
removeTag(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Delete tag config file, and delete cache.
removeTagByIdAtomic(long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeTagByIdAtomic(long) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeTagByIdAtomic(long) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Delete tag.
removeTask(Object) - 类 中的方法com.alibaba.nacos.config.server.manager.TaskManager
 
removeTenantInfoAtomic(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
removeTenantInfoAtomic(String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
removeTenantInfoAtomic(String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Remote tenant info.
replaceAggr(String, String, String, Map<String, String>, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
replaceAggr(String, String, String, Map<String, String>, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
replaceAggr(String, String, String, Map<String, String>, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Batch replacement, first delete all the specified DataID+Group data in the aggregation table, and then insert the data.
REQUEST_IDENTITY - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Client, identity for sdk request to server.
requestLog - 类 中的静态变量com.alibaba.nacos.config.server.utils.TraceLogUtil
Record requests for each interface of the Server.
RequestLogAspect - com.alibaba.nacos.config.server.aspect中的类
* Created with IntelliJ IDEA.
RequestLogAspect() - 类 的构造器com.alibaba.nacos.config.server.aspect.RequestLogAspect
 
RequestUtil - com.alibaba.nacos.config.server.utils中的类
Request util.
RequestUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.RequestUtil
 
resetTotalTime() - 类 中的方法com.alibaba.nacos.config.server.utils.TimeoutUtils
Clean the total time.
ResponseMonitor - com.alibaba.nacos.config.server.monitor中的类
Response Monitory.
ResponseMonitor() - 类 的构造器com.alibaba.nacos.config.server.monitor.ResponseMonitor
 
ResponseUtil - com.alibaba.nacos.config.server.utils中的类
Write response.
ResponseUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.ResponseUtil
 
restoreDerby(String, Callable<Void>) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
Restore derby.
RestPageResult<T> - com.alibaba.nacos.config.server.model中的类
RestPageResult.
RestPageResult() - 类 的构造器com.alibaba.nacos.config.server.model.RestPageResult
 
ResultCodeEnum - com.alibaba.nacos.config.server.result.code中的枚举
ResultCodeEnum.
reverse() - 枚举 中的方法com.alibaba.nacos.config.server.constant.CounterMode
Reverse the two mode value.
ROLE_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
RoleInfo - com.alibaba.nacos.config.server.auth中的类
Role Info.
RoleInfo() - 类 的构造器com.alibaba.nacos.config.server.auth.RoleInfo
 
RoleInfoRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.RoleInfoRowMapper
 
RolePersistService - com.alibaba.nacos.config.server.auth中的接口
Role CRUD service.
rootPath() - 类 中的静态方法com.alibaba.nacos.config.server.filter.NacosWebFilter
 
rotateSlot() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleFlowData
Rotate the slot.
rotateSlot() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleIpFlowData
Rotate the slot.
RowMapperManager - com.alibaba.nacos.config.server.service.repository中的类
Manager RowMapper RowMapper for database object mapping.
RowMapperManager() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
RowMapperManager.ConfigAdvanceInfoRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigAllInfoRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigHistoryDetailRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigHistoryRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfo4BetaRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfo4TagRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoAggrRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoBaseRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoBetaWrapperRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoChangedRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoTagWrapperRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigInfoWrapperRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.ConfigKeyRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.MapRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.PermissionRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.RoleInfoRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.TenantInfoRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
RowMapperManager.UserRowMapper - com.alibaba.nacos.config.server.service.repository中的类
 
run() - 类 中的方法com.alibaba.nacos.config.server.monitor.NotifyTaskQueueMonitorTask
 
run() - 类 中的方法com.alibaba.nacos.config.server.monitor.PrintGetConfigResponeTask
 
run() - 类 中的方法com.alibaba.nacos.config.server.monitor.PrintMemoryTask
 
rwLock - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 

S

SameConfigPolicy - com.alibaba.nacos.config.server.model中的枚举
SameConfigPolicy.
SameNamespaceCloneConfigBean - com.alibaba.nacos.config.server.controller.parameters中的类
SameNamespaceCloneConfigBean.
SameNamespaceCloneConfigBean() - 类 的构造器com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
SampleResult - com.alibaba.nacos.config.server.model中的类
SampleResult.
SampleResult() - 类 的构造器com.alibaba.nacos.config.server.model.SampleResult
 
saveBetaToDisk(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Save beta information to disk.
saveHeartBeatToDisk(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
 
saveTagToDisk(String, String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Save tag information to disk.
saveToDisk(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Save configuration information to disk.
scheduleAsyncNotify(Runnable, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
scheduleConfigTask(Runnable, long, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
scheduleCorrectUsageTask(Runnable, long, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
scheduleLongPolling(Runnable, long, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
scheduleLongPolling(Runnable, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ConfigExecutor
 
searchConfig(String, String, String, String, String, int, int) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Query the configuration information and return it in JSON format.
SelectRequest - com.alibaba.nacos.config.server.service.sql中的类
Represents a database SELECT statement.
SelectRequest() - 类 的构造器com.alibaba.nacos.config.server.service.sql.SelectRequest
 
SelectRequest.SelectRequestBuilder - com.alibaba.nacos.config.server.service.sql中的类
 
selectTagByConfig(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
selectTagByConfig(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
selectTagByConfig(String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Query tag list.
serverId - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
setAction(String) - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
setAddress(String) - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationPublishRecord
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setAppName(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
setArgs(Object[]) - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
setArgs(Object[]) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
setBasicDataSourceService(DataSourceService) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
setBasicDataSourceService(DataSourceService) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
setBeta(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setBeta(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setBetaIps(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Beta
 
setBetaIps(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setCapacityLimitCheck(boolean) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setCfgId(Long) - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
setClassName(String) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
setCode(int) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setCollectStatus(int) - 类 中的方法com.alibaba.nacos.config.server.model.GroupkeyListenserStatus
 
setConfigInfo(GroupKey) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationPublishRecord
 
setConfigs(Page<ConfigHistoryInfo>) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setConfigTags(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setConfigTags(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setContent(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setContent(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setContent(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
setContent(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setCorrectUsageDelay(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setCpuRatio(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setCreatedTime(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setCreateIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setCreateIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setCreateTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setCreateTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setCreateUser(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setCreateUser(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setCurrentPage(int) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setData(T) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
setDataId(String) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
setDate(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
setDatumId(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setDefaultClusterQuota(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDefaultGroupQuota(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDefaultMaxAggrCount(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDefaultMaxAggrSize(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDefaultMaxSize(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDefaultTenantQuota(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setDesc(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setDesc(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setDesc(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
setDriverClassName(String) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
setDynamicCollectDisabled(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
setEffect(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setEffect(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setEmbeddedStorage(boolean) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setExecuteNo(int) - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
setFailCount(int) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
setFgc(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setFgct(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setFreeMemory(long) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setGct(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setGmtCreate(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setGmtModified(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.controller.parameters.SameNamespaceCloneConfigBean
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.GroupCapacity
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigKey
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
setGroup(String) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
setGroupKey(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
setHandleIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setHealthCheck(boolean) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setHealthStatus(String) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl
 
setId(Long) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setId(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setId(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setId(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
setId(long) - 类 中的方法com.alibaba.nacos.config.server.model.GroupInfo
 
setInitialExpansionPercent(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setIps(List<String>) - 类 中的方法com.alibaba.nacos.config.server.model.AclInfo
 
setIps4Beta(List<String>) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setIsOpen(Boolean) - 类 中的方法com.alibaba.nacos.config.server.model.AclInfo
 
setItemData(String) - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.ZipItem
 
setItemName(String) - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.ZipItem
 
setJdbcUrl(String) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
setLastId(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setLastModified(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBetaWrapper
 
setLastModified(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoTagWrapper
 
setLastModified(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoWrapper
 
setLastModified(long) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
setLastModifiedTime(Timestamp) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setLastModifiedTs(long) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setLastModifiedTs(long) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setLastModifiedTs4Beta(long) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setLastSubscribeInfoCollectedTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
setLastTime(Long) - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
setLastTime(long) - 类 中的方法com.alibaba.nacos.config.server.service.ClientRecord
 
setLisentersGroupkeyStatus(Map<String, String>) - 类 中的方法com.alibaba.nacos.config.server.model.GroupkeyListenserStatus
 
setLisentersGroupkeyStatus(Map<String, String>) - 类 中的方法com.alibaba.nacos.config.server.model.SampleResult
 
setLoad(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setLocalIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubInfo
 
setLogLevel(String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigOpsController
 
setLogLevel(String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.LogUtil
 
setManageCapacity(boolean) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setMaxAggrCount(Integer) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setMaxAggrSize(Integer) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setMaxContent(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setMaxHealthCheckFailCount(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setMaxMemory(long) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setMaxSize(Integer) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setMd5(String) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setMd5(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setMd5(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
setMd5(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
setMd54Beta(String) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setMessage(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
setMessage(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
setMessage(String) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setMetadata(List<ConfigMetadata.ConfigExportItem>) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata
 
setMetaDataItem(ZipUtils.ZipItem) - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.UnZipResult
 
setModifyTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setModifyTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setNamespaceId(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setNotifyConnectTimeout(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setNotifySocketTimeout(int) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setNum(Integer) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceProperties
 
setOpType(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setPageItems(List<E>) - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
setPageNumber(int) - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
setPagesAvailable(int) - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
setPageSize(int) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setPassword(String) - 类 中的方法com.alibaba.nacos.config.server.model.User
 
setPassword(String) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
setPassword(List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceProperties
 
setQueryType(byte) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
setQuota(Integer) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setRemove(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setResource(String) - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
setRetainIps(Map<String, Long>) - 类 中的方法com.alibaba.nacos.config.server.service.LongPollingService
 
setRole(String) - 类 中的方法com.alibaba.nacos.config.server.auth.PermissionInfo
 
setRole(String) - 类 中的方法com.alibaba.nacos.config.server.auth.RoleInfo
 
setRwLock(SimpleReadWriteLock) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setSchema(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setSchema(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setServerId(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setServerIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
setSql(String) - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
setSql(String) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
setSrcIp(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setSrcUser(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setStatus(int) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
setStatus(int) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
setStatus(Boolean) - 类 中的方法com.alibaba.nacos.config.server.model.SubscriberStatus
 
setStatusCode(int) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setStatusMsg(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setSubInfoCollectLockExpireTime(long) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
setSubInfoCollectLockOwner(String) - 类 中的方法com.alibaba.nacos.config.server.model.app.ApplicationInfo
 
setSuccess(boolean) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setTag(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo4Tag
 
setTag(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setTagLastModifiedTs(Map<String, Long>) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setTagMd5(Map<String, String>) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.TenantCapacity
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigHistoryInfo
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.model.HistoryContext
 
setTenant(String) - 类 中的方法com.alibaba.nacos.config.server.service.notify.NotifyTask
 
setTenantDesc(String) - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
setTenantId(String) - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
setTenantName(String) - 类 中的方法com.alibaba.nacos.config.server.model.TenantInfo
 
setTotal(int) - 类 中的方法com.alibaba.nacos.config.server.model.RestPageResult
 
setTotalCount(int) - 类 中的方法com.alibaba.nacos.config.server.model.Page
 
setTotalMemory(long) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setType(String) - 类 中的方法com.alibaba.nacos.config.server.model.CacheItem
 
setType(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setType(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
setType(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigMetadata.ConfigExportItem
 
setType(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent
 
setUrl(List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceProperties
 
setUsage(Integer) - 类 中的方法com.alibaba.nacos.config.server.model.capacity.Capacity
 
setUse(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAdvanceInfo
 
setUse(String) - 类 中的方法com.alibaba.nacos.config.server.model.ConfigAllInfo
 
setUseExternalDB(boolean) - 类 中的静态方法com.alibaba.nacos.config.server.utils.PropertyUtil
 
setUser(List<String>) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.ExternalDataSourceProperties
 
setUsername(String) - 类 中的方法com.alibaba.nacos.config.server.auth.RoleInfo
 
setUsername(String) - 类 中的方法com.alibaba.nacos.config.server.model.User
 
setUsername(String) - 类 中的方法com.alibaba.nacos.config.server.service.datasource.DataSourcePoolProperties
 
setWebRootPath(String) - 类 中的静态方法com.alibaba.nacos.config.server.filter.NacosWebFilter
Easy for testing.
setYgc(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setYgct(int) - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
setZipItemList(List<ZipUtils.ZipItem>) - 类 中的方法com.alibaba.nacos.config.server.utils.ZipUtils.UnZipResult
 
SimpleCache<E> - com.alibaba.nacos.config.server.utils中的类
A simple Cache with TTL, not cleared for expired entry.
SimpleCache() - 类 的构造器com.alibaba.nacos.config.server.utils.SimpleCache
 
SimpleFlowData - com.alibaba.nacos.config.server.utils中的类
Simple Flow data.
SimpleFlowData(int, int) - 类 的构造器com.alibaba.nacos.config.server.utils.SimpleFlowData
 
SimpleIpFlowData - com.alibaba.nacos.config.server.utils中的类
According to IP flow control, control the number of individual IP and IP total.
SimpleIpFlowData(int, int) - 类 的构造器com.alibaba.nacos.config.server.utils.SimpleIpFlowData
 
SimpleReadWriteLock - com.alibaba.nacos.config.server.utils中的类
Simplest read-write lock implementation.
SimpleReadWriteLock() - 类 的构造器com.alibaba.nacos.config.server.utils.SimpleReadWriteLock
 
SingletonRepository<T> - com.alibaba.nacos.config.server.utils中的类
A utility class that avoids multiple instances of the same content.
SingletonRepository() - 类 的构造器com.alibaba.nacos.config.server.utils.SingletonRepository
 
SingletonRepository.DataIdGroupIdCache - com.alibaba.nacos.config.server.utils中的类
Cache of DataId and Group.
size() - 类 中的方法com.alibaba.nacos.config.server.utils.SingletonRepository
 
SO_TIMEOUT - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Unit: millisecond.
SPACING_INTERVAL - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
SPOT - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
constant variables.
SPOT - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
constant variables.
sql(String) - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest.SelectRequestBuilder
 
SQL_DELETE_CONFIG_INFO_BY_IDS - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
SQL_FIND_ALL_CONFIG_INFO - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
SQL_FIND_CONFIG_INFO_BY_IDS - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
SQL_TENANT_INFO_COUNT_BY_TENANT_ID - 接口 中的静态变量com.alibaba.nacos.config.server.service.repository.PersistService
 
StandaloneDatabaseOperateImpl - com.alibaba.nacos.config.server.service.repository.embedded中的类
Derby operation in stand-alone mode.
StandaloneDatabaseOperateImpl() - 类 的构造器com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
stat() - 类 中的方法com.alibaba.nacos.config.server.utils.AccumulateStatCount
accumulate stat.
STAT_AVERAGE_HTTP_GET_NOT_MODIFIED - 类 中的静态变量com.alibaba.nacos.config.server.utils.StatConstants
 
STAT_AVERAGE_HTTP_GET_OK - 类 中的静态变量com.alibaba.nacos.config.server.utils.StatConstants
 
STAT_AVERAGE_HTTP_GET_OTHER - 类 中的静态变量com.alibaba.nacos.config.server.utils.StatConstants
 
STAT_AVERAGE_HTTP_POST_CHECK - 类 中的静态变量com.alibaba.nacos.config.server.utils.StatConstants
 
StatConstants - com.alibaba.nacos.config.server.utils中的类
Stat constant.
status - 枚举 中的变量com.alibaba.nacos.config.server.aspect.CapacityManagementAspect.LimitType
 
statusCode - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
statusMsg - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
stopBeta(String, String, String) - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigController
Execute to remove beta operation.
SubInfo - com.alibaba.nacos.config.server.model中的类
SubInfo.
SubInfo() - 类 的构造器com.alibaba.nacos.config.server.model.SubInfo
 
subscribeClientCount() - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Get subscribe client count.
subscriberCount() - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Get all of subscriber count.
SubscriberStatus - com.alibaba.nacos.config.server.model中的类
SubscriberStatus.
SubscriberStatus() - 类 的构造器com.alibaba.nacos.config.server.model.SubscriberStatus
 
SubscriberStatus(String, Boolean, String, Long) - 类 的构造器com.alibaba.nacos.config.server.model.SubscriberStatus
 
subscribeType() - 类 中的方法com.alibaba.nacos.config.server.service.dump.DumpConfigHandler
 
success - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
SWITCH_META_DATAID - 类 中的静态变量com.alibaba.nacos.config.server.service.SwitchService
 
SwitchService - com.alibaba.nacos.config.server.service中的类
SwitchService.
SwitchService() - 类 的构造器com.alibaba.nacos.config.server.service.SwitchService
 
SystemConfig - com.alibaba.nacos.config.server.utils中的类
System config.
SystemConfig() - 类 的构造器com.alibaba.nacos.config.server.utils.SystemConfig
 

T

tag - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
tag(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 
tag - 类 中的变量com.alibaba.nacos.config.server.model.event.LocalDataChangeEvent
 
tagLastModifiedTs - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
tagMd5 - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
targetBetaFile(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Returns the path of cache file in server.
targetFile(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Returns the path of the server cache file.
targetTagFile(String, String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.DiskUtil
Returns the path of the tag cache file in server.
TASK_ID - 类 中的静态变量com.alibaba.nacos.config.server.service.dump.task.DumpAllBetaTask
 
TASK_ID - 类 中的静态变量com.alibaba.nacos.config.server.service.dump.task.DumpAllTagTask
 
TASK_ID - 类 中的静态变量com.alibaba.nacos.config.server.service.dump.task.DumpAllTask
 
TASK_ID - 类 中的静态变量com.alibaba.nacos.config.server.service.dump.task.DumpChangeTask
 
TaskManager - com.alibaba.nacos.config.server.manager中的类
TaskManager, is aim to process the task which is need to be done.
TaskManager(String) - 类 的构造器com.alibaba.nacos.config.server.manager.TaskManager
 
TaskManagerMBean - com.alibaba.nacos.config.server.manager中的接口
TaskManagerMBean.
TEMP_VERSION - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Temporary version when disk file is full.
tenant - 类 中的变量com.alibaba.nacos.config.server.model.event.ConfigDataChangeEvent
 
tenant - 类 中的变量com.alibaba.nacos.config.server.model.HistoryContext
 
TENANT_INFO_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
TenantCapacity - com.alibaba.nacos.config.server.model.capacity中的类
Tenant Capacity.
TenantCapacity() - 类 的构造器com.alibaba.nacos.config.server.model.capacity.TenantCapacity
 
TenantCapacityPersistService - com.alibaba.nacos.config.server.service.capacity中的类
Tenant Capacity Service.
TenantCapacityPersistService() - 类 的构造器com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
 
TenantInfo - com.alibaba.nacos.config.server.model中的类
TenantInfo.
TenantInfo() - 类 的构造器com.alibaba.nacos.config.server.model.TenantInfo
 
tenantInfoCountByTenantId(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
tenantInfoCountByTenantId(String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
tenantInfoCountByTenantId(String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
query tenantInfo (namespace) existence based by tenantId.
TenantInfoRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.TenantInfoRowMapper
 
TimeoutUtils - com.alibaba.nacos.config.server.utils中的类
A utility class that handles timeouts and is used by the client to retrieve the total timeout of the data.
TimeoutUtils(long, long) - 类 的构造器com.alibaba.nacos.config.server.utils.TimeoutUtils
 
TimeUtils - com.alibaba.nacos.config.server.utils中的类
Time util.
TimeUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.TimeUtils
 
tjt - 类 中的变量com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
toString() - 类 中的方法com.alibaba.nacos.config.server.auth.RoleInfo
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.app.GroupKey
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.app.MonitorInfo
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfo
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoAggr
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBase
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoBaseEx
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoChanged
 
toString() - 类 中的方法com.alibaba.nacos.config.server.model.ConfigInfoEx
 
toString() - 类 中的方法com.alibaba.nacos.config.server.service.sql.ModifyRequest
 
toString() - 类 中的方法com.alibaba.nacos.config.server.service.sql.SelectRequest
 
toString(InputStream, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
 
toString(Reader) - 类 中的静态方法com.alibaba.nacos.config.server.utils.MD5Util
Reader to String.
TOTALTIME_FROM_SERVER - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Total time of threshold value when getting data from network(unit: millisecond).
TOTALTIME_INVALID_THRESHOLD - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
Invalid total time of threshold value when getting data from network(unit: millisecond).
TRACE_LOG - 类 中的静态变量com.alibaba.nacos.config.server.utils.LogUtil
 
TraceLogUtil - com.alibaba.nacos.config.server.utils中的类
Trace util.
TraceLogUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.TraceLogUtil
 
trackClientMd5(String, Map<String, String>) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Track client's md5 value.
trackClientMd5(String, Map<String, String>, Map<String, Long>) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
TrackClientMd5.
trackClientMd5(String, String, String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ClientTrackService
Put the specified value(ip/groupKey/clientMd5) into clientRecords Map.
transferToLeader() - 类 中的方法com.alibaba.nacos.config.server.configuration.NacosConfigConfiguration
 
transferToLeaderRegistration() - 类 中的方法com.alibaba.nacos.config.server.configuration.NacosConfigConfiguration
 
truncateContent(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ContentUtils
Truncate the content.
tryReadLock(String) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Try to add read lock.
tryReadLock() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleReadWriteLock
Try read lock.
tryWriteLock() - 类 中的方法com.alibaba.nacos.config.server.utils.SimpleReadWriteLock
Try write lock.
type - 类 中的变量com.alibaba.nacos.config.server.model.CacheItem
 
type(String) - 类 中的方法com.alibaba.nacos.config.server.model.event.ConfigDumpEvent.ConfigDumpEventBuilder
 

U

UNKNOWN_APP - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
unzip(byte[]) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ZipUtils
unzip method.
UnZipResult(List<ZipUtils.ZipItem>, ZipUtils.ZipItem) - 类 的构造器com.alibaba.nacos.config.server.utils.ZipUtils.UnZipResult
 
update(TransactionTemplate, JdbcTemplate, List<ModifyRequest>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
execute update operation.
update(TransactionTemplate, JdbcTemplate, List<ModifyRequest>, BiConsumer<Boolean, Throwable>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.BaseDatabaseOperate
execute update operation, to fix #3617.
update(List<ModifyRequest>, BiConsumer<Boolean, Throwable>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data modify transaction.
update(List<ModifyRequest>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DatabaseOperate
data modify transaction.
update(List<ModifyRequest>, BiConsumer<Boolean, Throwable>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.DistributedDatabaseOperateImpl
 
update(List<ModifyRequest>, BiConsumer<Boolean, Throwable>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
update(List<ModifyRequest>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl
 
updateBetaMd5(String, String, List<String>, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Update Beta md5 value.
updateCapacity(HttpServletResponse, String, String, Integer, Integer, Integer, Integer) - 类 中的方法com.alibaba.nacos.config.server.controller.CapacityController
Modify group or capacity of tenant, and init record when capacity information are still initial.
updateClusterUsage(CounterMode) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
updateConfigInfo(ConfigInfo, String, String, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateConfigInfo(ConfigInfo, String, String, Timestamp, Map<String, Object>, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateConfigInfo(ConfigInfo, String, String, Timestamp, Map<String, Object>, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update common configuration information.
updateConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateConfigInfo4Beta(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update beta configuration information.
updateConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateConfigInfo4Tag(ConfigInfo, String, String, String, Timestamp, boolean) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update tag configuration information.
updateConfigInfoAtomic(ConfigInfo, String, String, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateConfigInfoAtomic(ConfigInfo, String, String, Timestamp, Map<String, Object>) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateConfigInfoAtomic(ConfigInfo, String, String, Timestamp, Map<String, Object>) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update configuration; database atomic operation, minimum SQL action, no business encapsulation.
updateConfigSubAtomic(String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateConfigSubAtomic(String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateConfigSubAtomic(String, String, String, Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update configuration; database atomic operation, minimum SQL action, no business encapsulation.
updateGroupCapacity(String, Integer, Integer, Integer, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
Update GroupCapacity.
updateGroupUsage(CounterMode, String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
updateLimit(String, Object[]) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PaginationHelper
 
updateLocalCacheFromStore() - 类 中的方法com.alibaba.nacos.config.server.controller.ConfigOpsController
Manually trigger dump of a local configuration file.
updateMaxSize(String, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
updateMd5(String, String, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Update md5 value.
updateMd5(String, String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateMd5(String, String, String, String, Timestamp) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateMd5(String, String, String, String, Timestamp) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
update md5.
updateQuota(String, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.GroupCapacityPersistService
 
updateQuota(String, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
 
updateTagMd5(String, String, String, long) - 类 中的静态方法com.alibaba.nacos.config.server.service.ConfigCacheService
Update tag md5 value.
updateTenantCapacity(String, Integer, Integer, Integer, Integer) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.TenantCapacityPersistService
Update TenantCapacity.
updateTenantNameAtomic(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.embedded.EmbeddedStoragePersistServiceImpl
 
updateTenantNameAtomic(String, String, String, String) - 类 中的方法com.alibaba.nacos.config.server.service.repository.extrnal.ExternalStoragePersistServiceImpl
 
updateTenantNameAtomic(String, String, String, String) - 接口 中的方法com.alibaba.nacos.config.server.service.repository.PersistService
Update tenantInfo showname.
updateTenantUsage(CounterMode, String) - 类 中的方法com.alibaba.nacos.config.server.service.capacity.CapacityService
 
updateUserPassword(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.EmbeddedUserPersistServiceImpl
Execute update user password operation.
updateUserPassword(String, String) - 类 中的方法com.alibaba.nacos.config.server.auth.ExternalUserPersistServiceImpl
Execute update user password operation.
updateUserPassword(String, String) - 接口 中的方法com.alibaba.nacos.config.server.auth.UserPersistService
 
UrlAnalysisUtils - com.alibaba.nacos.config.server.utils中的类
Url util.
UrlAnalysisUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.UrlAnalysisUtils
 
USE_ZIP - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
User - com.alibaba.nacos.config.server.model中的类
User.
User() - 类 的构造器com.alibaba.nacos.config.server.model.User
 
USER_ROW_MAPPER - 类 中的静态变量com.alibaba.nacos.config.server.service.repository.RowMapperManager
 
UserPersistService - com.alibaba.nacos.config.server.auth中的接口
User CRUD service.
UserRowMapper() - 类 的构造器com.alibaba.nacos.config.server.service.repository.RowMapperManager.UserRowMapper
 

V

valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.aspect.CapacityManagementAspect.LimitType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.constant.CounterMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.enums.FileTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.model.AuthType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.model.SameConfigPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.config.server.result.code.ResultCodeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.aspect.CapacityManagementAspect.LimitType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.constant.CounterMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.enums.FileTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.model.AuthType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.model.SameConfigPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.config.server.result.code.ResultCodeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyIncrementPubContent(String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ContentUtils
verify the pub config content.

W

WORD_SEPARATOR - 类 中的静态变量com.alibaba.nacos.config.server.constant.Constants
 
writeErrMsg(HttpServletResponse, int, String) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ResponseUtil
Write error msg.

Y

YamlParserConstructor() - 类 的构造器com.alibaba.nacos.config.server.utils.YamlParserUtil.YamlParserConstructor
 
YamlParserUtil - com.alibaba.nacos.config.server.utils中的类
YamlParserUtil.
YamlParserUtil() - 类 的构造器com.alibaba.nacos.config.server.utils.YamlParserUtil
 
YamlParserUtil.ConstructYamlConfigMetadata - com.alibaba.nacos.config.server.utils中的类
 
YamlParserUtil.YamlParserConstructor - com.alibaba.nacos.config.server.utils中的类
 

Z

zip(List<ZipUtils.ZipItem>) - 类 中的静态方法com.alibaba.nacos.config.server.utils.ZipUtils
zip method.
ZipItem(String, String) - 类 的构造器com.alibaba.nacos.config.server.utils.ZipUtils.ZipItem
 
ZipUtils - com.alibaba.nacos.config.server.utils中的类
ZipUtils for import and export.
ZipUtils() - 类 的构造器com.alibaba.nacos.config.server.utils.ZipUtils
 
ZipUtils.UnZipResult - com.alibaba.nacos.config.server.utils中的类
 
ZipUtils.ZipItem - com.alibaba.nacos.config.server.utils中的类
 
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
跳过导航链接

Copyright © 2018–2022 Alibaba Group. All rights reserved.