487488489490491492493494495496497
optionals.set(0); } if (struct.isSetValue()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetKey()) { struct.key.write(oprot); } if (struct.isSetValue()) { oprot.writeBinary(struct.value);
638639640641642643644645646647648
optionals.set(2); } if (struct.isSetThreads()) { optionals.set(3); } oprot.writeBitSet(optionals, 4); if (struct.isSetMaxMemory()) { oprot.writeI64(struct.maxMemory); } if (struct.isSetLatencyMs()) { oprot.writeI64(struct.latencyMs);
379380381382383384385386387388389
TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetMsg()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetMsg()) { oprot.writeString(struct.msg); } }
887888889890891892893894895896897
optionals.set(4); } if (struct.isSetDeleteCell()) { optionals.set(5); } oprot.writeBitSet(optionals, 6); if (struct.isSetColFamily()) { oprot.writeBinary(struct.colFamily); } if (struct.isSetColQualifier()) { oprot.writeBinary(struct.colQualifier);
474475476477478479480481482483484
optionals.set(0); } if (struct.isSetResult()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetScanID()) { oprot.writeI64(struct.scanID); } if (struct.isSetResult()) { struct.result.write(oprot);
508509510511512513514515516517518
optionals.set(0); } if (struct.isSetMore()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetResults()) { { oprot.writeI32(struct.results.size()); for (KeyValue _iter4 : struct.results) {
793794795796797798799800801802803
optionals.set(3); } if (struct.isSetTimestamp()) { optionals.set(4); } oprot.writeBitSet(optionals, 5); if (struct.isSetRow()) { oprot.writeBinary(struct.row); } if (struct.isSetColFamily()) { oprot.writeBinary(struct.colFamily);
377378379380381382383384385386387
TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetEstimatedSize()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetEstimatedSize()) { oprot.writeI64(struct.estimatedSize); } }
10631064106510661067106810691070107110721073
optionals.set(5); } if (struct.isSetMore()) { optionals.set(6); } oprot.writeBitSet(optionals, 7); if (struct.isSetResults()) { { oprot.writeI32(struct.results.size()); for (TKeyValue _iter33 : struct.results) {