本文整理汇总了Python中thrift.Thrift.TType.BOOL属性的典型用法代码示例。如果您正苦于以下问题:Python TType.BOOL属性的具体用法?Python TType.BOOL怎么用?Python TType.BOOL使用的例子?那么恭喜您, 这里精选的属性代码示例或许可以为您提供帮助。您也可以进一步了解该属性所在类thrift.Thrift.TType
的用法示例。
在下文中一共展示了TType.BOOL属性的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: write
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def write(self, oprot):
if oprot._fast_encode is not None and self.thrift_spec is not None:
oprot.trans.write(oprot._fast_encode(self, (self.__class__, self.thrift_spec)))
return
oprot.writeStructBegin('NodeCapabilities')
if self.protocol_minor_version is not None:
oprot.writeFieldBegin('protocol_minor_version', TType.I16, 1)
oprot.writeI16(self.protocol_minor_version)
oprot.writeFieldEnd()
if self.flood_reduction is not None:
oprot.writeFieldBegin('flood_reduction', TType.BOOL, 2)
oprot.writeBool(self.flood_reduction)
oprot.writeFieldEnd()
if self.hierarchy_indications is not None:
oprot.writeFieldBegin('hierarchy_indications', TType.I32, 3)
oprot.writeI32(self.hierarchy_indications)
oprot.writeFieldEnd()
oprot.writeFieldStop()
oprot.writeStructEnd()
示例2: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
iprot._fast_decode(self, iprot, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 1:
if ftype == TType.BOOL:
self.bfd = iprot.readBool()
else:
iprot.skip(ftype)
elif fid == 2:
if ftype == TType.BOOL:
self.v4_forwarding_capable = iprot.readBool()
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例3: write
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def write(self, oprot):
if oprot._fast_encode is not None and self.thrift_spec is not None:
oprot.trans.write(oprot._fast_encode(self, (self.__class__, self.thrift_spec)))
return
oprot.writeStructBegin('TimedOutException')
if self.acknowledged_by is not None:
oprot.writeFieldBegin('acknowledged_by', TType.I32, 1)
oprot.writeI32(self.acknowledged_by)
oprot.writeFieldEnd()
if self.acknowledged_by_batchlog is not None:
oprot.writeFieldBegin('acknowledged_by_batchlog', TType.BOOL, 2)
oprot.writeBool(self.acknowledged_by_batchlog)
oprot.writeFieldEnd()
if self.paxos_in_progress is not None:
oprot.writeFieldBegin('paxos_in_progress', TType.BOOL, 3)
oprot.writeBool(self.paxos_in_progress)
oprot.writeFieldEnd()
oprot.writeFieldStop()
oprot.writeStructEnd()
示例4: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 0:
if ftype == TType.BOOL:
self.success = iprot.readBool();
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例5: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 1:
if ftype == TType.BOOL:
self.succeed = iprot.readBool();
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例6: write
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def write(self, oprot):
if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None:
oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec)))
return
oprot.writeStructBegin('ClusterState')
if self.ready is not None:
oprot.writeFieldBegin('ready', TType.BOOL, 1)
oprot.writeBool(self.ready)
oprot.writeFieldEnd()
if self.timeline is not None:
oprot.writeFieldBegin('timeline', TType.STRUCT, 2)
self.timeline.write(oprot)
oprot.writeFieldEnd()
if self.hostReady is not None:
oprot.writeFieldBegin('hostReady', TType.BOOL, 3)
oprot.writeBool(self.hostReady)
oprot.writeFieldEnd()
if self.serviceReady is not None:
oprot.writeFieldBegin('serviceReady', TType.BOOL, 4)
oprot.writeBool(self.serviceReady)
oprot.writeFieldEnd()
oprot.writeFieldStop()
oprot.writeStructEnd()
示例7: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 1:
if ftype == TType.STRING:
self.attribute = iprot.readString();
else:
iprot.skip(ftype)
elif fid == 2:
if ftype == TType.BOOL:
self.asc = iprot.readBool();
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例8: write
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def write(self, oprot):
if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None:
oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec)))
return
oprot.writeStructBegin('EntityGroupSpec')
if self.attributes is not None:
oprot.writeFieldBegin('attributes', TType.LIST, 1)
oprot.writeListBegin(TType.STRUCT, len(self.attributes))
for iter76 in self.attributes:
iter76.write(oprot)
oprot.writeListEnd()
oprot.writeFieldEnd()
if self.enableHash is not None:
oprot.writeFieldBegin('enableHash', TType.BOOL, 2)
oprot.writeBool(self.enableHash)
oprot.writeFieldEnd()
oprot.writeFieldStop()
oprot.writeStructEnd()
示例9: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 1:
if ftype == TType.STRING:
self.queueName = iprot.readString();
else:
iprot.skip(ftype)
elif fid == 2:
if ftype == TType.BOOL:
self.enabled = iprot.readBool();
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例10: read
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def read(self, iprot):
if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None:
fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec))
return
iprot.readStructBegin()
while True:
(fname, ftype, fid) = iprot.readFieldBegin()
if ftype == TType.STOP:
break
if fid == 0:
if ftype == TType.BOOL:
self.success = iprot.readBool()
else:
iprot.skip(ftype)
elif fid == 1:
if ftype == TType.STRUCT:
self.e = TalkException()
self.e.read(iprot)
else:
iprot.skip(ftype)
else:
iprot.skip(ftype)
iprot.readFieldEnd()
iprot.readStructEnd()
示例11: write
# 需要导入模块: from thrift.Thrift import TType [as 别名]
# 或者: from thrift.Thrift.TType import BOOL [as 别名]
def write(self, oprot):
if oprot._fast_encode is not None and self.thrift_spec is not None:
oprot.trans.write(oprot._fast_encode(self, (self.__class__, self.thrift_spec)))
return
oprot.writeStructBegin('LinkCapabilities')
if self.bfd is not None:
oprot.writeFieldBegin('bfd', TType.BOOL, 1)
oprot.writeBool(self.bfd)
oprot.writeFieldEnd()
if self.v4_forwarding_capable is not None:
oprot.writeFieldBegin('v4_forwarding_capable', TType.BOOL, 2)
oprot.writeBool(self.v4_forwarding_capable)
oprot.writeFieldEnd()
oprot.writeFieldStop()
oprot.writeStructEnd()