public class org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest 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 CATALOG_FIELD_DESC;
private static final org.apache.thrift.protocol.TField DB_FIELD_DESC;
private static final org.apache.thrift.protocol.TField TABLE_FIELD_DESC;
private static final org.apache.thrift.protocol.TField REQUEST_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 java.lang.String catalog;
private java.lang.String db;
private java.lang.String table;
private java.util.List requestList;
public static final java.util.Map metaDataMap;
public void <init>()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void <init>(java.lang.String, java.lang.String, java.lang.String, java.util.List)
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.util.List;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = v;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = v;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = v;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = v;
return;
}
public void <init>(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v, v;
java.util.ArrayList v;
int v;
java.lang.String v, v, v;
boolean v, v, v, v, v;
java.util.Iterator v;
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest v;
java.lang.Object v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
specialinvoke v.<java.lang.Object: void <init>()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
if v == 0 goto label;
v = new java.util.ArrayList;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: int size()>();
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = new org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest: void <init>(org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = v;
label:
return;
}
public org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest deepCopy()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = new org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void <init>(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest)>(v);
return v;
}
public void clear()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = null;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = null;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = null;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = null;
return;
}
public java.lang.String getCatalog()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
return v;
}
public void setCatalog(java.lang.String)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.lang.String;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = v;
return;
}
public void unsetCatalog()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = null;
return;
}
public boolean isSetCatalog()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setCatalogIsSet(boolean)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = null;
label:
return;
}
public java.lang.String getDb()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
return v;
}
public void setDb(java.lang.String)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.lang.String;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = v;
return;
}
public void unsetDb()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = null;
return;
}
public boolean isSetDb()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setDbIsSet(boolean)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = null;
label:
return;
}
public java.lang.String getTable()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
return v;
}
public void setTable(java.lang.String)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.lang.String;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = v;
return;
}
public void unsetTable()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = null;
return;
}
public boolean isSetTable()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.String v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setTableIsSet(boolean)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = null;
label:
return;
}
public int getRequestListSize()
{
java.util.List v, v;
int v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
return v;
}
public java.util.Iterator getRequestListIterator()
{
java.util.List v, v;
java.util.Iterator v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
if v != null goto label;
v = null;
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
return v;
}
public void addToRequestList(org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest)
{
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.util.ArrayList v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = v;
label:
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
return;
}
public java.util.List getRequestList()
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
return v;
}
public void setRequestList(java.util.List)
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.util.List;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = v;
return;
}
public void unsetRequestList()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = null;
return;
}
public boolean isSetRequestList()
{
java.util.List v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setRequestListIsSet(boolean)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = null;
label:
return;
}
public void setFieldValue(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields, java.lang.Object)
{
int[] v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields v;
int v, v;
java.lang.Object v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields;
v := @parameter: java.lang.Object;
v = <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$WriteNotificationLogBatchRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void unsetCatalog()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setCatalog(java.lang.String)>(v);
goto label;
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void unsetDb()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setDb(java.lang.String)>(v);
goto label;
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void unsetTable()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setTable(java.lang.String)>(v);
goto label;
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void unsetRequestList()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setRequestList(java.util.List)>(v);
label:
return;
}
public java.lang.Object getFieldValue(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields)
{
java.lang.IllegalStateException v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.util.List v;
int[] v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields v;
int v, v;
java.lang.String v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields;
v = <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$WriteNotificationLogBatchRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String getCatalog()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String getDb()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String getTable()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List getRequestList()>();
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.WriteNotificationLogBatchRequest$_Fields)
{
java.lang.IllegalStateException v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.lang.IllegalArgumentException v;
int[] v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields v;
int v, v;
boolean v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_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.WriteNotificationLogBatchRequest$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$WriteNotificationLogBatchRequest$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields: int ordinal()>();
v = v[v];
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean equals(java.lang.Object)
{
java.lang.Object v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
boolean v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
if v == 0 goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean equals(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest)>(v);
return v;
label:
return 0;
}
public boolean equals(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest)
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v, v;
java.lang.String v, v, v, v, v, v;
boolean v, v, v, v, v, v, v, v, v, v, v, v;
java.util.List v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
if v != null goto label;
return 0;
label:
if v != v goto label;
return 1;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
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.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
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.WriteNotificationLogBatchRequest: java.lang.String db>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
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.WriteNotificationLogBatchRequest: java.lang.String table>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
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.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
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()
{
boolean v, v, v, v, v, v, v, v;
java.util.List v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
if v == 0 goto label;
v = 131071;
goto label;
label:
v = 524287;
label:
v = 8191 + v;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
label:
v = v * 8191;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
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.WriteNotificationLogBatchRequest: boolean isSetDb()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
label:
v = v * 8191;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
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.WriteNotificationLogBatchRequest: boolean isSetTable()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
label:
v = v * 8191;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
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.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
v = v + v;
label:
return v;
}
public int compareTo(org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest)
{
boolean v, v, v, v, v, v, v, v, v, v, v, v, v;
java.util.List v, v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v, v;
int v, v, v, v, v, v, v, v, v;
java.lang.String v, v, v, v, v, v, v, v;
java.lang.Class v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
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.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
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.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
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.WriteNotificationLogBatchRequest: boolean isSetDb()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
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.WriteNotificationLogBatchRequest: boolean isSetTable()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(java.lang.String,java.lang.String)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
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.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
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.WriteNotificationLogBatchRequest$_Fields fieldForId(int)
{
int v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: int;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields findByThriftId(int)>(v);
return v;
}
public void read(org.apache.thrift.protocol.TProtocol) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.util.List v, v;
java.lang.StringBuilder v;
java.lang.String v, v, v, v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>(java.lang.String)>("WriteNotificationLogBatchRequest(");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("catalog:");
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
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.WriteNotificationLogBatchRequest: java.lang.String catalog>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
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)>("db:");
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
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.WriteNotificationLogBatchRequest: java.lang.String db>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
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)>("table:");
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
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.WriteNotificationLogBatchRequest: java.lang.String table>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
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)>("requestList:");
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
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.WriteNotificationLogBatchRequest: java.util.List requestList>;
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.WriteNotificationLogBatchRequest v;
java.lang.String v, v, v, v, v, v, v, v;
org.apache.thrift.protocol.TProtocolException v, v, v, v;
boolean v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetCatalog()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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 \'catalog\' is unset! Struct:\u0001");
specialinvoke v.<org.apache.thrift.protocol.TProtocolException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetDb()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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 \'db\' is unset! Struct:\u0001");
specialinvoke v.<org.apache.thrift.protocol.TProtocolException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetTable()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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 \'table\' is unset! Struct:\u0001");
specialinvoke v.<org.apache.thrift.protocol.TProtocolException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: boolean isSetRequestList()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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 \'requestList\' 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;
java.io.IOException v;
java.io.ObjectOutputStream v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
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.WriteNotificationLogBatchRequest: 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;
java.io.ObjectInputStream v;
java.io.IOException v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v := @parameter: java.io.ObjectInputStream;
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.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.WriteNotificationLogBatchRequest: 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.WriteNotificationLogBatchRequest: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY>;
goto label;
label:
v = <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestStandardSchemeFactory v;
org.apache.thrift.meta_data.StructMetaData v;
java.util.Map v, v;
org.apache.thrift.protocol.TField v, v, v, v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleSchemeFactory v;
org.apache.thrift.protocol.TStruct v;
org.apache.thrift.meta_data.FieldMetaData v, v, v, v;
org.apache.thrift.meta_data.FieldValueMetaData v, v, v;
java.util.EnumMap v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields v, v, v, v;
v = new org.apache.thrift.protocol.TStruct;
specialinvoke v.<org.apache.thrift.protocol.TStruct: void <init>(java.lang.String)>("WriteNotificationLogBatchRequest");
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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)>("catalog", 11, 1);
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.protocol.TField CATALOG_FIELD_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("db", 11, 2);
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.protocol.TField DB_FIELD_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("table", 11, 3);
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.protocol.TField TABLE_FIELD_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("requestList", 15, 4);
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.protocol.TField REQUEST_LIST_FIELD_DESC> = v;
v = new org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestStandardSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestStandardSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY> = v;
v = new org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY> = v;
v = new java.util.EnumMap;
specialinvoke v.<java.util.EnumMap: void <init>(java.lang.Class)>(class "Lorg/apache/hadoop/hive/metastore/api/WriteNotificationLogBatchRequest$_Fields;");
v = <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields CATALOG>;
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)>(11);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("catalog", 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.WriteNotificationLogBatchRequest$_Fields: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields DB>;
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)>(11);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("db", 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.WriteNotificationLogBatchRequest$_Fields: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields TABLE>;
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)>(11);
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("table", 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.WriteNotificationLogBatchRequest$_Fields: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$_Fields REQUEST_LIST>;
v = new org.apache.thrift.meta_data.FieldMetaData;
v = new org.apache.thrift.meta_data.ListMetaData;
v = new org.apache.thrift.meta_data.StructMetaData;
specialinvoke v.<org.apache.thrift.meta_data.StructMetaData: void <init>(byte,java.lang.Class)>(12, class "Lorg/apache/hadoop/hive/metastore/api/WriteNotificationLogRequest;");
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)>("requestList", 1, 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.WriteNotificationLogBatchRequest: java.util.Map metaDataMap> = v;
v = <org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: 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/WriteNotificationLogBatchRequest;", v);
return;
}
}