Apache Curator · Schema

NodeData

Data associated with a ZooKeeper node managed by Apache Curator, including its path, data payload, and stat metadata.

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Properties

Name Type Description
path string Full ZooKeeper path of this node.
data string Node data as a Base64-encoded string or UTF-8 text.
stat object ZooKeeper Stat object with node metadata.
View JSON Schema on GitHub