Interface SchedulerService

    • Method Detail

      • registerShard

        void registerShard​(ShardKey shardKey)
        Register a local shard with the SchedulerService. The implementation of the service should load the proper resources for the shard
        Parameters:
        shardKey -
      • unregisterShard

        void unregisterShard​(ShardKey shardKey)
        Unregister a previously registered shard, release all allocated resources as another node is the new owner of this shard
        Parameters:
        shardKey -