Apache Ignite · Schema

LocalPartitionStatesResponse

Information about local partition states.

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Properties

Name Type Description
states array
View JSON Schema on GitHub

JSON Schema

rest-api-local-partition-states-response-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-local-partition-states-response-schema.json",
  "title": "LocalPartitionStatesResponse",
  "description": "Information about local partition states.",
  "type": "object",
  "properties": {
    "states": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LocalPartitionStateResponse"
      }
    }
  }
}