Apache Ignite · Schema

deployMode

Initial set of nodes to deploy.

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL
View JSON Schema on GitHub

JSON Schema

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