Apache.Hadoop.Hive.ThriftHiveMetastore.Processor.get_tables_Process C# (CSharp) Метод

get_tables_Process() публичный Метод

public get_tables_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Результат void
            public void get_tables_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                get_tables_args args = new get_tables_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                get_tables_result result = new get_tables_result();
                try
                {
                    result.Success = iface_.get_tables(args.Db_name, args.Pattern);
                }
                catch (MetaException o1)
                {
                    result.O1 = o1;
                }
                oprot.WriteMessageBegin(new TMessage("get_tables", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }