Apache Helix · JSON-LD Context

Apache Helix Rest Context

JSON-LD context defining the semantic vocabulary for Apache Helix Rest from Apache Helix.

16 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

helix: https://helix.apache.org/vocab#

Classes

id controller paused disabledInstances liveInstances hostName port enabled tags stateModelDefRef numPartitions replicas rebalanceMode instanceStateMap mapFields name

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "helix": "https://helix.apache.org/vocab#",
    "id": "schema:identifier",
    "controller": "helix:controller",
    "paused": "helix:paused",
    "disabledInstances": "helix:disabledInstances",
    "liveInstances": "helix:liveInstances",
    "hostName": "schema:hostName",
    "port": "schema:portNumber",
    "enabled": "helix:enabled",
    "tags": "schema:keywords",
    "stateModelDefRef": "helix:stateModelDefRef",
    "numPartitions": "helix:numPartitions",
    "replicas": "helix:replicas",
    "rebalanceMode": "helix:rebalanceMode",
    "instanceStateMap": "helix:instanceStateMap",
    "mapFields": "helix:mapFields",
    "name": "schema:name"
  }
}