summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java148
1 files changed, 61 insertions, 87 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java b/src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java
index 962550b..ffcf8a7 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/MasterTag.java
@@ -1,53 +1,23 @@
/**
- * Autogenerated by Thrift Compiler (0.9.3)
+ * Autogenerated by Thrift Compiler (0.15.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.openslx.bwlp.thrift.iface;
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-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")
+@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
+@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17")
public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._Fields>, java.io.Serializable, Cloneable, Comparable<MasterTag> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("MasterTag");
private static final org.apache.thrift.protocol.TField TAG_FIELD_DESC = new org.apache.thrift.protocol.TField("tag", org.apache.thrift.protocol.TType.STRING, (short)1);
private static final org.apache.thrift.protocol.TField CREATE_TIME_FIELD_DESC = new org.apache.thrift.protocol.TField("createTime", org.apache.thrift.protocol.TType.I64, (short)2);
- private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
- static {
- schemes.put(StandardScheme.class, new MasterTagStandardSchemeFactory());
- schemes.put(TupleScheme.class, new MasterTagTupleSchemeFactory());
- }
+ private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new MasterTagStandardSchemeFactory();
+ private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new MasterTagTupleSchemeFactory();
- public String tag; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String tag; // required
public long createTime; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
@@ -55,10 +25,10 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
TAG((short)1, "tag"),
CREATE_TIME((short)2, "createTime");
- private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
+ private static final java.util.Map<java.lang.String, _Fields> byName = new java.util.HashMap<java.lang.String, _Fields>();
static {
- for (_Fields field : EnumSet.allOf(_Fields.class)) {
+ for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
@@ -66,6 +36,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
+ @org.apache.thrift.annotation.Nullable
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // TAG
@@ -83,21 +54,22 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
- if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
+ if (fields == null) throw new java.lang.IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
- public static _Fields findByName(String name) {
+ @org.apache.thrift.annotation.Nullable
+ public static _Fields findByName(java.lang.String name) {
return byName.get(name);
}
private final short _thriftId;
- private final String _fieldName;
+ private final java.lang.String _fieldName;
- _Fields(short thriftId, String fieldName) {
+ _Fields(short thriftId, java.lang.String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
@@ -106,7 +78,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
return _thriftId;
}
- public String getFieldName() {
+ public java.lang.String getFieldName() {
return _fieldName;
}
}
@@ -114,14 +86,14 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
// isset id assignments
private static final int __CREATETIME_ISSET_ID = 0;
private byte __isset_bitfield = 0;
- public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
+ public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
- Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
+ java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new java.util.EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.TAG, new org.apache.thrift.meta_data.FieldMetaData("tag", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.CREATE_TIME, new org.apache.thrift.meta_data.FieldMetaData("createTime", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64 , "UnixTimestamp")));
- metaDataMap = Collections.unmodifiableMap(tmpMap);
+ metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(MasterTag.class, metaDataMap);
}
@@ -129,7 +101,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
public MasterTag(
- String tag,
+ java.lang.String tag,
long createTime)
{
this();
@@ -160,11 +132,12 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
this.createTime = 0;
}
- public String getTag() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getTag() {
return this.tag;
}
- public MasterTag setTag(String tag) {
+ public MasterTag setTag(@org.apache.thrift.annotation.Nullable java.lang.String tag) {
this.tag = tag;
return this;
}
@@ -195,25 +168,25 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
public void unsetCreateTime() {
- __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __CREATETIME_ISSET_ID);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __CREATETIME_ISSET_ID);
}
/** Returns true if field createTime is set (has been assigned a value) and false otherwise */
public boolean isSetCreateTime() {
- return EncodingUtils.testBit(__isset_bitfield, __CREATETIME_ISSET_ID);
+ return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __CREATETIME_ISSET_ID);
}
public void setCreateTimeIsSet(boolean value) {
- __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __CREATETIME_ISSET_ID, value);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __CREATETIME_ISSET_ID, value);
}
- public void setFieldValue(_Fields field, Object value) {
+ public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case TAG:
if (value == null) {
unsetTag();
} else {
- setTag((String)value);
+ setTag((java.lang.String)value);
}
break;
@@ -221,14 +194,15 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
if (value == null) {
unsetCreateTime();
} else {
- setCreateTime((Long)value);
+ setCreateTime((java.lang.Long)value);
}
break;
}
}
- public Object getFieldValue(_Fields field) {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case TAG:
return getTag();
@@ -237,13 +211,13 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
return getCreateTime();
}
- throw new IllegalStateException();
+ throw new java.lang.IllegalStateException();
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
public boolean isSet(_Fields field) {
if (field == null) {
- throw new IllegalArgumentException();
+ throw new java.lang.IllegalArgumentException();
}
switch (field) {
@@ -252,13 +226,11 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
case CREATE_TIME:
return isSetCreateTime();
}
- throw new IllegalStateException();
+ throw new java.lang.IllegalStateException();
}
@Override
- public boolean equals(Object that) {
- if (that == null)
- return false;
+ public boolean equals(java.lang.Object that) {
if (that instanceof MasterTag)
return this.equals((MasterTag)that);
return false;
@@ -267,6 +239,8 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
public boolean equals(MasterTag that) {
if (that == null)
return false;
+ if (this == that)
+ return true;
boolean this_present_tag = true && this.isSetTag();
boolean that_present_tag = true && that.isSetTag();
@@ -291,19 +265,15 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
@Override
public int hashCode() {
- List<Object> list = new ArrayList<Object>();
+ int hashCode = 1;
- boolean present_tag = true && (isSetTag());
- list.add(present_tag);
- if (present_tag)
- list.add(tag);
+ hashCode = hashCode * 8191 + ((isSetTag()) ? 131071 : 524287);
+ if (isSetTag())
+ hashCode = hashCode * 8191 + tag.hashCode();
- boolean present_createTime = true;
- list.add(present_createTime);
- if (present_createTime)
- list.add(createTime);
+ hashCode = hashCode * 8191 + org.apache.thrift.TBaseHelper.hashCode(createTime);
- return list.hashCode();
+ return hashCode;
}
@Override
@@ -314,7 +284,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
int lastComparison = 0;
- lastComparison = Boolean.valueOf(isSetTag()).compareTo(other.isSetTag());
+ lastComparison = java.lang.Boolean.compare(isSetTag(), other.isSetTag());
if (lastComparison != 0) {
return lastComparison;
}
@@ -324,7 +294,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetCreateTime()).compareTo(other.isSetCreateTime());
+ lastComparison = java.lang.Boolean.compare(isSetCreateTime(), other.isSetCreateTime());
if (lastComparison != 0) {
return lastComparison;
}
@@ -337,21 +307,22 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
return 0;
}
+ @org.apache.thrift.annotation.Nullable
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
- schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
+ scheme(iprot).read(iprot, this);
}
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
- schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
+ scheme(oprot).write(oprot, this);
}
@Override
- public String toString() {
- StringBuilder sb = new StringBuilder("MasterTag(");
+ public java.lang.String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder("MasterTag(");
boolean first = true;
sb.append("tag:");
@@ -382,7 +353,7 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
}
- private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
+ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException {
try {
// it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
__isset_bitfield = 0;
@@ -392,13 +363,13 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
}
- private static class MasterTagStandardSchemeFactory implements SchemeFactory {
+ private static class MasterTagStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public MasterTagStandardScheme getScheme() {
return new MasterTagStandardScheme();
}
}
- private static class MasterTagStandardScheme extends StandardScheme<MasterTag> {
+ private static class MasterTagStandardScheme extends org.apache.thrift.scheme.StandardScheme<MasterTag> {
public void read(org.apache.thrift.protocol.TProtocol iprot, MasterTag struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
@@ -455,18 +426,18 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
- private static class MasterTagTupleSchemeFactory implements SchemeFactory {
+ private static class MasterTagTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public MasterTagTupleScheme getScheme() {
return new MasterTagTupleScheme();
}
}
- private static class MasterTagTupleScheme extends TupleScheme<MasterTag> {
+ private static class MasterTagTupleScheme extends org.apache.thrift.scheme.TupleScheme<MasterTag> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, MasterTag struct) throws org.apache.thrift.TException {
- TTupleProtocol oprot = (TTupleProtocol) prot;
- BitSet optionals = new BitSet();
+ org.apache.thrift.protocol.TTupleProtocol oprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
+ java.util.BitSet optionals = new java.util.BitSet();
if (struct.isSetTag()) {
optionals.set(0);
}
@@ -484,8 +455,8 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, MasterTag struct) throws org.apache.thrift.TException {
- TTupleProtocol iprot = (TTupleProtocol) prot;
- BitSet incoming = iprot.readBitSet(2);
+ org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
+ java.util.BitSet incoming = iprot.readBitSet(2);
if (incoming.get(0)) {
struct.tag = iprot.readString();
struct.setTagIsSet(true);
@@ -497,5 +468,8 @@ public class MasterTag implements org.apache.thrift.TBase<MasterTag, MasterTag._
}
}
+ private static <S extends org.apache.thrift.scheme.IScheme> S scheme(org.apache.thrift.protocol.TProtocol proto) {
+ return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCHEME_FACTORY).getScheme();
+ }
}