class org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme extends org.apache.thrift.scheme.TupleScheme
{
private void <init>()
{
org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme;
specialinvoke v.<org.apache.thrift.scheme.TupleScheme: void <init>()>();
return;
}
public void write(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme v;
org.apache.thrift.protocol.TProtocol v;
long v;
org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue v;
java.lang.String v, v;
v := @this: org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue;
v = v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: long tableId>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeI64(long)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: java.lang.String key>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: java.lang.String value>;
virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: void writeString(java.lang.String)>(v);
return;
}
public void read(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme v;
org.apache.thrift.protocol.TProtocol v;
long v;
org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue v;
java.lang.String v, v;
v := @this: org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue$CommitTxnKeyValueTupleScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue;
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: long readI64()>();
v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: long tableId> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: void setTableIdIsSet(boolean)>(1);
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: java.lang.String key> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: void setKeyIsSet(boolean)>(1);
v = virtualinvoke v.<org.apache.thrift.protocol.TTupleProtocol: java.lang.String readString()>();
v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: java.lang.String value> = v;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.CommitTxnKeyValue: void setValueIsSet(boolean)>(1);
return;
}
}