Uses of Class
com.alibaba.nacos.config.server.service.PersistService
-
Packages that use PersistService Package Description com.alibaba.nacos.config.server.auth com.alibaba.nacos.config.server.controller com.alibaba.nacos.config.server.service.merge -
-
Uses of PersistService in com.alibaba.nacos.config.server.auth
Subclasses of PersistService in com.alibaba.nacos.config.server.auth Modifier and Type Class Description classPermissionPersistServicePermission CRUD serviceclassRolePersistServiceRole CRUD serviceclassUserPersistServiceUser CRUD service -
Uses of PersistService in com.alibaba.nacos.config.server.controller
Fields in com.alibaba.nacos.config.server.controller declared as PersistService Modifier and Type Field Description protected PersistServiceHistoryController. persistServiceprotected PersistServiceOpsController. persistServiceConstructors in com.alibaba.nacos.config.server.controller with parameters of type PersistService Constructor Description ConfigController(ConfigServletInner configServletInner, PersistService persistService, ConfigSubService configSubService)OpsController(PersistService persistService, DumpService dumpService) -
Uses of PersistService in com.alibaba.nacos.config.server.service.merge
Constructors in com.alibaba.nacos.config.server.service.merge with parameters of type PersistService Constructor Description MergeDatumService(PersistService persistService)
-