Apache Ignite · JSON Structure

Rest Api Deploy Mode Structure

Initial set of nodes to deploy.

Type: string Properties: 0
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

deployMode is a JSON Structure definition published by Apache Ignite. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-deploy-mode-structure.json",
  "name": "deployMode",
  "description": "Initial set of nodes to deploy.",
  "enum": [
    "MAJORITY",
    "ALL"
  ]
}