Class GenerateService

  • All Implemented Interfaces:
    IGenerateService

    public class GenerateService
    extends java.lang.Object
    implements IGenerateService
    Generate service implementation.
    • Constructor Detail

      • GenerateService

        public GenerateService()
    • Method Detail

      • start

        public void start()
        Create a new service.
      • shutdown

        public IFuture<java.lang.Void> shutdown()
        Stop the service.
      • distributeWork

        protected IFuture<AreaData> distributeWork​(AreaData data)
        Distribute the work to available or newly created calculation services.