Apache Ignite · Example Payload

Rest Api Local Partition State Response Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Rest Api Local Partition State Response Example is an example object payload from Apache Ignite, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

partitionIdzoneNametableIdschemaNametableNamenodeNamestateestimatedRows

Example Payload

Raw ↑
{
  "partitionId": 123,
  "zoneName": "example-name",
  "tableId": 546,
  "schemaName": "example-name",
  "tableName": "example-name",
  "nodeName": "example-name",
  "state": "example-value",
  "estimatedRows": 759
}