Actor Model · JSON Structure

Actor Model Shard Structure

A shard partition in the cluster

Type: object Properties: 5
Actor ModelConcurrencyDistributed Systems

Actor Model Shard Structure is a JSON Structure definition published by Actor Model, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

shardId region nodeId entityCount status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/actor-model/actor-model-shard-structure.json",
  "title": "Shard",
  "description": "A shard partition in the cluster",
  "type": "object",
  "properties": {
    "shardId": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "nodeId": {
      "type": "string"
    },
    "entityCount": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    }
  }
}