class documentation

class ZookeperNode:

View In Hierarchy

Class to represent a Zookeeper node.

Method print Print the Zookeeper node with rich.
Class Variable isNode Flag to indicate if the node is a Zookeeper node.
Class Variable key The key of the Zookeeper node.
Class Variable path The path of the Zookeeper node.
Class Variable value The value of the Zookeeper node.
def print(self, root: bool):

Print the Zookeeper node with rich.

isNode: bool =

Flag to indicate if the node is a Zookeeper node.

key: str =

The key of the Zookeeper node.

path: str =

The path of the Zookeeper node.

value: str =

The value of the Zookeeper node.