Devlive 开源社区 本次搜索耗时 2.902 秒,为您找到 164 个相关结果.
  • Distributed collections

    425 2025-03-14 《Redisson 3.45.0》
    Map Redis or Valkey based distributed Map object for Java implements ConcurrentMap interface. This object is thread-safe. Consider to use Live Object service to store POJO obje...
  • Storage Configurations

    372 2024-07-01 《Apache Hudi 0.15.0》
    Cloud Storage AWS S3 Google Cloud Alibaba Cloud Microsoft Azure Tencent Cloud IBM Cloud Baidu Cloud JuiceFS Oracle Cloud Infrastructure
  • Job Configuration Files

    Job Configuration Basics Hierarchical Structure of Job Configuration Files Password Encryption Adding or Changing Job Configuration Files Scheduled Jobs One Time Jobs Disable...
  • Configuration Glossary

    Table of Contents Properties File Format Creating a Basic Properties File Job Launcher Properties Common Job Launcher Properties SchedulerDaemon Properties CliMRJobLauncher Pr...
  • Distributed objects

    291 2025-03-14 《Redisson 3.45.0》
    Object holder Java implementation of Redis or Valkey based RBucket object is a holder for any type of object. Size is limited to 512Mb. Code example: RBucket < AnyObject > buc...
  • State Management and Watermarks

    Managing Watermarks in a Job Basics Task Failures Multi-Dataset Jobs Gobblin State Deep Dive State class hierarchy How States are Used in a Gobblin Job This page has two p...
  • API Models

    229 2025-03-14 《Redisson 3.45.0》
    Synchronous and Asynchronous API Redisson instances are fully thread-safe. Synchronous and Asynchronous API could be reached via RedissonClient interface. Most Redisson objects...
  • Distributed counters

    225 2025-03-14 《Redisson 3.45.0》
    Id generator Redis or Valkey based Java Id generator RIdGenerator generates unique numbers but not monotonically increased. At first request, batch of id numbers is allocated and...
  • Distributed locks and synchronizers

    221 2025-03-14 《Redisson 3.45.0》
    Lock Redis or Valkey based distributed reentrant Lock object for Java and implements Lock interface. Uses pub/sub channel to notify other threads across all Redisson instances w...
  • Transactions

    188 2025-03-15 《Redisson 3.45.0》
    Transactions management RMap , RMapCache , RLocalCachedMap , RSet , RSetCache and RBucket Redisson objects may participant in Transaction with ACID properties. It uses locks for...