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

    1489 2024-06-24 《Apache AGE 0.6.0》
    Apache AGE is a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine’s fork of PostgreSQL 10, Agens...
  • Result

    1338 2024-05-25 《Apache JDO 3.2.1》
    Result type Aggregates Example - Use of aggregates As we have seen, a JDOQL query is made up of different parts. In this section we look at the result part of the query. The re...
  • JDO v JPA : API

    1058 2024-05-25 《Apache JDO 3.2.1》
    The two persistence standards in Java have very similar API’s on the face of it. Here we give a comparison of the method calls and their equivalent in the other API. Operation...
  • Configuration

    983 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...
  • AWS

    Iceberg AWS Integrations Iceberg provides integration with different AWS services through the iceberg-aws module. This section describes how to use Iceberg with AWS. Enabling ...
  • Distributed services

    733 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

    714 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...
  • Number

    680 2024-06-27 《Lodash 4.17.15》
    _.clamp(number, [lower], upper) Since Arguments Returns Example _.inRange(number, [start=0], end) Since Arguments Returns Example _.random([lower=0], [upper=1], [floati...
  • Coding Standards

    618 2024-05-25 《Apache JDO 3.2.1》
    The JDO development team follows the Apache Geronimo coding style . Please use this coding style for contributions (pull request, patches or extensions) to JDO.
  • Hive

    Hive Iceberg supports reading and writing Iceberg tables through Hive by using a StorageHandler . Feature support The following features matrix illustrates the support for diff...