5.7.25. vlcp.utils.zookeeper

Note

This document is generated from the source file.

View Source on GitHub

Created on 2016/8/25

author:hubo
class vlcp.utils.zookeeper.UStringParser

Jute ustring type.

__init__()

Initialize self. See help(type(self)) for accurate signature.

class vlcp.utils.zookeeper.VectorParser(innerparser)

Jute vector type.

__init__(innerparser)

Initialize self. See help(type(self)) for accurate signature.

class vlcp.utils.zookeeper.ustringtype(displayname='ustring')

A int32 followed by variable length bytes

__init__(displayname='ustring')

Initialize self. See help(type(self)) for accurate signature.

__repr__(*args, **kwargs)

Return repr(self).

parser()

Get parser for this type. Create the parser on first call.

class vlcp.utils.zookeeper.vector(innertype)

Jute vector

__init__(innertype)

Initialize self. See help(type(self)) for accurate signature.

__repr__(*args, **kwargs)

Return repr(self).