Apache.Hadoop.Hive.ThriftHiveMetastore.Client.renew_delegation_token C# (CSharp) 메소드

renew_delegation_token() 공개 메소드

public renew_delegation_token ( string token_str_form ) : long
token_str_form string
리턴 long
            public long renew_delegation_token(string token_str_form)
            {
                send_renew_delegation_token(token_str_form);
                return recv_renew_delegation_token();
            }
ThriftHiveMetastore.Client