Apache BookKeeper · JSON Structure

Bookkeeper Admin Bookie State Structure

Current operational state of a BookKeeper bookie.

Type: record Properties: 0
ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Bookie State Structure is a JSON Structure definition published by Apache BookKeeper. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-bookkeeper/refs/heads/main/json-structure/bookkeeper-admin-bookie-state-structure.json",
  "title": "BookieState",
  "description": "Current operational state of a BookKeeper bookie.",
  "type": "record",
  "fields": [
    { "name": "running", "type": "boolean", "description": "Whether the bookie is running." },
    { "name": "readOnly", "type": "boolean", "description": "Whether the bookie is in read-only mode." },
    { "name": "shuttingDown", "type": "boolean", "description": "Whether the bookie is shutting down." },
    { "name": "availableForHighPriorityWrites", "type": "boolean", "description": "Whether the bookie accepts high-priority writes." }
  ]
}