http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/TableDescriptor.java ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/TableDescriptor.java b/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/TableDescriptor.java index 766c263..9b7075f 100644 --- a/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/TableDescriptor.java +++ b/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/TableDescriptor.java @@ -1751,13 +1751,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 11: // BLOCK_CACHING_FILE_TYPES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.SET) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set140 = iprot.readSetBegin(); - struct.blockCachingFileTypes = new HashSet<String>(2*_set140.size); - for (int _i141 = 0; _i141 < _set140.size; ++_i141) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set148 = iprot.readSetBegin(); + struct.blockCachingFileTypes = new HashSet<String>(2*_set148.size); + for (int _i149 = 0; _i149 < _set148.size; ++_i149) { - String _elem142; // required - _elem142 = iprot.readString(); - struct.blockCachingFileTypes.add(_elem142); + String _elem150; // required + _elem150 = iprot.readString(); + struct.blockCachingFileTypes.add(_elem150); } iprot.readSetEnd(); } @@ -1777,13 +1777,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 13: // PRE_CACHE_COLS if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.LIST) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list143 = iprot.readListBegin(); - struct.preCacheCols = new ArrayList<String>(_list143.size); - for (int _i144 = 0; _i144 < _list143.size; ++_i144) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list151 = iprot.readListBegin(); + struct.preCacheCols = new ArrayList<String>(_list151.size); + for (int _i152 = 0; _i152 < _list151.size; ++_i152) { - String _elem145; // required - _elem145 = iprot.readString(); - struct.preCacheCols.add(_elem145); + String _elem153; // required + _elem153 = iprot.readString(); + struct.preCacheCols.add(_elem153); } iprot.readListEnd(); } @@ -1795,15 +1795,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 14: // TABLE_PROPERTIES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map146 = iprot.readMapBegin(); - struct.tableProperties = new HashMap<String,String>(2*_map146.size); - for (int _i147 = 0; _i147 < _map146.size; ++_i147) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map154 = iprot.readMapBegin(); + struct.tableProperties = new HashMap<String,String>(2*_map154.size); + for (int _i155 = 0; _i155 < _map154.size; ++_i155) { - String _key148; // optional - String _val149; // required - _key148 = iprot.readString(); - _val149 = iprot.readString(); - struct.tableProperties.put(_key148, _val149); + String _key156; // optional + String _val157; // required + _key156 = iprot.readString(); + _val157 = iprot.readString(); + struct.tableProperties.put(_key156, _val157); } iprot.readMapEnd(); } @@ -1839,15 +1839,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. case 18: // DEFAULT_MISSING_FIELD_PROPS if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map150 = iprot.readMapBegin(); - struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map150.size); - for (int _i151 = 0; _i151 < _map150.size; ++_i151) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map158 = iprot.readMapBegin(); + struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map158.size); + for (int _i159 = 0; _i159 < _map158.size; ++_i159) { - String _key152; // optional - String _val153; // required - _key152 = iprot.readString(); - _val153 = iprot.readString(); - struct.defaultMissingFieldProps.put(_key152, _val153); + String _key160; // optional + String _val161; // required + _key160 = iprot.readString(); + _val161 = iprot.readString(); + struct.defaultMissingFieldProps.put(_key160, _val161); } iprot.readMapEnd(); } @@ -1904,9 +1904,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(BLOCK_CACHING_FILE_TYPES_FIELD_DESC); { oprot.writeSetBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.blockCachingFileTypes.size())); - for (String _iter154 : struct.blockCachingFileTypes) + for (String _iter162 : struct.blockCachingFileTypes) { - oprot.writeString(_iter154); + oprot.writeString(_iter162); } oprot.writeSetEnd(); } @@ -1919,9 +1919,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(PRE_CACHE_COLS_FIELD_DESC); { oprot.writeListBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.preCacheCols.size())); - for (String _iter155 : struct.preCacheCols) + for (String _iter163 : struct.preCacheCols) { - oprot.writeString(_iter155); + oprot.writeString(_iter163); } oprot.writeListEnd(); } @@ -1931,10 +1931,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(TABLE_PROPERTIES_FIELD_DESC); { oprot.writeMapBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.tableProperties.size())); - for (Map.Entry<String, String> _iter156 : struct.tableProperties.entrySet()) + for (Map.Entry<String, String> _iter164 : struct.tableProperties.entrySet()) { - oprot.writeString(_iter156.getKey()); - oprot.writeString(_iter156.getValue()); + oprot.writeString(_iter164.getKey()); + oprot.writeString(_iter164.getValue()); } oprot.writeMapEnd(); } @@ -1955,10 +1955,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. oprot.writeFieldBegin(DEFAULT_MISSING_FIELD_PROPS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.defaultMissingFieldProps.size())); - for (Map.Entry<String, String> _iter157 : struct.defaultMissingFieldProps.entrySet()) + for (Map.Entry<String, String> _iter165 : struct.defaultMissingFieldProps.entrySet()) { - oprot.writeString(_iter157.getKey()); - oprot.writeString(_iter157.getValue()); + oprot.writeString(_iter165.getKey()); + oprot.writeString(_iter165.getValue()); } oprot.writeMapEnd(); } @@ -2052,9 +2052,9 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetBlockCachingFileTypes()) { { oprot.writeI32(struct.blockCachingFileTypes.size()); - for (String _iter158 : struct.blockCachingFileTypes) + for (String _iter166 : struct.blockCachingFileTypes) { - oprot.writeString(_iter158); + oprot.writeString(_iter166); } } } @@ -2064,19 +2064,19 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetPreCacheCols()) { { oprot.writeI32(struct.preCacheCols.size()); - for (String _iter159 : struct.preCacheCols) + for (String _iter167 : struct.preCacheCols) { - oprot.writeString(_iter159); + oprot.writeString(_iter167); } } } if (struct.isSetTableProperties()) { { oprot.writeI32(struct.tableProperties.size()); - for (Map.Entry<String, String> _iter160 : struct.tableProperties.entrySet()) + for (Map.Entry<String, String> _iter168 : struct.tableProperties.entrySet()) { - oprot.writeString(_iter160.getKey()); - oprot.writeString(_iter160.getValue()); + oprot.writeString(_iter168.getKey()); + oprot.writeString(_iter168.getValue()); } } } @@ -2092,10 +2092,10 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. if (struct.isSetDefaultMissingFieldProps()) { { oprot.writeI32(struct.defaultMissingFieldProps.size()); - for (Map.Entry<String, String> _iter161 : struct.defaultMissingFieldProps.entrySet()) + for (Map.Entry<String, String> _iter169 : struct.defaultMissingFieldProps.entrySet()) { - oprot.writeString(_iter161.getKey()); - oprot.writeString(_iter161.getValue()); + oprot.writeString(_iter169.getKey()); + oprot.writeString(_iter169.getValue()); } } } @@ -2135,13 +2135,13 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(7)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set162 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.blockCachingFileTypes = new HashSet<String>(2*_set162.size); - for (int _i163 = 0; _i163 < _set162.size; ++_i163) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet _set170 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TSet(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.blockCachingFileTypes = new HashSet<String>(2*_set170.size); + for (int _i171 = 0; _i171 < _set170.size; ++_i171) { - String _elem164; // required - _elem164 = iprot.readString(); - struct.blockCachingFileTypes.add(_elem164); + String _elem172; // required + _elem172 = iprot.readString(); + struct.blockCachingFileTypes.add(_elem172); } } struct.setBlockCachingFileTypesIsSet(true); @@ -2152,28 +2152,28 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(9)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list165 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.preCacheCols = new ArrayList<String>(_list165.size); - for (int _i166 = 0; _i166 < _list165.size; ++_i166) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list173 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.preCacheCols = new ArrayList<String>(_list173.size); + for (int _i174 = 0; _i174 < _list173.size; ++_i174) { - String _elem167; // required - _elem167 = iprot.readString(); - struct.preCacheCols.add(_elem167); + String _elem175; // required + _elem175 = iprot.readString(); + struct.preCacheCols.add(_elem175); } } struct.setPreCacheColsIsSet(true); } if (incoming.get(10)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map168 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.tableProperties = new HashMap<String,String>(2*_map168.size); - for (int _i169 = 0; _i169 < _map168.size; ++_i169) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map176 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.tableProperties = new HashMap<String,String>(2*_map176.size); + for (int _i177 = 0; _i177 < _map176.size; ++_i177) { - String _key170; // optional - String _val171; // required - _key170 = iprot.readString(); - _val171 = iprot.readString(); - struct.tableProperties.put(_key170, _val171); + String _key178; // optional + String _val179; // required + _key178 = iprot.readString(); + _val179 = iprot.readString(); + struct.tableProperties.put(_key178, _val179); } } struct.setTablePropertiesIsSet(true); @@ -2192,15 +2192,15 @@ public class TableDescriptor implements org.apache.blur.thirdparty.thrift_0_9_0. } if (incoming.get(14)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map172 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map172.size); - for (int _i173 = 0; _i173 < _map172.size; ++_i173) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map180 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.defaultMissingFieldProps = new HashMap<String,String>(2*_map180.size); + for (int _i181 = 0; _i181 < _map180.size; ++_i181) { - String _key174; // optional - String _val175; // required - _key174 = iprot.readString(); - _val175 = iprot.readString(); - struct.defaultMissingFieldProps.put(_key174, _val175); + String _key182; // optional + String _val183; // required + _key182 = iprot.readString(); + _val183 = iprot.readString(); + struct.defaultMissingFieldProps.put(_key182, _val183); } } struct.setDefaultMissingFieldPropsIsSet(true);
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/User.java ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/User.java b/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/User.java index 8dedd8d..7b203b3 100644 --- a/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/User.java +++ b/distribution/src/main/scripts/interface/gen-java/org/apache/blur/thrift/generated/User.java @@ -476,15 +476,15 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, case 2: // ATTRIBUTES if (schemeField.type == org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map206 = iprot.readMapBegin(); - struct.attributes = new HashMap<String,String>(2*_map206.size); - for (int _i207 = 0; _i207 < _map206.size; ++_i207) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map214 = iprot.readMapBegin(); + struct.attributes = new HashMap<String,String>(2*_map214.size); + for (int _i215 = 0; _i215 < _map214.size; ++_i215) { - String _key208; // optional - String _val209; // required - _key208 = iprot.readString(); - _val209 = iprot.readString(); - struct.attributes.put(_key208, _val209); + String _key216; // optional + String _val217; // required + _key216 = iprot.readString(); + _val217 = iprot.readString(); + struct.attributes.put(_key216, _val217); } iprot.readMapEnd(); } @@ -517,10 +517,10 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, oprot.writeFieldBegin(ATTRIBUTES_FIELD_DESC); { oprot.writeMapBegin(new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, struct.attributes.size())); - for (Map.Entry<String, String> _iter210 : struct.attributes.entrySet()) + for (Map.Entry<String, String> _iter218 : struct.attributes.entrySet()) { - oprot.writeString(_iter210.getKey()); - oprot.writeString(_iter210.getValue()); + oprot.writeString(_iter218.getKey()); + oprot.writeString(_iter218.getValue()); } oprot.writeMapEnd(); } @@ -557,10 +557,10 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, if (struct.isSetAttributes()) { { oprot.writeI32(struct.attributes.size()); - for (Map.Entry<String, String> _iter211 : struct.attributes.entrySet()) + for (Map.Entry<String, String> _iter219 : struct.attributes.entrySet()) { - oprot.writeString(_iter211.getKey()); - oprot.writeString(_iter211.getValue()); + oprot.writeString(_iter219.getKey()); + oprot.writeString(_iter219.getValue()); } } } @@ -576,15 +576,15 @@ public class User implements org.apache.blur.thirdparty.thrift_0_9_0.TBase<User, } if (incoming.get(1)) { { - org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map212 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); - struct.attributes = new HashMap<String,String>(2*_map212.size); - for (int _i213 = 0; _i213 < _map212.size; ++_i213) + org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map220 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, iprot.readI32()); + struct.attributes = new HashMap<String,String>(2*_map220.size); + for (int _i221 = 0; _i221 < _map220.size; ++_i221) { - String _key214; // optional - String _val215; // required - _key214 = iprot.readString(); - _val215 = iprot.readString(); - struct.attributes.put(_key214, _val215); + String _key222; // optional + String _val223; // required + _key222 = iprot.readString(); + _val223 = iprot.readString(); + struct.attributes.put(_key222, _val223); } } struct.setAttributesIsSet(true); http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2f8179cb/distribution/src/main/scripts/interface/gen-js/Blur.js ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/gen-js/Blur.js b/distribution/src/main/scripts/interface/gen-js/Blur.js index 2dd0ea1..a132a8a 100644 --- a/distribution/src/main/scripts/interface/gen-js/Blur.js +++ b/distribution/src/main/scripts/interface/gen-js/Blur.js @@ -663,18 +663,18 @@ Blur_tableList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size216 = 0; - var _rtmp3220; + var _size224 = 0; + var _rtmp3228; this.success = []; - var _etype219 = 0; - _rtmp3220 = input.readListBegin(); - _etype219 = _rtmp3220.etype; - _size216 = _rtmp3220.size; - for (var _i221 = 0; _i221 < _size216; ++_i221) + var _etype227 = 0; + _rtmp3228 = input.readListBegin(); + _etype227 = _rtmp3228.etype; + _size224 = _rtmp3228.size; + for (var _i229 = 0; _i229 < _size224; ++_i229) { - var elem222 = null; - elem222 = input.readString().value; - this.success.push(elem222); + var elem230 = null; + elem230 = input.readString().value; + this.success.push(elem230); } input.readListEnd(); } else { @@ -703,12 +703,12 @@ Blur_tableList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter223 in this.success) + for (var iter231 in this.success) { - if (this.success.hasOwnProperty(iter223)) + if (this.success.hasOwnProperty(iter231)) { - iter223 = this.success[iter223]; - output.writeString(iter223); + iter231 = this.success[iter231]; + output.writeString(iter231); } } output.writeListEnd(); @@ -809,18 +809,18 @@ Blur_tableListByCluster_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size224 = 0; - var _rtmp3228; + var _size232 = 0; + var _rtmp3236; this.success = []; - var _etype227 = 0; - _rtmp3228 = input.readListBegin(); - _etype227 = _rtmp3228.etype; - _size224 = _rtmp3228.size; - for (var _i229 = 0; _i229 < _size224; ++_i229) + var _etype235 = 0; + _rtmp3236 = input.readListBegin(); + _etype235 = _rtmp3236.etype; + _size232 = _rtmp3236.size; + for (var _i237 = 0; _i237 < _size232; ++_i237) { - var elem230 = null; - elem230 = input.readString().value; - this.success.push(elem230); + var elem238 = null; + elem238 = input.readString().value; + this.success.push(elem238); } input.readListEnd(); } else { @@ -849,12 +849,12 @@ Blur_tableListByCluster_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter231 in this.success) + for (var iter239 in this.success) { - if (this.success.hasOwnProperty(iter231)) + if (this.success.hasOwnProperty(iter239)) { - iter231 = this.success[iter231]; - output.writeString(iter231); + iter239 = this.success[iter239]; + output.writeString(iter239); } } output.writeListEnd(); @@ -1840,40 +1840,40 @@ Blur_listSnapshots_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.MAP) { - var _size232 = 0; - var _rtmp3236; + var _size240 = 0; + var _rtmp3244; this.success = {}; - var _ktype233 = 0; - var _vtype234 = 0; - _rtmp3236 = input.readMapBegin(); - _ktype233 = _rtmp3236.ktype; - _vtype234 = _rtmp3236.vtype; - _size232 = _rtmp3236.size; - for (var _i237 = 0; _i237 < _size232; ++_i237) + var _ktype241 = 0; + var _vtype242 = 0; + _rtmp3244 = input.readMapBegin(); + _ktype241 = _rtmp3244.ktype; + _vtype242 = _rtmp3244.vtype; + _size240 = _rtmp3244.size; + for (var _i245 = 0; _i245 < _size240; ++_i245) { - if (_i237 > 0 ) { + if (_i245 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key238 = null; - var val239 = null; - key238 = input.readString().value; - var _size240 = 0; - var _rtmp3244; - val239 = []; - var _etype243 = 0; - _rtmp3244 = input.readListBegin(); - _etype243 = _rtmp3244.etype; - _size240 = _rtmp3244.size; - for (var _i245 = 0; _i245 < _size240; ++_i245) + var key246 = null; + var val247 = null; + key246 = input.readString().value; + var _size248 = 0; + var _rtmp3252; + val247 = []; + var _etype251 = 0; + _rtmp3252 = input.readListBegin(); + _etype251 = _rtmp3252.etype; + _size248 = _rtmp3252.size; + for (var _i253 = 0; _i253 < _size248; ++_i253) { - var elem246 = null; - elem246 = input.readString().value; - val239.push(elem246); + var elem254 = null; + elem254 = input.readString().value; + val247.push(elem254); } input.readListEnd(); - this.success[key238] = val239; + this.success[key246] = val247; } input.readMapEnd(); } else { @@ -1902,19 +1902,19 @@ Blur_listSnapshots_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.MAP, 0); output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.LIST, Thrift.objectLength(this.success)); - for (var kiter247 in this.success) + for (var kiter255 in this.success) { - if (this.success.hasOwnProperty(kiter247)) + if (this.success.hasOwnProperty(kiter255)) { - var viter248 = this.success[kiter247]; - output.writeString(kiter247); - output.writeListBegin(Thrift.Type.STRING, viter248.length); - for (var iter249 in viter248) + var viter256 = this.success[kiter255]; + output.writeString(kiter255); + output.writeListBegin(Thrift.Type.STRING, viter256.length); + for (var iter257 in viter256) { - if (viter248.hasOwnProperty(iter249)) + if (viter256.hasOwnProperty(iter257)) { - iter249 = viter248[iter249]; - output.writeString(iter249); + iter257 = viter256[iter257]; + output.writeString(iter257); } } output.writeListEnd(); @@ -2328,19 +2328,19 @@ Blur_fetchRowBatch_args.prototype.read = function(input) { break; case 2: if (ftype == Thrift.Type.LIST) { - var _size250 = 0; - var _rtmp3254; + var _size258 = 0; + var _rtmp3262; this.selectors = []; - var _etype253 = 0; - _rtmp3254 = input.readListBegin(); - _etype253 = _rtmp3254.etype; - _size250 = _rtmp3254.size; - for (var _i255 = 0; _i255 < _size250; ++_i255) + var _etype261 = 0; + _rtmp3262 = input.readListBegin(); + _etype261 = _rtmp3262.etype; + _size258 = _rtmp3262.size; + for (var _i263 = 0; _i263 < _size258; ++_i263) { - var elem256 = null; - elem256 = new Selector(); - elem256.read(input); - this.selectors.push(elem256); + var elem264 = null; + elem264 = new Selector(); + elem264.read(input); + this.selectors.push(elem264); } input.readListEnd(); } else { @@ -2366,12 +2366,12 @@ Blur_fetchRowBatch_args.prototype.write = function(output) { if (this.selectors !== null && this.selectors !== undefined) { output.writeFieldBegin('selectors', Thrift.Type.LIST, 2); output.writeListBegin(Thrift.Type.STRUCT, this.selectors.length); - for (var iter257 in this.selectors) + for (var iter265 in this.selectors) { - if (this.selectors.hasOwnProperty(iter257)) + if (this.selectors.hasOwnProperty(iter265)) { - iter257 = this.selectors[iter257]; - iter257.write(output); + iter265 = this.selectors[iter265]; + iter265.write(output); } } output.writeListEnd(); @@ -2414,19 +2414,19 @@ Blur_fetchRowBatch_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size258 = 0; - var _rtmp3262; + var _size266 = 0; + var _rtmp3270; this.success = []; - var _etype261 = 0; - _rtmp3262 = input.readListBegin(); - _etype261 = _rtmp3262.etype; - _size258 = _rtmp3262.size; - for (var _i263 = 0; _i263 < _size258; ++_i263) + var _etype269 = 0; + _rtmp3270 = input.readListBegin(); + _etype269 = _rtmp3270.etype; + _size266 = _rtmp3270.size; + for (var _i271 = 0; _i271 < _size266; ++_i271) { - var elem264 = null; - elem264 = new FetchResult(); - elem264.read(input); - this.success.push(elem264); + var elem272 = null; + elem272 = new FetchResult(); + elem272.read(input); + this.success.push(elem272); } input.readListEnd(); } else { @@ -2455,12 +2455,12 @@ Blur_fetchRowBatch_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRUCT, this.success.length); - for (var iter265 in this.success) + for (var iter273 in this.success) { - if (this.success.hasOwnProperty(iter265)) + if (this.success.hasOwnProperty(iter273)) { - iter265 = this.success[iter265]; - iter265.write(output); + iter273 = this.success[iter273]; + iter273.write(output); } } output.writeListEnd(); @@ -2612,19 +2612,19 @@ Blur_mutateBatch_args.prototype.read = function(input) { { case 1: if (ftype == Thrift.Type.LIST) { - var _size266 = 0; - var _rtmp3270; + var _size274 = 0; + var _rtmp3278; this.mutations = []; - var _etype269 = 0; - _rtmp3270 = input.readListBegin(); - _etype269 = _rtmp3270.etype; - _size266 = _rtmp3270.size; - for (var _i271 = 0; _i271 < _size266; ++_i271) + var _etype277 = 0; + _rtmp3278 = input.readListBegin(); + _etype277 = _rtmp3278.etype; + _size274 = _rtmp3278.size; + for (var _i279 = 0; _i279 < _size274; ++_i279) { - var elem272 = null; - elem272 = new RowMutation(); - elem272.read(input); - this.mutations.push(elem272); + var elem280 = null; + elem280 = new RowMutation(); + elem280.read(input); + this.mutations.push(elem280); } input.readListEnd(); } else { @@ -2648,12 +2648,12 @@ Blur_mutateBatch_args.prototype.write = function(output) { if (this.mutations !== null && this.mutations !== undefined) { output.writeFieldBegin('mutations', Thrift.Type.LIST, 1); output.writeListBegin(Thrift.Type.STRUCT, this.mutations.length); - for (var iter273 in this.mutations) + for (var iter281 in this.mutations) { - if (this.mutations.hasOwnProperty(iter273)) + if (this.mutations.hasOwnProperty(iter281)) { - iter273 = this.mutations[iter273]; - iter273.write(output); + iter281 = this.mutations[iter281]; + iter281.write(output); } } output.writeListEnd(); @@ -2931,18 +2931,18 @@ Blur_queryStatusIdList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size274 = 0; - var _rtmp3278; + var _size282 = 0; + var _rtmp3286; this.success = []; - var _etype277 = 0; - _rtmp3278 = input.readListBegin(); - _etype277 = _rtmp3278.etype; - _size274 = _rtmp3278.size; - for (var _i279 = 0; _i279 < _size274; ++_i279) + var _etype285 = 0; + _rtmp3286 = input.readListBegin(); + _etype285 = _rtmp3286.etype; + _size282 = _rtmp3286.size; + for (var _i287 = 0; _i287 < _size282; ++_i287) { - var elem280 = null; - elem280 = input.readString().value; - this.success.push(elem280); + var elem288 = null; + elem288 = input.readString().value; + this.success.push(elem288); } input.readListEnd(); } else { @@ -2971,12 +2971,12 @@ Blur_queryStatusIdList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter281 in this.success) + for (var iter289 in this.success) { - if (this.success.hasOwnProperty(iter281)) + if (this.success.hasOwnProperty(iter289)) { - iter281 = this.success[iter281]; - output.writeString(iter281); + iter289 = this.success[iter289]; + output.writeString(iter289); } } output.writeListEnd(); @@ -3276,18 +3276,18 @@ Blur_terms_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size282 = 0; - var _rtmp3286; + var _size290 = 0; + var _rtmp3294; this.success = []; - var _etype285 = 0; - _rtmp3286 = input.readListBegin(); - _etype285 = _rtmp3286.etype; - _size282 = _rtmp3286.size; - for (var _i287 = 0; _i287 < _size282; ++_i287) + var _etype293 = 0; + _rtmp3294 = input.readListBegin(); + _etype293 = _rtmp3294.etype; + _size290 = _rtmp3294.size; + for (var _i295 = 0; _i295 < _size290; ++_i295) { - var elem288 = null; - elem288 = input.readString().value; - this.success.push(elem288); + var elem296 = null; + elem296 = input.readString().value; + this.success.push(elem296); } input.readListEnd(); } else { @@ -3316,12 +3316,12 @@ Blur_terms_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter289 in this.success) + for (var iter297 in this.success) { - if (this.success.hasOwnProperty(iter289)) + if (this.success.hasOwnProperty(iter297)) { - iter289 = this.success[iter289]; - output.writeString(iter289); + iter297 = this.success[iter297]; + output.writeString(iter297); } } output.writeListEnd(); @@ -3566,18 +3566,18 @@ Blur_shardClusterList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size290 = 0; - var _rtmp3294; + var _size298 = 0; + var _rtmp3302; this.success = []; - var _etype293 = 0; - _rtmp3294 = input.readListBegin(); - _etype293 = _rtmp3294.etype; - _size290 = _rtmp3294.size; - for (var _i295 = 0; _i295 < _size290; ++_i295) + var _etype301 = 0; + _rtmp3302 = input.readListBegin(); + _etype301 = _rtmp3302.etype; + _size298 = _rtmp3302.size; + for (var _i303 = 0; _i303 < _size298; ++_i303) { - var elem296 = null; - elem296 = input.readString().value; - this.success.push(elem296); + var elem304 = null; + elem304 = input.readString().value; + this.success.push(elem304); } input.readListEnd(); } else { @@ -3606,12 +3606,12 @@ Blur_shardClusterList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter297 in this.success) + for (var iter305 in this.success) { - if (this.success.hasOwnProperty(iter297)) + if (this.success.hasOwnProperty(iter305)) { - iter297 = this.success[iter297]; - output.writeString(iter297); + iter305 = this.success[iter305]; + output.writeString(iter305); } } output.writeListEnd(); @@ -3712,18 +3712,18 @@ Blur_shardServerList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size298 = 0; - var _rtmp3302; + var _size306 = 0; + var _rtmp3310; this.success = []; - var _etype301 = 0; - _rtmp3302 = input.readListBegin(); - _etype301 = _rtmp3302.etype; - _size298 = _rtmp3302.size; - for (var _i303 = 0; _i303 < _size298; ++_i303) + var _etype309 = 0; + _rtmp3310 = input.readListBegin(); + _etype309 = _rtmp3310.etype; + _size306 = _rtmp3310.size; + for (var _i311 = 0; _i311 < _size306; ++_i311) { - var elem304 = null; - elem304 = input.readString().value; - this.success.push(elem304); + var elem312 = null; + elem312 = input.readString().value; + this.success.push(elem312); } input.readListEnd(); } else { @@ -3752,12 +3752,12 @@ Blur_shardServerList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter305 in this.success) + for (var iter313 in this.success) { - if (this.success.hasOwnProperty(iter305)) + if (this.success.hasOwnProperty(iter313)) { - iter305 = this.success[iter305]; - output.writeString(iter305); + iter313 = this.success[iter313]; + output.writeString(iter313); } } output.writeListEnd(); @@ -3833,18 +3833,18 @@ Blur_controllerServerList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size306 = 0; - var _rtmp3310; + var _size314 = 0; + var _rtmp3318; this.success = []; - var _etype309 = 0; - _rtmp3310 = input.readListBegin(); - _etype309 = _rtmp3310.etype; - _size306 = _rtmp3310.size; - for (var _i311 = 0; _i311 < _size306; ++_i311) + var _etype317 = 0; + _rtmp3318 = input.readListBegin(); + _etype317 = _rtmp3318.etype; + _size314 = _rtmp3318.size; + for (var _i319 = 0; _i319 < _size314; ++_i319) { - var elem312 = null; - elem312 = input.readString().value; - this.success.push(elem312); + var elem320 = null; + elem320 = input.readString().value; + this.success.push(elem320); } input.readListEnd(); } else { @@ -3873,12 +3873,12 @@ Blur_controllerServerList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter313 in this.success) + for (var iter321 in this.success) { - if (this.success.hasOwnProperty(iter313)) + if (this.success.hasOwnProperty(iter321)) { - iter313 = this.success[iter313]; - output.writeString(iter313); + iter321 = this.success[iter321]; + output.writeString(iter321); } } output.writeListEnd(); @@ -3979,27 +3979,27 @@ Blur_shardServerLayout_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.MAP) { - var _size314 = 0; - var _rtmp3318; + var _size322 = 0; + var _rtmp3326; this.success = {}; - var _ktype315 = 0; - var _vtype316 = 0; - _rtmp3318 = input.readMapBegin(); - _ktype315 = _rtmp3318.ktype; - _vtype316 = _rtmp3318.vtype; - _size314 = _rtmp3318.size; - for (var _i319 = 0; _i319 < _size314; ++_i319) + var _ktype323 = 0; + var _vtype324 = 0; + _rtmp3326 = input.readMapBegin(); + _ktype323 = _rtmp3326.ktype; + _vtype324 = _rtmp3326.vtype; + _size322 = _rtmp3326.size; + for (var _i327 = 0; _i327 < _size322; ++_i327) { - if (_i319 > 0 ) { + if (_i327 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key320 = null; - var val321 = null; - key320 = input.readString().value; - val321 = input.readString().value; - this.success[key320] = val321; + var key328 = null; + var val329 = null; + key328 = input.readString().value; + val329 = input.readString().value; + this.success[key328] = val329; } input.readMapEnd(); } else { @@ -4028,13 +4028,13 @@ Blur_shardServerLayout_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.MAP, 0); output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.STRING, Thrift.objectLength(this.success)); - for (var kiter322 in this.success) + for (var kiter330 in this.success) { - if (this.success.hasOwnProperty(kiter322)) + if (this.success.hasOwnProperty(kiter330)) { - var viter323 = this.success[kiter322]; - output.writeString(kiter322); - output.writeString(viter323); + var viter331 = this.success[kiter330]; + output.writeString(kiter330); + output.writeString(viter331); } } output.writeMapEnd(); @@ -4135,49 +4135,49 @@ Blur_shardServerLayoutState_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.MAP) { - var _size324 = 0; - var _rtmp3328; + var _size332 = 0; + var _rtmp3336; this.success = {}; - var _ktype325 = 0; - var _vtype326 = 0; - _rtmp3328 = input.readMapBegin(); - _ktype325 = _rtmp3328.ktype; - _vtype326 = _rtmp3328.vtype; - _size324 = _rtmp3328.size; - for (var _i329 = 0; _i329 < _size324; ++_i329) + var _ktype333 = 0; + var _vtype334 = 0; + _rtmp3336 = input.readMapBegin(); + _ktype333 = _rtmp3336.ktype; + _vtype334 = _rtmp3336.vtype; + _size332 = _rtmp3336.size; + for (var _i337 = 0; _i337 < _size332; ++_i337) { - if (_i329 > 0 ) { + if (_i337 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key330 = null; - var val331 = null; - key330 = input.readString().value; - var _size332 = 0; - var _rtmp3336; - val331 = {}; - var _ktype333 = 0; - var _vtype334 = 0; - _rtmp3336 = input.readMapBegin(); - _ktype333 = _rtmp3336.ktype; - _vtype334 = _rtmp3336.vtype; - _size332 = _rtmp3336.size; - for (var _i337 = 0; _i337 < _size332; ++_i337) + var key338 = null; + var val339 = null; + key338 = input.readString().value; + var _size340 = 0; + var _rtmp3344; + val339 = {}; + var _ktype341 = 0; + var _vtype342 = 0; + _rtmp3344 = input.readMapBegin(); + _ktype341 = _rtmp3344.ktype; + _vtype342 = _rtmp3344.vtype; + _size340 = _rtmp3344.size; + for (var _i345 = 0; _i345 < _size340; ++_i345) { - if (_i337 > 0 ) { + if (_i345 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key338 = null; - var val339 = null; - key338 = input.readString().value; - val339 = input.readI32().value; - val331[key338] = val339; + var key346 = null; + var val347 = null; + key346 = input.readString().value; + val347 = input.readI32().value; + val339[key346] = val347; } input.readMapEnd(); - this.success[key330] = val331; + this.success[key338] = val339; } input.readMapEnd(); } else { @@ -4206,20 +4206,20 @@ Blur_shardServerLayoutState_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.MAP, 0); output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.MAP, Thrift.objectLength(this.success)); - for (var kiter340 in this.success) + for (var kiter348 in this.success) { - if (this.success.hasOwnProperty(kiter340)) + if (this.success.hasOwnProperty(kiter348)) { - var viter341 = this.success[kiter340]; - output.writeString(kiter340); - output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.I32, Thrift.objectLength(viter341)); - for (var kiter342 in viter341) + var viter349 = this.success[kiter348]; + output.writeString(kiter348); + output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.I32, Thrift.objectLength(viter349)); + for (var kiter350 in viter349) { - if (viter341.hasOwnProperty(kiter342)) + if (viter349.hasOwnProperty(kiter350)) { - var viter343 = viter341[kiter342]; - output.writeString(kiter342); - output.writeI32(viter343); + var viter351 = viter349[kiter350]; + output.writeString(kiter350); + output.writeI32(viter351); } } output.writeMapEnd(); @@ -4422,27 +4422,27 @@ Blur_configuration_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.MAP) { - var _size344 = 0; - var _rtmp3348; + var _size352 = 0; + var _rtmp3356; this.success = {}; - var _ktype345 = 0; - var _vtype346 = 0; - _rtmp3348 = input.readMapBegin(); - _ktype345 = _rtmp3348.ktype; - _vtype346 = _rtmp3348.vtype; - _size344 = _rtmp3348.size; - for (var _i349 = 0; _i349 < _size344; ++_i349) + var _ktype353 = 0; + var _vtype354 = 0; + _rtmp3356 = input.readMapBegin(); + _ktype353 = _rtmp3356.ktype; + _vtype354 = _rtmp3356.vtype; + _size352 = _rtmp3356.size; + for (var _i357 = 0; _i357 < _size352; ++_i357) { - if (_i349 > 0 ) { + if (_i357 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key350 = null; - var val351 = null; - key350 = input.readString().value; - val351 = input.readString().value; - this.success[key350] = val351; + var key358 = null; + var val359 = null; + key358 = input.readString().value; + val359 = input.readString().value; + this.success[key358] = val359; } input.readMapEnd(); } else { @@ -4471,13 +4471,13 @@ Blur_configuration_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.MAP, 0); output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.STRING, Thrift.objectLength(this.success)); - for (var kiter352 in this.success) + for (var kiter360 in this.success) { - if (this.success.hasOwnProperty(kiter352)) + if (this.success.hasOwnProperty(kiter360)) { - var viter353 = this.success[kiter352]; - output.writeString(kiter352); - output.writeString(viter353); + var viter361 = this.success[kiter360]; + output.writeString(kiter360); + output.writeString(viter361); } } output.writeMapEnd(); @@ -4517,18 +4517,18 @@ Blur_metrics_args.prototype.read = function(input) { { case 1: if (ftype == Thrift.Type.SET) { - var _size354 = 0; - var _rtmp3358; + var _size362 = 0; + var _rtmp3366; this.metrics = []; - var _etype357 = 0; - _rtmp3358 = input.readSetBegin(); - _etype357 = _rtmp3358.etype; - _size354 = _rtmp3358.size; - for (var _i359 = 0; _i359 < _size354; ++_i359) + var _etype365 = 0; + _rtmp3366 = input.readSetBegin(); + _etype365 = _rtmp3366.etype; + _size362 = _rtmp3366.size; + for (var _i367 = 0; _i367 < _size362; ++_i367) { - var elem360 = null; - elem360 = input.readString().value; - this.metrics.push(elem360); + var elem368 = null; + elem368 = input.readString().value; + this.metrics.push(elem368); } input.readSetEnd(); } else { @@ -4552,12 +4552,12 @@ Blur_metrics_args.prototype.write = function(output) { if (this.metrics !== null && this.metrics !== undefined) { output.writeFieldBegin('metrics', Thrift.Type.SET, 1); output.writeSetBegin(Thrift.Type.STRING, this.metrics.length); - for (var iter361 in this.metrics) + for (var iter369 in this.metrics) { - if (this.metrics.hasOwnProperty(iter361)) + if (this.metrics.hasOwnProperty(iter369)) { - iter361 = this.metrics[iter361]; - output.writeString(iter361); + iter369 = this.metrics[iter369]; + output.writeString(iter369); } } output.writeSetEnd(); @@ -4600,28 +4600,28 @@ Blur_metrics_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.MAP) { - var _size362 = 0; - var _rtmp3366; + var _size370 = 0; + var _rtmp3374; this.success = {}; - var _ktype363 = 0; - var _vtype364 = 0; - _rtmp3366 = input.readMapBegin(); - _ktype363 = _rtmp3366.ktype; - _vtype364 = _rtmp3366.vtype; - _size362 = _rtmp3366.size; - for (var _i367 = 0; _i367 < _size362; ++_i367) + var _ktype371 = 0; + var _vtype372 = 0; + _rtmp3374 = input.readMapBegin(); + _ktype371 = _rtmp3374.ktype; + _vtype372 = _rtmp3374.vtype; + _size370 = _rtmp3374.size; + for (var _i375 = 0; _i375 < _size370; ++_i375) { - if (_i367 > 0 ) { + if (_i375 > 0 ) { if (input.rstack.length > input.rpos[input.rpos.length -1] + 1) { input.rstack.pop(); } } - var key368 = null; - var val369 = null; - key368 = input.readString().value; - val369 = new Metric(); - val369.read(input); - this.success[key368] = val369; + var key376 = null; + var val377 = null; + key376 = input.readString().value; + val377 = new Metric(); + val377.read(input); + this.success[key376] = val377; } input.readMapEnd(); } else { @@ -4650,13 +4650,13 @@ Blur_metrics_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.MAP, 0); output.writeMapBegin(Thrift.Type.STRING, Thrift.Type.STRUCT, Thrift.objectLength(this.success)); - for (var kiter370 in this.success) + for (var kiter378 in this.success) { - if (this.success.hasOwnProperty(kiter370)) + if (this.success.hasOwnProperty(kiter378)) { - var viter371 = this.success[kiter370]; - output.writeString(kiter370); - viter371.write(output); + var viter379 = this.success[kiter378]; + output.writeString(kiter378); + viter379.write(output); } } output.writeMapEnd(); @@ -4826,18 +4826,18 @@ Blur_traceList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size372 = 0; - var _rtmp3376; + var _size380 = 0; + var _rtmp3384; this.success = []; - var _etype375 = 0; - _rtmp3376 = input.readListBegin(); - _etype375 = _rtmp3376.etype; - _size372 = _rtmp3376.size; - for (var _i377 = 0; _i377 < _size372; ++_i377) + var _etype383 = 0; + _rtmp3384 = input.readListBegin(); + _etype383 = _rtmp3384.etype; + _size380 = _rtmp3384.size; + for (var _i385 = 0; _i385 < _size380; ++_i385) { - var elem378 = null; - elem378 = input.readString().value; - this.success.push(elem378); + var elem386 = null; + elem386 = input.readString().value; + this.success.push(elem386); } input.readListEnd(); } else { @@ -4866,12 +4866,12 @@ Blur_traceList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter379 in this.success) + for (var iter387 in this.success) { - if (this.success.hasOwnProperty(iter379)) + if (this.success.hasOwnProperty(iter387)) { - iter379 = this.success[iter379]; - output.writeString(iter379); + iter387 = this.success[iter387]; + output.writeString(iter387); } } output.writeListEnd(); @@ -4972,18 +4972,18 @@ Blur_traceRequestList_result.prototype.read = function(input) { { case 0: if (ftype == Thrift.Type.LIST) { - var _size380 = 0; - var _rtmp3384; + var _size388 = 0; + var _rtmp3392; this.success = []; - var _etype383 = 0; - _rtmp3384 = input.readListBegin(); - _etype383 = _rtmp3384.etype; - _size380 = _rtmp3384.size; - for (var _i385 = 0; _i385 < _size380; ++_i385) + var _etype391 = 0; + _rtmp3392 = input.readListBegin(); + _etype391 = _rtmp3392.etype; + _size388 = _rtmp3392.size; + for (var _i393 = 0; _i393 < _size388; ++_i393) { - var elem386 = null; - elem386 = input.readString().value; - this.success.push(elem386); + var elem394 = null; + elem394 = input.readString().value; + this.success.push(elem394); } input.readListEnd(); } else { @@ -5012,12 +5012,12 @@ Blur_traceRequestList_result.prototype.write = function(output) { if (this.success !== null && this.success !== undefined) { output.writeFieldBegin('success', Thrift.Type.LIST, 0); output.writeListBegin(Thrift.Type.STRING, this.success.length); - for (var iter387 in this.success) + for (var iter395 in this.success) { - if (this.success.hasOwnProperty(iter387)) + if (this.success.hasOwnProperty(iter395)) { - iter387 = this.success[iter387]; - output.writeString(iter387); + iter395 = this.success[iter395]; + output.writeString(iter395); } } output.writeListEnd();
