class org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme extends org.apache.thrift.scheme.TupleScheme
{
private void <init>()
{
org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme;
specialinvoke v.<org.apache.thrift.scheme.TupleScheme: void <init>()>();
return;
}
public void write(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse) throws org.apache.thrift.TException
{
java.util.Iterator v;
org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse v;
java.util.List v, v;
org.apache.thrift.protocol.TProtocol v;
int v;
java.lang.Object v;
org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse: java.util.List names>;
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.GetPartitionNamesPsResponse: java.util.List names>;
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.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
goto label;
label:
return;
}
public void read(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse v;
java.util.ArrayList v;
org.apache.thrift.protocol.TList v;
java.util.List v;
org.apache.thrift.protocol.TProtocol v;
int v, v, v;
java.lang.String v;
org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse$GetPartitionNamesPsResponseTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse;
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: org.apache.thrift.protocol.TList readListBegin(byte)>(11);
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.GetPartitionNamesPsResponse: java.util.List names> = v;
v = 0;
label:
v = v.<org.apache.thrift.protocol.TList: int size>;
if v >= v goto label;
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionNamesPsResponse: java.util.List names>;
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.GetPartitionNamesPsResponse: void setNamesIsSet(boolean)>(1);
return;
}
}