ensembl-hive  2.1
 All Classes Namespaces Files Functions Pages
Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor:
+ Collaboration diagram for Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor:

Public Member Functions

public default_table_name ()
 
public default_insertion_method ()
 
public object_class ()
 
public finalize_role ()
 
public fetch_last_by_worker_id ()
 
public get_hive_current_load ()
 
public get_role_rank ()
 
public count_active_roles ()
 
public print_active_role_counts ()
 
public fetch_all_finished_roles_with_unfinished_jobs ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor
public object_class ()
 
public slicer ()
 
public objectify ()
 
public mark_stored ()
 
public keys_to_columns ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor
public default_table_name ()
 
public default_insertion_method ()
 
public default_overflow_limit ()
 
public default_input_column_mapping ()
 
public new ()
 
public db ()
 
public dbc ()
 
public prepare ()
 
public overflow_limit ()
 
public input_column_mapping ()
 
public table_name ()
 
public insertion_method ()
 
public column_set ()
 
public primary_key ()
 
public updatable_column_list ()
 
public autoinc_id ()
 
protected _table_info_loader ()
 
public count_all ()
 
public fetch_all ()
 
public primary_key_constraint ()
 
public fetch_by_dbID ()
 
public remove_all ()
 
public remove ()
 
public update ()
 
public store_or_update_one ()
 
public check_object_present_in_db_by_content ()
 
public store ()
 
public DESTROY ()
 
public AUTOLOAD ()
 

Detailed Description

Synopsis

$role_adaptor = $db_adaptor->get_RoleAdaptor;
$role_adaptor = $role_object->adaptor;

Description

    Module to encapsulate all db access for persistent class Role.
    There should be just one per application and database connection.

Member Function Documentation

public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::count_active_roles ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::default_insertion_method ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::default_table_name ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::fetch_all_finished_roles_with_unfinished_jobs ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::fetch_last_by_worker_id ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::finalize_role ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::get_hive_current_load ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::get_role_rank ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::object_class ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::RoleAdaptor::print_active_role_counts ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file: