class org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme extends org.apache.thrift.scheme.TupleScheme
{
private void <init>()
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme;
specialinvoke v.<org.apache.thrift.scheme.TupleScheme: void <init>()>();
return;
}
public void write(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme v;
java.util.Iterator v;
org.apache.thrift.protocol.TTupleProtocol v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.util.List v, v;
org.apache.thrift.protocol.TProtocol v;
int v;
java.lang.Object v;
java.lang.String v, v, v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
v = interfaceinvoke v.<java.util.List: int size()>();
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeI32(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()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest: void write(org.apache.thrift.protocol.TProtocol)>(v);
goto label;
label:
return;
}
public void read(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme v;
org.apache.thrift.protocol.TTupleProtocol v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest v;
java.util.ArrayList v;
org.apache.thrift.protocol.TList v;
java.util.List v;
org.apache.thrift.protocol.TProtocol v;
org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest v;
int v, v, v;
java.lang.String v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest$WriteNotificationLogBatchRequestTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest;
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String catalog> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setCatalogIsSet(boolean)>(1);
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String db> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setDbIsSet(boolean)>(1);
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.lang.String table> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setTableIsSet(boolean)>(1);
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: org.apache.thrift.protocol.TList readListBegin(byte)>(12);
v = new java.util.ArrayList;
v = v.<org.apache.thrift.protocol.TList: int size>;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList> = v;
v = 0;
label:
v = v.<org.apache.thrift.protocol.TList: int size>;
if v >= v goto label;
v = new org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest: void <init>()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogRequest: void read(org.apache.thrift.protocol.TProtocol)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: java.util.List requestList>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.WriteNotificationLogBatchRequest: void setRequestListIsSet(boolean)>(1);
return;
}
}