Devlive 开源社区 本次搜索耗时 0.834 秒,为您找到 22 个相关结果.
  • 2. Configuration

    24672 2024-06-19 《Redisson 3.31.0》
    2.1. Programmatic configuration 2.2. Declarative configuration 2.2.1 YAML file based configuration 2.2.2 Variable syntax 2.2.3 Passwords encryption 2.3. Common settings codec ...
  • Configurations

    20617 2024-07-05 《Apache Kyuubi 1.9.1》
    Environments Kyuubi Configurations Authentication Backend Batch Credentials Ctl Delegation Engine Event Frontend Ha Kinit Kubernetes Lineage Metadata Metrics Operat...
  • 配置文件

    前言 目录结构 配置文件详解 dolphinscheduler-daemon.sh [启动/关闭DolphinScheduler服务脚本] 数据库连接相关配置 注册中心相关配置 common.properties [hadoop、s3、yarn配置] Api-server相关配置 Master Server相关配置 Worker Server...
  • 配置文件

    目录结构 1.dolphinscheduler-daemon.sh [启动/关闭DS服务脚本] 2.datasource.properties [数据库连接] 3.zookeeper.properties [zookeeper连接配置] 4.common.properties [hadoop、s3、yarn配置] 5.application-api...
  • 架构设计

    1.名词解释 2.系统架构 2.1 系统架构图 2.2 启动流程活动图 2.3 架构说明 该服务内主要包含: 该服务包含: 2.3 架构设计思想 一、去中心化vs中心化 中心化思想 去中心化 二、分布式锁实践 三、线程不足循环等待问题 四、容错设计 1. 宕机容错 2.任务失败重试 五、任务优先级设计 六、Logback和net...
  • 架构设计

    系统架构设计 系统架构 系统架构图 启动流程活动图 架构说明 该服务内主要包含: 该服务包含: 架构设计思想 一、去中心化vs中心化 中心化思想 去中心化 二、容错设计 宕机容错 三、任务失败重试 四、任务优先级设计 五、Logback和netty实现日志访问 总结 系统架构设计 系统架构 系统架构图 ...
  • FAQs

    11873 2024-06-17 《Apache SeaTunnel 2.3.5》
    Why should I install a computing engine like Spark or Flink? I have a question, and I cannot solve it by myself How do I declare a variable? How do I write a configuration item ...
  • Configuration

    10162 2025-03-14 《Redisson 3.45.0》
    Using Redisson API Programmatic configuration is performed by the Config object instance. For example: Config config = new Config (); config . setTransportMode ( Transpo...
  • Integration with Spring

    7652 2025-03-15 《Redisson 3.45.0》
    Spring Boot Starter Integrates Redisson with Spring Boot library. Depends on Spring Data Redis module. Supports Spring Boot 1.3.x - 3.4.x Usage 1. Add redisson-spring-boot-sta...
  • Cache API implementations

    7455 2025-03-15 《Redisson 3.45.0》
    Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...