书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 126 个相关结果.
  • 3.3. 资源分配

    作业运行模式 瞬时作业 常驻作业 调度器 作业应用 作业 资源 资源分配功能为 ElasticJob-Cloud 所特有的功能。 作业运行模式 ElasticJob-Cloud 分为瞬时作业和常驻作业 2 种运行模式。 瞬时作业 在每一次作业执行完毕后立刻释放资源,保证利用现有资源错峰执行。 资源分配和容器启动均占用一定时长,且作...
  • 5. 开发者手册

    ElasticJob 可插拔架构提供了 SPI 的扩展点。 对于开发者来说,可以十分方便的对功能进行定制化扩展。 本章节将 ElasticJob 的 SPI 扩展点悉数列出。 如无特殊需求,用户可以使用 ElasticJob 提供的内置实现; 高级用户则可以参考各个功能模块的接口进行自定义实现。 ElasticJob 社区非常欢迎开发者将自己的实现类反...
  • 3.4. Failover

    Concept Execution mechanism Notification execution Enquiry execution Scenarios: ElasticJob will not re-shard during this execution, but wait for the next scheduling before st...
  • Built-in Strategy

    Introduction Usage Introduction ElasticJob allows developers to implement strategies via SPI; At the same time, ElasticJob also provides a couple of built-in strategies for si...
  • Dump Job Information

    Open Listener Port Execute Dump Using ElasticJob may meet some distributed problem which is not easy to observe. Because of developer cannot debug in production environment, El...
  • 使用 Spring 命名空间

    作业配置 作业启动 定时调度 一次性调度 配置作业导出端口 配置错误处理策略 ElasticJob-Lite 提供自定义的 Spring 命名空间,可以与 Spring 容器配合使用。 开发者能够便捷的在作业中通过依赖注入使用 Spring 容器管理的数据源等对象,并使用占位符从属性文件中取值。 作业配置 <? xml version =...
  • Use Spring Namespace

    Listener configuration Job start Listener configuration <? xml version = "1.0" encoding = "UTF-8" ?> <beans xmlns = "http://www.springframework.org/schema/beans" x...
  • 5.5. Roadmap

    Kernel ElasticJob-Lite ElasticJob-Cloud Kernel Unified Job Config API Core Config Type Config Root Config Job Types Simple Dataflow Script Http (Since 3.0.0-beta) Event ...
  • Use Spring Namespace

    Import Maven Dependency Configuration Job Start Import Maven Dependency <dependency> <groupId> org.apache.shardingsphere.elasticjob </groupId> <artifactId> elas...
  • Dev Guide

    Job development Job start Job development ElasticJob-Lite and ElasticJob-Cloud provide a unified job interface, developers only need to develop business jobs once, and then th...