• 9.1. Remote service
  • 9.1.1. Remote service. Message flow
  • 9.1.2. Remote service. Fire-and-forget and ack-response modes
  • 9.1.3. Remote service. Asynchronous, Reactive and RxJava3 calls
  • 9.1.4. Remote service. Asynchronous, Reactive and RxJava3 call cancellation
  • 9.2. Live Object service
  • 9.2.1. Introduction
  • 9.2.2. Usage
  • 9.2.3. Search by Object properties
  • 9.2.4. Advanced Usage
  • 9.2.5. Annotations
  • @REntity
  • @RId
  • @RIndex
  • @RObjectField
  • @RCascade
  • 9.2.6. Restrictions
  • 9.3. Distributed executor service
  • 9.3.1. Distributed executor service. Overview
  • 9.3.2. Distributed executor service. Workers
  • 9.3.3. Distributed executor service. Tasks
  • 9.3.4. Distributed executor service. Tasks with Spring beans
  • 9.3.5. Distributed executor service. Task execution cancellation
  • 9.4. Distributed scheduled executor service
  • 9.4.1. Distributed scheduled executor service. Overview
  • 9.4.2. Distributed scheduled executor service. Workers
  • 9.4.3. Distributed scheduled executor service. Scheduling a task
  • 9.4.4. Distributed scheduled executor service. Scheduling a task with Spring beans
  • 9.4.5. Distributed scheduled executor service. Scheduling a task with cron expression
  • 9.4.6. Distributed scheduled executor service. Task scheduling cancellation
  • 9.5. Distributed MapReduce service
  • 9.5.1 Distributed MapReduce service. Overview
  • 1. RMapper applied only for Map objects and transforms each Map's entry to intermediate key/value pair.
  • 2. RCollectionMapper applied only for Collection objects and transforms each Collection's entry to intermediate key/value pair.
  • 3. RReducer reduces a list of intermediate key/value pairs.
  • 4. RCollator converts reduced result to a single object.
  • 9.5.2 Distributed MapReduce service. Map example
  • 9.5.3 Distributed MapReduce service. Collection example
  • 9.6. RediSearch service
  • 9.6.1. RediSearch service. Query execution
  • 9.6.2. RediSearch service. Aggregation
  • 9.6.3. RediSearch service. Spellcheck