summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java162
1 files changed, 68 insertions, 94 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java b/src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java
index abc7486..ac82656 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/NetRule.java
@@ -1,40 +1,13 @@
/**
- * 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 = "2019-02-25")
+@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
+@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17")
public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields>, java.io.Serializable, Cloneable, Comparable<NetRule> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NetRule");
@@ -42,18 +15,15 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
private static final org.apache.thrift.protocol.TField HOST_FIELD_DESC = new org.apache.thrift.protocol.TField("host", org.apache.thrift.protocol.TType.STRING, (short)3);
private static final org.apache.thrift.protocol.TField PORT_FIELD_DESC = new org.apache.thrift.protocol.TField("port", org.apache.thrift.protocol.TType.I32, (short)4);
- private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
- static {
- schemes.put(StandardScheme.class, new NetRuleStandardSchemeFactory());
- schemes.put(TupleScheme.class, new NetRuleTupleSchemeFactory());
- }
+ private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new NetRuleStandardSchemeFactory();
+ private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new NetRuleTupleSchemeFactory();
/**
*
* @see NetDirection
*/
- public NetDirection direction; // required
- public String host; // required
+ public @org.apache.thrift.annotation.Nullable NetDirection direction; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String host; // required
public int port; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
@@ -66,10 +36,10 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
HOST((short)3, "host"),
PORT((short)4, "port");
- 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);
}
}
@@ -77,6 +47,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
/**
* 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 2: // DIRECTION
@@ -96,21 +67,22 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
*/
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;
}
@@ -119,7 +91,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
return _thriftId;
}
- public String getFieldName() {
+ public java.lang.String getFieldName() {
return _fieldName;
}
}
@@ -127,16 +99,16 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
// isset id assignments
private static final int __PORT_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.DIRECTION, new org.apache.thrift.meta_data.FieldMetaData("direction", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, NetDirection.class)));
tmpMap.put(_Fields.HOST, new org.apache.thrift.meta_data.FieldMetaData("host", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PORT, new org.apache.thrift.meta_data.FieldMetaData("port", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
- metaDataMap = Collections.unmodifiableMap(tmpMap);
+ metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(NetRule.class, metaDataMap);
}
@@ -145,7 +117,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
public NetRule(
NetDirection direction,
- String host,
+ java.lang.String host,
int port)
{
this();
@@ -185,6 +157,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
*
* @see NetDirection
*/
+ @org.apache.thrift.annotation.Nullable
public NetDirection getDirection() {
return this.direction;
}
@@ -193,7 +166,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
*
* @see NetDirection
*/
- public NetRule setDirection(NetDirection direction) {
+ public NetRule setDirection(@org.apache.thrift.annotation.Nullable NetDirection direction) {
this.direction = direction;
return this;
}
@@ -213,11 +186,12 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
}
- public String getHost() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getHost() {
return this.host;
}
- public NetRule setHost(String host) {
+ public NetRule setHost(@org.apache.thrift.annotation.Nullable java.lang.String host) {
this.host = host;
return this;
}
@@ -248,19 +222,19 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
public void unsetPort() {
- __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __PORT_ISSET_ID);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __PORT_ISSET_ID);
}
/** Returns true if field port is set (has been assigned a value) and false otherwise */
public boolean isSetPort() {
- return EncodingUtils.testBit(__isset_bitfield, __PORT_ISSET_ID);
+ return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __PORT_ISSET_ID);
}
public void setPortIsSet(boolean value) {
- __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __PORT_ISSET_ID, value);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __PORT_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 DIRECTION:
if (value == null) {
@@ -274,7 +248,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
if (value == null) {
unsetHost();
} else {
- setHost((String)value);
+ setHost((java.lang.String)value);
}
break;
@@ -282,14 +256,15 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
if (value == null) {
unsetPort();
} else {
- setPort((Integer)value);
+ setPort((java.lang.Integer)value);
}
break;
}
}
- public Object getFieldValue(_Fields field) {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case DIRECTION:
return getDirection();
@@ -301,13 +276,13 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
return getPort();
}
- 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) {
@@ -318,13 +293,11 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
case PORT:
return isSetPort();
}
- 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 NetRule)
return this.equals((NetRule)that);
return false;
@@ -333,6 +306,8 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
public boolean equals(NetRule that) {
if (that == null)
return false;
+ if (this == that)
+ return true;
boolean this_present_direction = true && this.isSetDirection();
boolean that_present_direction = true && that.isSetDirection();
@@ -366,24 +341,19 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
@Override
public int hashCode() {
- List<Object> list = new ArrayList<Object>();
+ int hashCode = 1;
- boolean present_direction = true && (isSetDirection());
- list.add(present_direction);
- if (present_direction)
- list.add(direction.getValue());
+ hashCode = hashCode * 8191 + ((isSetDirection()) ? 131071 : 524287);
+ if (isSetDirection())
+ hashCode = hashCode * 8191 + direction.getValue();
- boolean present_host = true && (isSetHost());
- list.add(present_host);
- if (present_host)
- list.add(host);
+ hashCode = hashCode * 8191 + ((isSetHost()) ? 131071 : 524287);
+ if (isSetHost())
+ hashCode = hashCode * 8191 + host.hashCode();
- boolean present_port = true;
- list.add(present_port);
- if (present_port)
- list.add(port);
+ hashCode = hashCode * 8191 + port;
- return list.hashCode();
+ return hashCode;
}
@Override
@@ -394,7 +364,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
int lastComparison = 0;
- lastComparison = Boolean.valueOf(isSetDirection()).compareTo(other.isSetDirection());
+ lastComparison = java.lang.Boolean.compare(isSetDirection(), other.isSetDirection());
if (lastComparison != 0) {
return lastComparison;
}
@@ -404,7 +374,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetHost()).compareTo(other.isSetHost());
+ lastComparison = java.lang.Boolean.compare(isSetHost(), other.isSetHost());
if (lastComparison != 0) {
return lastComparison;
}
@@ -414,7 +384,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetPort()).compareTo(other.isSetPort());
+ lastComparison = java.lang.Boolean.compare(isSetPort(), other.isSetPort());
if (lastComparison != 0) {
return lastComparison;
}
@@ -427,21 +397,22 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
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("NetRule(");
+ public java.lang.String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder("NetRule(");
boolean first = true;
sb.append("direction:");
@@ -480,7 +451,7 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
}
- 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;
@@ -490,13 +461,13 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
}
- private static class NetRuleStandardSchemeFactory implements SchemeFactory {
+ private static class NetRuleStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public NetRuleStandardScheme getScheme() {
return new NetRuleStandardScheme();
}
}
- private static class NetRuleStandardScheme extends StandardScheme<NetRule> {
+ private static class NetRuleStandardScheme extends org.apache.thrift.scheme.StandardScheme<NetRule> {
public void read(org.apache.thrift.protocol.TProtocol iprot, NetRule struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
@@ -566,18 +537,18 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
- private static class NetRuleTupleSchemeFactory implements SchemeFactory {
+ private static class NetRuleTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public NetRuleTupleScheme getScheme() {
return new NetRuleTupleScheme();
}
}
- private static class NetRuleTupleScheme extends TupleScheme<NetRule> {
+ private static class NetRuleTupleScheme extends org.apache.thrift.scheme.TupleScheme<NetRule> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, NetRule 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.isSetDirection()) {
optionals.set(0);
}
@@ -601,8 +572,8 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, NetRule struct) throws org.apache.thrift.TException {
- TTupleProtocol iprot = (TTupleProtocol) prot;
- BitSet incoming = iprot.readBitSet(3);
+ org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
+ java.util.BitSet incoming = iprot.readBitSet(3);
if (incoming.get(0)) {
struct.direction = org.openslx.bwlp.thrift.iface.NetDirection.findByValue(iprot.readI32());
struct.setDirectionIsSet(true);
@@ -618,5 +589,8 @@ public class NetRule implements org.apache.thrift.TBase<NetRule, NetRule._Fields
}
}
+ 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();
+ }
}