summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java
diff options
context:
space:
mode:
authorJonathan Bauer2017-09-06 13:47:36 +0200
committerJonathan Bauer2017-09-06 13:47:36 +0200
commitd451eba3123206a2df8fb3cdc5e6236fa1c6f707 (patch)
treeae4de5e10ac8a3401e1d925521c3fda8a4dfe555 /src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java
parentMerge branch 'master' of git.openslx.org:bwlp/master-sync-shared (diff)
downloadmaster-sync-shared-d451eba3123206a2df8fb3cdc5e6236fa1c6f707.tar.gz
master-sync-shared-d451eba3123206a2df8fb3cdc5e6236fa1c6f707.tar.xz
master-sync-shared-d451eba3123206a2df8fb3cdc5e6236fa1c6f707.zip
update api
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java b/src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java
index 7b25f2c..40d5680 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/TransferInformation.java
@@ -34,7 +34,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-01-04")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2017-09-06")
public class TransferInformation implements org.apache.thrift.TBase<TransferInformation, TransferInformation._Fields>, java.io.Serializable, Cloneable, Comparable<TransferInformation> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TransferInformation");
@@ -707,13 +707,13 @@ public class TransferInformation implements org.apache.thrift.TBase<TransferInfo
case 4: // BLOCK_HASHES
if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
{
- org.apache.thrift.protocol.TList _list162 = iprot.readListBegin();
- struct.blockHashes = new ArrayList<ByteBuffer>(_list162.size);
- ByteBuffer _elem163;
- for (int _i164 = 0; _i164 < _list162.size; ++_i164)
+ org.apache.thrift.protocol.TList _list178 = iprot.readListBegin();
+ struct.blockHashes = new ArrayList<ByteBuffer>(_list178.size);
+ ByteBuffer _elem179;
+ for (int _i180 = 0; _i180 < _list178.size; ++_i180)
{
- _elem163 = iprot.readBinary();
- struct.blockHashes.add(_elem163);
+ _elem179 = iprot.readBinary();
+ struct.blockHashes.add(_elem179);
}
iprot.readListEnd();
}
@@ -761,9 +761,9 @@ public class TransferInformation implements org.apache.thrift.TBase<TransferInfo
oprot.writeFieldBegin(BLOCK_HASHES_FIELD_DESC);
{
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.blockHashes.size()));
- for (ByteBuffer _iter165 : struct.blockHashes)
+ for (ByteBuffer _iter181 : struct.blockHashes)
{
- oprot.writeBinary(_iter165);
+ oprot.writeBinary(_iter181);
}
oprot.writeListEnd();
}
@@ -823,9 +823,9 @@ public class TransferInformation implements org.apache.thrift.TBase<TransferInfo
if (struct.isSetBlockHashes()) {
{
oprot.writeI32(struct.blockHashes.size());
- for (ByteBuffer _iter166 : struct.blockHashes)
+ for (ByteBuffer _iter182 : struct.blockHashes)
{
- oprot.writeBinary(_iter166);
+ oprot.writeBinary(_iter182);
}
}
}
@@ -852,13 +852,13 @@ public class TransferInformation implements org.apache.thrift.TBase<TransferInfo
}
if (incoming.get(3)) {
{
- org.apache.thrift.protocol.TList _list167 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
- struct.blockHashes = new ArrayList<ByteBuffer>(_list167.size);
- ByteBuffer _elem168;
- for (int _i169 = 0; _i169 < _list167.size; ++_i169)
+ org.apache.thrift.protocol.TList _list183 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+ struct.blockHashes = new ArrayList<ByteBuffer>(_list183.size);
+ ByteBuffer _elem184;
+ for (int _i185 = 0; _i185 < _list183.size; ++_i185)
{
- _elem168 = iprot.readBinary();
- struct.blockHashes.add(_elem168);
+ _elem184 = iprot.readBinary();
+ struct.blockHashes.add(_elem184);
}
}
struct.setBlockHashesIsSet(true);