类 FrameworkExecutorRepository

    • 构造器详细资料

      • FrameworkExecutorRepository

        public FrameworkExecutorRepository()
    • 方法详细资料

      • nextScheduledExecutor

        public ScheduledExecutorService nextScheduledExecutor()
        Returns a scheduler from the scheduler list, call this method whenever you need a scheduler for a cron job. If your cron cannot burden the possible schedule delay caused by sharing the same scheduler, please consider define a dedicate one.
        返回:
        ScheduledExecutorService
      • getRegistryNotificationExecutor

        public ScheduledExecutorService getRegistryNotificationExecutor()
        Scheduled executor handle registry notification.
        返回:
        ScheduledExecutorService
      • getServiceDiscoveryAddressNotificationExecutor

        public ScheduledExecutorService getServiceDiscoveryAddressNotificationExecutor()
      • getSharedExecutor

        public ExecutorService getSharedExecutor()
        Get the default shared thread pool.
        返回:
        ExecutorService
      • getSharedScheduledExecutor

        public ScheduledExecutorService getSharedScheduledExecutor()
        Get the shared schedule executor
        返回:
        ScheduledExecutorService
      • getConnectivityScheduledExecutor

        public ScheduledExecutorService getConnectivityScheduledExecutor()
        Scheduled executor handle connectivity check task
        返回:
        ScheduledExecutorService
      • getCacheRefreshingScheduledExecutor

        public ScheduledExecutorService getCacheRefreshingScheduledExecutor()
        Scheduler used to refresh file based caches from memory to disk.
        返回:
        ScheduledExecutorService
      • getMappingRefreshingExecutor

        public ExecutorService getMappingRefreshingExecutor()
        Executor used to run async mapping tasks
        返回:
        ExecutorService