Apache ShardingSphere 5.2.0 Document
. . . . . . . . . . . . . . . . 289 4.4 Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 4.4.1 SQL Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 4.4.2 Server Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292 5 Dev Manual 293 5.1 Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 454 8.1.1 JDBC Why there may be an error when configure both shardingsphere‐jdbc‐ spring‐boot‐starter and a spring‐boot‐starter of certain0 码力 | 483 页 | 4.27 MB | 1 年前3Apache ShardingSphere 5.2.1 Document
. . . . . . . . . . . . . . . . 311 4.4 Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 4.4.1 SQL Error Code . . . . . . . . . . . . . . . . . . . Exception . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 4.4.2 Server Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 5 Dev Manual 320 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 8.1.1 JDBC Why there may be an error when configure both shardingsphere‐jdbc‐ spring‐boot‐starter and a spring‐boot‐starter of certain0 码力 | 523 页 | 4.51 MB | 1 年前3Apache ShardingSphere 5.4.1 Document
. . . . . . . . . . . . . . . . 427 9.4 Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429 9.4.1 SQL Error Code . . . . . . . . . . . . . . . . . . . Exception . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 9.4.2 Server Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 10 Dev Manual 440 10 . . . . . . 549 13.4.1 Sharding How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549 13.4.2 Sharding Why does0 码力 | 572 页 | 3.73 MB | 1 年前3Apache ShardingSphere v5.5.0 document
. . . . . . . . . . . . . . . . 458 9.4 Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460 9.4.1 SQL Error Code . . . . . . . . . . . . . . . . . . . Exception . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467 9.4.2 Server Error Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467 10 Dev Manual 468 10 . . . . . . 578 13.3.1 Sharding How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578 13.3.2 Sharding Why does0 码力 | 602 页 | 3.85 MB | 1 年前3Apache ShardingSphere ElasticJob document Nov 01, 2023
. 66 Thread Pool Strategy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Error Handler Strategy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 6.2.9 Job Properties Thread Pool Strategy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 7.3 Error Handler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 7.4 Job Open Ecosystem – Unify job api for extension – Support rich job type lib, such as dataflow, script, HTTP, file, big data – Focus business SDK, can work with Spring IOC • Admin Console – Job administration0 码力 | 101 页 | 1.53 MB | 1 年前3Apache ShardingSphere ElasticJob 中文文档 2023 年 11 月 01 日
(TODO) – 基于有向无环图(DAG)的作业间依赖 – 基于有向无环图(DAG)的作业分片间依赖 • 作业开放生态 – 可扩展的作业类型统一接口 – 丰富的作业类型库,如数据流、脚本、HTTP、文件、大数据等 – 易于对接业务作业,能够与 Spring 依赖注入无缝整合 • 可视化管控端 – 作业管控端 – 作业执行历史数据追踪 – 注册中心管理 3 3 环境要求 3 ElasticJob 提供了对作业的弹性伸缩、分布式治理等功能的同时,并未限定作业的类型。它通过灵活的作 业 API,将作业解耦为作业接口和执行器接口。用户可以定制化全新的作业类型,诸如脚本执行、HTTP 服务执行(3.0.0‐beta 提供)、大数据类作业、文件类作业等。目前 ElasticJob 内置了简单作业、数据流作 业和脚本执行作业,并且完全开放了扩展接口,开发者可以通过 SPI 的方式引入新的作业类型,并且可以 务逻辑。典型代表:Simple 类 型、Dataflow 类型。Type 类型的作业只需提供类型名称即可,开发者无需实现该作业接口,而是通过外 置配置的方式使用。典型代表:Script 类型、HTTP 类型。 5.5. 作业开放生态 20 Apache ShardingSphere ElasticJob document 5.5.2 执行器接口 用于执行用户定义的作业接口,通过 Java0 码力 | 98 页 | 1.97 MB | 1 年前3Apache ShardingSphere 5.0.0-alpha Document
. . . . . . . . . . . . . 294 7.4 How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? 294 7.5 Why does float number appear in the return result of inline expression? . . . . . . . . Bootstrap, how to solve it? . . . . . . . . . . . . . . . 298 7.15 How to solve Type is required error? . . . . . . . . . . . . . . . . . . . . . . . . . 299 7.16 Why does my custom distributed primary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 300 7.20 Why there may be an error when configure both shardingsphere‐jdbc‐spring‐boot‐ starter and a spring‐boot‐starter of certain0 码力 | 311 页 | 2.09 MB | 1 年前3Apache ShardingSphere 5.1.1 Document
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 7.8.1 [JDBC] Why there may be an error when configure both shardingsphere‐jdbc‐ spring‐boot‐starter and a spring‐boot‐starter of certain . . . . . . 347 7.8.8 [Sharding] How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348 7.8.9 [Sharding] Why does too long and how to solve it? . . . . . . . . . 353 7.8.26 [Other] How to solve Type is required error? . . . . . . . . . . . . . . . . . 354 7.8.27 [Other] How to speed up the metadata loading when service0 码力 | 458 页 | 3.43 MB | 1 年前3Apache ShardingSphere 5.1.2 Document
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 7.8.1 [JDBC] Why there may be an error when configure both shardingsphere‐jdbc‐ spring‐boot‐starter and a spring‐boot‐starter of certain . . . . . . 359 7.8.8 [Sharding] How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360 7.8.9 [Sharding] Why does too long and how to solve it? . . . . . . . . . 365 7.8.26 [Other] How to solve Type is required error? . . . . . . . . . . . . . . . . . 366 7.8.27 [Other] How to speed up the metadata loading when service0 码力 | 503 页 | 3.66 MB | 1 年前3Apache ShardingSphere 5.0.0 Document
. . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 7.7.1 1. [JDBC] Why there may be an error when configure both shardingsphere‐jdbc‐ spring‐boot‐starter and a spring‐boot‐starter of certain . . . . 305 7.7.8 8. [Sharding] How to solve Cloud not resolve placeholder ⋯in string value ⋯ error? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 7.7.9 9. [Sharding] Why long and how to solve it? . . . . . . . . . 310 7.7.23 23. [Other] How to solve Type is required error? . . . . . . . . . . . . . . . 311 7.7.24 24. [Other] How to speed up the metadata loading when service0 码力 | 403 页 | 3.15 MB | 1 年前3
共 27 条
- 1
- 2
- 3