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

    7144 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 ...
  • 14. Integration with frameworks

    3750 2024-06-19 《Redisson 3.31.0》
    14.1. Spring Framework 14.2. Spring Cache 14.2.1 Spring Cache. Local cache and data partitioning 14.2.2 Spring Cache. YAML config format 14.3. Hibernate Cache 14.3.1. Hibernate...
  • Java Custom Catalog

    2105 2024-06-29 《Apache Iceberg 1.5.2》
    Custom table operations implementation Custom file IO implementation Custom location provider implementation Custom IcebergSource It’s possible to read an iceberg table either...
  • Configuration

    515 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...
  • Java Custom Catalog

    Custom Catalog It’s possible to read an iceberg table either from an hdfs path or from a hive table. It’s also possible to use a custom metastore in place of hive. The steps to do...
  • Web Session Management

    183 2025-03-15 《Redisson 3.45.0》
    Tomcat Session Redisson implements Redis or Valkey based Tomcat Session Manager. It stores session of Apache Tomcat in Redis or Valkey and allows to distribute requests across a ...