class org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme extends org.apache.thrift.scheme.StandardScheme
{
private void <init>()
{
org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme;
specialinvoke v.<org.apache.thrift.scheme.StandardScheme: void <init>()>();
return;
}
public void read(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse) throws org.apache.thrift.TException
{
long v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse v;
short v;
byte v, v, v, v, v, v, v, v, v, v;
org.apache.thrift.protocol.TField v;
java.lang.String v, v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryKey v, v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: org.apache.thrift.protocol.TStruct readStructBegin()>();
label:
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: org.apache.thrift.protocol.TField readFieldBegin()>();
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v == 0 goto label;
v = v.<org.apache.thrift.protocol.TField: short id>;
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v != 12 goto label;
v = new org.apache.hadoop.hive.metastore.api.ScheduledQueryKey;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryKey: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.hadoop.hive.metastore.api.ScheduledQueryKey scheduleKey> = v;
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.hadoop.hive.metastore.api.ScheduledQueryKey scheduleKey>;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryKey: void read(org.apache.thrift.protocol.TProtocol)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void setScheduleKeyIsSet(boolean)>(1);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v != 10 goto label;
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: long readI64()>();
v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: long executionId> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void setExecutionIdIsSet(boolean)>(1);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v != 11 goto label;
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String query> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void setQueryIsSet(boolean)>(1);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v != 11 goto label;
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String user> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void setUserIsSet(boolean)>(1);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void readFieldEnd()>();
goto label;
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void readStructEnd()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void validate()>();
return;
}
public void write(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse) throws org.apache.thrift.TException
{
long v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse v;
org.apache.thrift.protocol.TField v, v, v, v;
java.lang.String v, v, v, v;
org.apache.thrift.protocol.TStruct v;
boolean v, v, v, v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryKey v, v;
org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse$ScheduledQueryPollResponseStandardScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: void validate()>();
v = <org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.thrift.protocol.TStruct STRUCT_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeStructBegin(org.apache.thrift.protocol.TStruct)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.hadoop.hive.metastore.api.ScheduledQueryKey scheduleKey>;
if v == null goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: boolean isSetScheduleKey()>();
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.thrift.protocol.TField SCHEDULE_KEY_FIELD_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldBegin(org.apache.thrift.protocol.TField)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.hadoop.hive.metastore.api.ScheduledQueryKey scheduleKey>;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryKey: void write(org.apache.thrift.protocol.TProtocol)>(v);
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldEnd()>();
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: boolean isSetExecutionId()>();
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.thrift.protocol.TField EXECUTION_ID_FIELD_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldBegin(org.apache.thrift.protocol.TField)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: long executionId>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeI64(long)>(v);
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldEnd()>();
label:
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String query>;
if v == null goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: boolean isSetQuery()>();
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.thrift.protocol.TField QUERY_FIELD_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldBegin(org.apache.thrift.protocol.TField)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String query>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeString(java.lang.String)>(v);
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldEnd()>();
label:
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String user>;
if v == null goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: boolean isSetUser()>();
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: org.apache.thrift.protocol.TField USER_FIELD_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldBegin(org.apache.thrift.protocol.TField)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse: java.lang.String user>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeString(java.lang.String)>(v);
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldEnd()>();
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldStop()>();
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeStructEnd()>();
return;
}
}