public class org.apache.hadoop.hive.metastore.api.NotificationEventRequest extends java.lang.Object implements org.apache.thrift.TBase, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
{
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC;
private static final org.apache.thrift.protocol.TField LAST_EVENT_FIELD_DESC;
private static final org.apache.thrift.protocol.TField MAX_EVENTS_FIELD_DESC;
private static final org.apache.thrift.protocol.TField EVENT_TYPE_SKIP_LIST_FIELD_DESC;
private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY;
private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY;
private long lastEvent;
private int maxEvents;
private java.util.List eventTypeSkipList;
private static final int __LASTEVENT_ISSET_ID;
private static final int __MAXEVENTS_ISSET_ID;
private byte __isset_bitfield;
private static final org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields[] optionals;
public static final java.util.Map metaDataMap;
public void <init>()
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = 0;
return;
}
public void <init>(long)
{
long v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: long;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setLastEventIsSet(boolean)>(1);
return;
}
public void <init>(org.apache.hadoop.hive.metastore.api.NotificationEventRequest)
{
long v;
java.util.ArrayList v;
java.util.List v;
byte v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v, v;
int v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = 0;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = v;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent> = v;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents> = v;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v == 0 goto label;
v = new java.util.ArrayList;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = v;
label:
return;
}
public org.apache.hadoop.hive.metastore.api.NotificationEventRequest deepCopy()
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = new org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void <init>(org.apache.hadoop.hive.metastore.api.NotificationEventRequest)>(v);
return v;
}
public void clear()
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setLastEventIsSet(boolean)>(0);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent> = 0L;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setMaxEventsIsSet(boolean)>(0);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents> = 0;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = null;
return;
}
public long getLastEvent()
{
long v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
return v;
}
public void setLastEvent(long)
{
long v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: long;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setLastEventIsSet(boolean)>(1);
return;
}
public void unsetLastEvent()
{
byte v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: byte clearBit(byte,int)>(v, 0);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = v;
return;
}
public boolean isSetLastEvent()
{
byte v;
boolean v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: boolean testBit(byte,int)>(v, 0);
return v;
}
public void setLastEventIsSet(boolean)
{
byte v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: boolean;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: byte setBit(byte,int,boolean)>(v, 0, v);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = v;
return;
}
public int getMaxEvents()
{
int v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
return v;
}
public void setMaxEvents(int)
{
int v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: int;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setMaxEventsIsSet(boolean)>(1);
return;
}
public void unsetMaxEvents()
{
byte v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: byte clearBit(byte,int)>(v, 1);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = v;
return;
}
public boolean isSetMaxEvents()
{
byte v;
boolean v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: boolean testBit(byte,int)>(v, 1);
return v;
}
public void setMaxEventsIsSet(boolean)
{
byte v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: boolean;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield>;
v = staticinvoke <org.apache.thrift.EncodingUtils: byte setBit(byte,int,boolean)>(v, 1, v);
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = v;
return;
}
public int getEventTypeSkipListSize()
{
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
int v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
return v;
}
public java.util.Iterator getEventTypeSkipListIterator()
{
java.util.List v, v;
java.util.Iterator v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
if v != null goto label;
v = null;
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
return v;
}
public void addToEventTypeSkipList(java.lang.String)
{
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
java.lang.String v;
java.util.ArrayList v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: java.lang.String;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = v;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
return;
}
public java.util.List getEventTypeSkipList()
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
return v;
}
public void setEventTypeSkipList(java.util.List)
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: java.util.List;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = v;
return;
}
public void unsetEventTypeSkipList()
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = null;
return;
}
public boolean isSetEventTypeSkipList()
{
java.util.List v;
boolean v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setEventTypeSkipListIsSet(boolean)
{
boolean v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList> = null;
label:
return;
}
public void setFieldValue(org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields, java.lang.Object)
{
long v;
int[] v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
int v, v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields v;
java.lang.Object v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields;
v := @parameter: java.lang.Object;
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$NotificationEventRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
default: goto label;
};
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void unsetLastEvent()>();
goto label;
label:
v = virtualinvoke v.<java.lang.Long: long longValue()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setLastEvent(long)>(v);
goto label;
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void unsetMaxEvents()>();
goto label;
label:
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setMaxEvents(int)>(v);
goto label;
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void unsetEventTypeSkipList()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void setEventTypeSkipList(java.util.List)>(v);
label:
return;
}
public java.lang.Object getFieldValue(org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields)
{
java.lang.IllegalStateException v;
long v;
java.lang.Integer v;
java.util.List v;
int[] v;
java.lang.Long v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
int v, v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields;
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$NotificationEventRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long getLastEvent()>();
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int getMaxEvents()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List getEventTypeSkipList()>();
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean isSet(org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields)
{
java.lang.IllegalStateException v;
java.lang.IllegalArgumentException v;
int[] v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
int v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields v;
boolean v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields;
if v != null goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>()>();
throw v;
label:
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$NotificationEventRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetLastEvent()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean equals(java.lang.Object)
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
java.lang.Object v;
boolean v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
if v == 0 goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean equals(org.apache.hadoop.hive.metastore.api.NotificationEventRequest)>(v);
return v;
label:
return 0;
}
public boolean equals(org.apache.hadoop.hive.metastore.api.NotificationEventRequest)
{
long v, v;
java.util.List v, v;
byte v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v, v;
int v, v;
boolean v, v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
if v != null goto label;
return 0;
label:
if v != v goto label;
return 1;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
if v != 0 goto label;
if v == 0 goto label;
label:
if v == 0 goto label;
if v != 0 goto label;
label:
return 0;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
if v == v goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v != 0 goto label;
if v == 0 goto label;
label:
if v == 0 goto label;
if v != 0 goto label;
label:
return 0;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
long v;
int v, v, v, v, v, v, v, v, v, v, v, v;
boolean v, v, v, v;
java.util.List v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int hashCode(long)>(v);
v = 8191 + v;
v = v * 8191;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
if v == 0 goto label;
v = 131071;
goto label;
label:
v = 524287;
label:
v = v + v;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
v = v + v;
label:
v = v * 8191;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v == 0 goto label;
v = 131071;
goto label;
label:
v = 524287;
label:
v = v + v;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
v = v + v;
label:
return v;
}
public int compareTo(org.apache.hadoop.hive.metastore.api.NotificationEventRequest)
{
long v, v;
int v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
boolean v, v, v, v, v, v, v, v, v, v;
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v, v;
java.lang.Class v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: int compareTo(java.lang.String)>(v);
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetLastEvent()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetLastEvent()>();
v = staticinvoke <java.lang.Boolean: int compare(boolean,boolean)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetLastEvent()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(long,long)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
v = staticinvoke <java.lang.Boolean: int compare(boolean,boolean)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(int,int)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
v = staticinvoke <java.lang.Boolean: int compare(boolean,boolean)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(java.util.List,java.util.List)>(v, v);
if v == 0 goto label;
return v;
label:
return 0;
}
public org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields fieldForId(int)
{
int v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: int;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields findByThriftId(int)>(v);
return v;
}
public void read(org.apache.thrift.protocol.TProtocol) throws org.apache.thrift.TException
{
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)>(v);
interfaceinvoke v.<org.apache.thrift.scheme.IScheme: void read(org.apache.thrift.protocol.TProtocol,org.apache.thrift.TBase)>(v, v);
return;
}
public void write(org.apache.thrift.protocol.TProtocol) throws org.apache.thrift.TException
{
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)>(v);
interfaceinvoke v.<org.apache.thrift.scheme.IScheme: void write(org.apache.thrift.protocol.TProtocol,org.apache.thrift.TBase)>(v, v);
return;
}
public java.lang.String toString()
{
long v;
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
int v;
java.lang.StringBuilder v;
java.lang.String v;
boolean v, v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>(java.lang.String)>("NotificationEventRequest(");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("lastEvent:");
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: long lastEvent>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(long)>(v);
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetMaxEvents()>();
if v == 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", ");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("maxEvents:");
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: int maxEvents>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(int)>(v);
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetEventTypeSkipList()>();
if v == 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(", ");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("eventTypeSkipList:");
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
if v != null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("null");
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.List eventTypeSkipList>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(")");
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
public void validate() throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
java.lang.String v, v;
org.apache.thrift.protocol.TProtocolException v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: boolean isSetLastEvent()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.lang.String toString()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Required field \'lastEvent\' is unset! Struct:\u0001");
specialinvoke v.<org.apache.thrift.protocol.TProtocolException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
private void writeObject(java.io.ObjectOutputStream) throws java.io.IOException
{
java.lang.Throwable v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
java.io.IOException v;
java.io.ObjectOutputStream v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: java.io.ObjectOutputStream;
label:
v = new org.apache.thrift.protocol.TCompactProtocol;
v = new org.apache.thrift.transport.TIOStreamTransport;
specialinvoke v.<org.apache.thrift.transport.TIOStreamTransport: void <init>(java.io.OutputStream)>(v);
specialinvoke v.<org.apache.thrift.protocol.TCompactProtocol: void <init>(org.apache.thrift.transport.TTransport)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void write(org.apache.thrift.protocol.TProtocol)>(v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch org.apache.thrift.TException from label to label with label;
}
private void readObject(java.io.ObjectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException
{
java.lang.Throwable v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest v;
java.io.ObjectInputStream v;
java.io.IOException v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.NotificationEventRequest;
v := @parameter: java.io.ObjectInputStream;
label:
v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: byte __isset_bitfield> = 0;
v = new org.apache.thrift.protocol.TCompactProtocol;
v = new org.apache.thrift.transport.TIOStreamTransport;
specialinvoke v.<org.apache.thrift.transport.TIOStreamTransport: void <init>(java.io.InputStream)>(v);
specialinvoke v.<org.apache.thrift.protocol.TCompactProtocol: void <init>(org.apache.thrift.transport.TTransport)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: void read(org.apache.thrift.protocol.TProtocol)>(v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch org.apache.thrift.TException from label to label with label;
}
private static org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)
{
org.apache.thrift.scheme.SchemeFactory v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
java.lang.Class v, v;
boolean v;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = class "Lorg/apache/thrift/scheme/StandardScheme;";
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: java.lang.Class getScheme()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY>;
goto label;
label:
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY>;
label:
v = interfaceinvoke v.<org.apache.thrift.scheme.SchemeFactory: org.apache.thrift.scheme.IScheme getScheme()>();
return v;
}
static void <clinit>()
{
org.apache.thrift.meta_data.ListMetaData v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields[] v;
java.util.Map v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields v, v, v, v, v;
org.apache.thrift.protocol.TField v, v, v;
org.apache.thrift.protocol.TStruct v;
org.apache.thrift.meta_data.FieldMetaData v, v, v;
org.apache.thrift.meta_data.FieldValueMetaData v, v, v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestStandardSchemeFactory v;
java.util.EnumMap v;
org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestTupleSchemeFactory v;
v = new org.apache.thrift.protocol.TStruct;
specialinvoke v.<org.apache.thrift.protocol.TStruct: void <init>(java.lang.String)>("NotificationEventRequest");
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.protocol.TStruct STRUCT_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("lastEvent", 10, 1);
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.protocol.TField LAST_EVENT_FIELD_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("maxEvents", 8, 2);
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.protocol.TField MAX_EVENTS_FIELD_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("eventTypeSkipList", 15, 3);
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.protocol.TField EVENT_TYPE_SKIP_LIST_FIELD_DESC> = v;
v = new org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestStandardSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestStandardSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY> = v;
v = new org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestTupleSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.NotificationEventRequest$NotificationEventRequestTupleSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY> = v;
v = newarray (org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields)[2];
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields MAX_EVENTS>;
v[0] = v;
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields EVENT_TYPE_SKIP_LIST>;
v[1] = v;
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields[] optionals> = v;
v = new java.util.EnumMap;
specialinvoke v.<java.util.EnumMap: void <init>(java.lang.Class)>(class "Lorg/apache/hadoop/hive/metastore/api/NotificationEventRequest$_Fields;");
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields LAST_EVENT>;
v = new org.apache.thrift.meta_data.FieldMetaData;
v = new org.apache.thrift.meta_data.FieldValueMetaData;
specialinvoke v.<org.apache.thrift.meta_data.FieldValueMetaData: void <init>(byte)>(10);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("lastEvent", 1, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields MAX_EVENTS>;
v = new org.apache.thrift.meta_data.FieldMetaData;
v = new org.apache.thrift.meta_data.FieldValueMetaData;
specialinvoke v.<org.apache.thrift.meta_data.FieldValueMetaData: void <init>(byte)>(8);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("maxEvents", 2, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields: org.apache.hadoop.hive.metastore.api.NotificationEventRequest$_Fields EVENT_TYPE_SKIP_LIST>;
v = new org.apache.thrift.meta_data.FieldMetaData;
v = new org.apache.thrift.meta_data.ListMetaData;
v = new org.apache.thrift.meta_data.FieldValueMetaData;
specialinvoke v.<org.apache.thrift.meta_data.FieldValueMetaData: void <init>(byte)>(11);
specialinvoke v.<org.apache.thrift.meta_data.ListMetaData: void <init>(byte,org.apache.thrift.meta_data.FieldValueMetaData)>(15, v);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("eventTypeSkipList", 2, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = staticinvoke <java.util.Collections: java.util.Map unmodifiableMap(java.util.Map)>(v);
<org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.Map metaDataMap> = v;
v = <org.apache.hadoop.hive.metastore.api.NotificationEventRequest: java.util.Map metaDataMap>;
staticinvoke <org.apache.thrift.meta_data.FieldMetaData: void addStructMetaDataMap(java.lang.Class,java.util.Map)>(class "Lorg/apache/hadoop/hive/metastore/api/NotificationEventRequest;", v);
return;
}
}