Apache Geode 的 Spring 数据
寂寞的心情wang 发布于2021-09 浏览:1942 回复:0
0
收藏

原标题:Spring认证|Apache Geode 的 Spring 数据


Spring Data for Apache Geode 项目的主要目标是使用 Apache Geode 进行分布式数据管理,使构建高度可扩展的 Spring 驱动的应用程序变得更加容易。

Spring Data for Apache Geode 为您的 Apache Geode 应用程序带来了 Spring Framework 的全部功能。


特征
使用 Spring 以声明方式配置和创建 Apache Geode 资源的XML 命名空间

开箱即用的注释模型,可快速轻松地开始使用 Apache Geode

简化Apache Geode API 的使用

Apache Geode 支持的 Spring Cache Abstraction

应用于存储在 Apache Geode 中的 POJO 的 Spring Data Mapping 基础架构

由 Apache Geode 支持的 Spring Data Repositories

Apache Geode 通过 Spring 的声明式事务管理缓存事务

通过 Spring 的声明式事务管理在全局、JTA 事务中使用 Apache Geode 的额外支持

对 Apache Geode 序列化的增强支持

函数执行的注解

支持连续查询

对 Apache Lucene 集成的增强支持

使用 Apache Geode 引导 Spring 上下文

用于 Apache Geode 的Spring 工具套件Spring 项目模板


文档结构
以下内容解释了 Spring Data 为 Apache Geode 提供的核心功能:

Bootstrapping Apache Geode with the Spring Container描述了为配置、初始化和访问 Apache Geode 缓存、区域和相关分布式系统组件提供的配置支持。

使用 Apache Geode API解释了 Apache Geode API 与 Spring 中可用的各种数据访问功能之间的集成,例如基于模板的数据访问、异常转换、事务管理和缓存。

使用 Apache Geode 序列化描述了对 Apache Geode 的托管对象序列化和反序列化的增强。

POJO Mapping描述了使用 Spring Data 存储在 Apache Geode 中的 POJO 的持久性映射。

Spring Data for Apache Geode Repositories描述了如何通过使用基本的 CRUD 和简单的查询操作来创建和使用 Spring Data Repositories 来访问存储在 Apache Geode 中的数据。

函数执行的注释支持描述了如何通过使用注释来执行数据所在的分布式计算来创建和使用 Apache Geode 函数。

连续查询 (CQ)描述了如何使用 Apache Geode 的连续查询 (CQ) 功能来处理基于兴趣的事件流,该兴趣是在 Apache Geode 的 OQL(对象查询语言)中定义和注册的。

在 Apache Geode中引导 Spring ApplicationContext描述了如何ApplicationContext 使用Gfsh.

示例应用程序描述了随发行版提供的示例,以说明 Spring Data for Apache Geode 中可用的各种功能。

收藏
点赞
0
个赞
TOP
切换版块