Devlive 开源社区 本次搜索耗时 0.706 秒,为您找到 64 个相关结果.
  • Comparability, Equality, Orderability and Equivalence

    1546 2024-06-24 《Apache AGE 0.6.0》
    Concepts Comparability Equality Orderability Equivalence Comparability and equality Comparability Orderability Between different Agtypes AGE already has good semantics for...
  • InfluxDB

    Description Key features Options url sql [string] schema [config] fields [Config] database [string] username [string] password [string] split_column [string] upper_bound ...
  • Building A Runnable Distribution

    1225 2024-07-05 《Apache Kyuubi 1.9.1》
    To create a Kyuubi distribution like those distributed by Kyuubi Release Page , and that is laid out to be runnable, use ./build/dist in the project root directory. For more inf...
  • 6.6 LaTeX sub-figures

    1039 2024-05-24 《R Markdown Cookbook》
    Sometimes you may want to include multiple images in a single figure environment. Sub-figures allow us to achieve this by arranging multiple images within a single environment and...
  • Distributed services

    600 2025-03-14 《Redisson 3.45.0》
    Remote service Redisson provides Java Remote Services to execute remote procedure call using Redis or Valkey. Remote interface could have any type of method parameters and result ...
  • Cache API implementations

    593 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...
  • Distributed collections

    529 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...
  • Integration with Spring

    517 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...
  • Fork Operator

    Overview of the ForkOperator Using the ForkOperator Basics of Usage Per-Fork Configuration Failure Semantics Performance Tuning Comparison with PartitionedDataWriter Writing...
  • Distributed objects

    363 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...