From 746af5d07d2b7745618eb75ef3757d150ab02042 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 17 Dec 2021 17:03:51 +0100 Subject: Update generated Thrift API to version 0.15.0 --- .../bwlp/thrift/iface/TInvocationException.java | 149 +++++++++------------ 1 file changed, 63 insertions(+), 86 deletions(-) (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/TInvocationException.java') diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/TInvocationException.java b/src/main/java/org/openslx/bwlp/thrift/iface/TInvocationException.java index 3ea824b..da821f1 100644 --- a/src/main/java/org/openslx/bwlp/thrift/iface/TInvocationException.java +++ b/src/main/java/org/openslx/bwlp/thrift/iface/TInvocationException.java @@ -1,58 +1,28 @@ /** - * 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") -public class TInvocationException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { +@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"}) +@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17") +public class TInvocationException extends org.apache.thrift.TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TInvocationException"); private static final org.apache.thrift.protocol.TField NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("number", org.apache.thrift.protocol.TType.I32, (short)1); private static final org.apache.thrift.protocol.TField MESSAGE_FIELD_DESC = new org.apache.thrift.protocol.TField("message", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); - static { - schemes.put(StandardScheme.class, new TInvocationExceptionStandardSchemeFactory()); - schemes.put(TupleScheme.class, new TInvocationExceptionTupleSchemeFactory()); - } + private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new TInvocationExceptionStandardSchemeFactory(); + private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new TInvocationExceptionTupleSchemeFactory(); /** * * @see InvocationError */ - public InvocationError number; // required - public String message; // required + public @org.apache.thrift.annotation.Nullable InvocationError number; // required + public @org.apache.thrift.annotation.Nullable java.lang.String message; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { @@ -63,10 +33,10 @@ public class TInvocationException extends TException implements org.apache.thrif NUMBER((short)1, "number"), MESSAGE((short)2, "message"); - private static final Map byName = new HashMap(); + private static final java.util.Map byName = new java.util.HashMap(); static { - for (_Fields field : EnumSet.allOf(_Fields.class)) { + for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } @@ -74,6 +44,7 @@ public class TInvocationException extends TException implements org.apache.thrif /** * 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: // NUMBER @@ -91,21 +62,22 @@ public class TInvocationException extends TException implements org.apache.thrif */ 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; } @@ -114,20 +86,20 @@ public class TInvocationException extends TException implements org.apache.thrif return _thriftId; } - public String getFieldName() { + public java.lang.String getFieldName() { return _fieldName; } } // isset id assignments - 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.NUMBER, new org.apache.thrift.meta_data.FieldMetaData("number", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, InvocationError.class))); tmpMap.put(_Fields.MESSAGE, new org.apache.thrift.meta_data.FieldMetaData("message", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - metaDataMap = Collections.unmodifiableMap(tmpMap); + metaDataMap = java.util.Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TInvocationException.class, metaDataMap); } @@ -136,7 +108,7 @@ public class TInvocationException extends TException implements org.apache.thrif public TInvocationException( InvocationError number, - String message) + java.lang.String message) { this(); this.number = number; @@ -169,6 +141,7 @@ public class TInvocationException extends TException implements org.apache.thrif * * @see InvocationError */ + @org.apache.thrift.annotation.Nullable public InvocationError getNumber() { return this.number; } @@ -177,7 +150,7 @@ public class TInvocationException extends TException implements org.apache.thrif * * @see InvocationError */ - public TInvocationException setNumber(InvocationError number) { + public TInvocationException setNumber(@org.apache.thrift.annotation.Nullable InvocationError number) { this.number = number; return this; } @@ -197,11 +170,12 @@ public class TInvocationException extends TException implements org.apache.thrif } } - public String getMessage() { + @org.apache.thrift.annotation.Nullable + public java.lang.String getMessage() { return this.message; } - public TInvocationException setMessage(String message) { + public TInvocationException setMessage(@org.apache.thrift.annotation.Nullable java.lang.String message) { this.message = message; return this; } @@ -221,7 +195,7 @@ public class TInvocationException extends TException implements org.apache.thrif } } - public void setFieldValue(_Fields field, Object value) { + public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) { switch (field) { case NUMBER: if (value == null) { @@ -235,14 +209,15 @@ public class TInvocationException extends TException implements org.apache.thrif if (value == null) { unsetMessage(); } else { - setMessage((String)value); + setMessage((java.lang.String)value); } break; } } - public Object getFieldValue(_Fields field) { + @org.apache.thrift.annotation.Nullable + public java.lang.Object getFieldValue(_Fields field) { switch (field) { case NUMBER: return getNumber(); @@ -251,13 +226,13 @@ public class TInvocationException extends TException implements org.apache.thrif return getMessage(); } - 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) { @@ -266,13 +241,11 @@ public class TInvocationException extends TException implements org.apache.thrif case MESSAGE: return isSetMessage(); } - 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 TInvocationException) return this.equals((TInvocationException)that); return false; @@ -281,6 +254,8 @@ public class TInvocationException extends TException implements org.apache.thrif public boolean equals(TInvocationException that) { if (that == null) return false; + if (this == that) + return true; boolean this_present_number = true && this.isSetNumber(); boolean that_present_number = true && that.isSetNumber(); @@ -305,19 +280,17 @@ public class TInvocationException extends TException implements org.apache.thrif @Override public int hashCode() { - List list = new ArrayList(); + int hashCode = 1; - boolean present_number = true && (isSetNumber()); - list.add(present_number); - if (present_number) - list.add(number.getValue()); + hashCode = hashCode * 8191 + ((isSetNumber()) ? 131071 : 524287); + if (isSetNumber()) + hashCode = hashCode * 8191 + number.getValue(); - boolean present_message = true && (isSetMessage()); - list.add(present_message); - if (present_message) - list.add(message); + hashCode = hashCode * 8191 + ((isSetMessage()) ? 131071 : 524287); + if (isSetMessage()) + hashCode = hashCode * 8191 + message.hashCode(); - return list.hashCode(); + return hashCode; } @Override @@ -328,7 +301,7 @@ public class TInvocationException extends TException implements org.apache.thrif int lastComparison = 0; - lastComparison = Boolean.valueOf(isSetNumber()).compareTo(other.isSetNumber()); + lastComparison = java.lang.Boolean.compare(isSetNumber(), other.isSetNumber()); if (lastComparison != 0) { return lastComparison; } @@ -338,7 +311,7 @@ public class TInvocationException extends TException implements org.apache.thrif return lastComparison; } } - lastComparison = Boolean.valueOf(isSetMessage()).compareTo(other.isSetMessage()); + lastComparison = java.lang.Boolean.compare(isSetMessage(), other.isSetMessage()); if (lastComparison != 0) { return lastComparison; } @@ -351,21 +324,22 @@ public class TInvocationException extends TException implements org.apache.thrif 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("TInvocationException("); + public java.lang.String toString() { + java.lang.StringBuilder sb = new java.lang.StringBuilder("TInvocationException("); boolean first = true; sb.append("number:"); @@ -400,7 +374,7 @@ public class TInvocationException extends TException implements org.apache.thrif } } - 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 { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { @@ -408,13 +382,13 @@ public class TInvocationException extends TException implements org.apache.thrif } } - private static class TInvocationExceptionStandardSchemeFactory implements SchemeFactory { + private static class TInvocationExceptionStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory { public TInvocationExceptionStandardScheme getScheme() { return new TInvocationExceptionStandardScheme(); } } - private static class TInvocationExceptionStandardScheme extends StandardScheme { + private static class TInvocationExceptionStandardScheme extends org.apache.thrift.scheme.StandardScheme { public void read(org.apache.thrift.protocol.TProtocol iprot, TInvocationException struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; @@ -473,18 +447,18 @@ public class TInvocationException extends TException implements org.apache.thrif } - private static class TInvocationExceptionTupleSchemeFactory implements SchemeFactory { + private static class TInvocationExceptionTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory { public TInvocationExceptionTupleScheme getScheme() { return new TInvocationExceptionTupleScheme(); } } - private static class TInvocationExceptionTupleScheme extends TupleScheme { + private static class TInvocationExceptionTupleScheme extends org.apache.thrift.scheme.TupleScheme { @Override public void write(org.apache.thrift.protocol.TProtocol prot, TInvocationException 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.isSetNumber()) { optionals.set(0); } @@ -502,8 +476,8 @@ public class TInvocationException extends TException implements org.apache.thrif @Override public void read(org.apache.thrift.protocol.TProtocol prot, TInvocationException 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.number = org.openslx.bwlp.thrift.iface.InvocationError.findByValue(iprot.readI32()); struct.setNumberIsSet(true); @@ -515,5 +489,8 @@ public class TInvocationException extends TException implements org.apache.thrif } } + private static 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(); + } } -- cgit v1.2.3-55-g7522