类 ExternalDumpService

    • 构造器详细资料

      • ExternalDumpService

        public ExternalDumpService​(PersistService persistService,
                                   com.alibaba.nacos.core.cluster.ServerMemberManager memberManager)
        Here you inject the dependent objects constructively, ensuring that some of the dependent functionality is initialized ahead of time.
        参数:
        persistService - PersistService
        memberManager - ServerMemberManager
    • 方法详细资料

      • init

        @PostConstruct
        protected void init()
                     throws java.lang.Throwable
        从类复制的说明: DumpService
        initialize.
        指定者:
        init 在类中 DumpService
        抛出:
        java.lang.Throwable - throws Exception when actually operate.
      • canExecute

        protected boolean canExecute()
        从类复制的说明: DumpService
        Used to determine whether the aggregation task, configuration history cleanup task can be performed.
        指定者:
        canExecute 在类中 DumpService
        返回:
        Boolean