Apache Ignite · JSON Structure

Rest Api Local Partition State Response Structure

Information about local partition state.

Type: object Properties: 8 Required: 8
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

LocalPartitionStateResponse is a JSON Structure definition published by Apache Ignite, describing 8 properties, of which 8 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partitionId zoneName tableId schemaName tableName nodeName state estimatedRows

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-local-partition-state-response-structure.json",
  "name": "LocalPartitionStateResponse",
  "description": "Information about local partition state.",
  "properties": {
    "partitionId": {
      "type": "int32"
    },
    "zoneName": {
      "type": "string"
    },
    "tableId": {
      "type": "int32"
    },
    "schemaName": {
      "type": "string"
    },
    "tableName": {
      "type": "string"
    },
    "nodeName": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "estimatedRows": {
      "type": "int64"
    }
  },
  "required": [
    "estimatedRows",
    "nodeName",
    "partitionId",
    "schemaName",
    "state",
    "tableId",
    "tableName",
    "zoneName"
  ]
}