Devlive 开源社区 本次搜索耗时 0.790 秒,为您找到 66 个相关结果.
  • JDBC

    Iceberg JDBC Integration JDBC Catalog Iceberg supports using a table in a relational database to manage Iceberg tables through JDBC. The database that JDBC connects to must suppo...
  • Server-Side Scripting

    171 2025-03-15 《Redisson 3.45.0》
    LUA Scripting Redisson provides RScript object to execute Lua script. It has atomicity property and used to process data on Redis or Valkey side. Script could be executed in two ...
  • Pipelining

    164 2025-03-15 《Redisson 3.45.0》
    Multiple commands can be sent in a batch using RBatch object in a single network call. Command batches allows to reduce the overall execution time of a group of commands. In Redis...
  • 第三章:线程的基本操作

    学习目标 1. 线程启动(start)、休眠(sleep)、中断(interrupt) 1.1 线程启动(start) 1.2 线程休眠(sleep) 1.3 线程中断(interrupt) 2. 线程Join操作及其应用场景 2.1 Join操作的典型应用场景 3. 线程优先级的设置与影响 4. 守护线程(Daemon Thread)的应用...
  • Exactly Once Support

    Achieving Exactly-Once Delivery with CommitStepStore Scalability 2 can also easily be parallelized where we have each container responsible for a subset of datasets. APIs Thi...
  • 第四章:线程安全问题

    学习目标 1. 什么是线程安全 1.1 线程安全的定义 1.2 线程安全的重要性 2. 共享资源访问的竞态条件 2.1 什么是竞态条件 2.2 竞态条件示例 2.3 竞态条件的类型 读-改-写竞态条件 检查再执行竞态条件 3. 线程安全问题的表现形式 3.1 原子性问题 3.2 可见性问题 3.3 有序性问题 4. 实战案例:商品...