class Lustre_exporter_slurm
- Lustre_exporter_slurm
- Reference
- Object
Defined in:
lustre_exporter_slurm.crConstructors
Instance Method Summary
- #cache_username_info(uid : String)
- #close
- #get_db_job_info(id : UInt32) : NamedTuple(user: String, account: String) | Nil
- #get_jobs_info(id : UInt32) : NamedTuple(user: String, account: String) | Nil
- #get_stats
- #get_username(uid : String) : String
- #get_username_from_uid(uid : String)
- #improve_metric(metric : String)
- #ldap_host : String
- #ldap_host=(ldap_host : String)
- #ldap_port : Int32
- #ldap_port=(ldap_port : Int32)
- #search_base : String
- #search_base=(search_base : String)
Constructor Detail
def self.new(ldap_host : String, ldap_port : Int32, ldap_ssl : Bool, ldap_tls : Bool, search_base : String, db_host : String, db_port : Int32 | Nil, db_user : String, db_pass : String, db_name : String, db_table : String)
#