Class: Luban::Deployment::Packages::Mysql::Controller
- Inherits:
-
Service::Controller
- Object
- Service::Controller
- Luban::Deployment::Packages::Mysql::Controller
- Defined in:
- lib/luban/deployment/packages/mysql/controller.rb
Defined Under Namespace
Modules: Commands
Instance Method Summary collapse
Methods included from Commands
included, #log_types, #mysqld_safe_command, #mysqldadmin_command, #ping_command, #process_pattern, #reopen_logs_command, #shell_setup, #start_command, #stop_command
Methods included from Paths
#admin_control_file_path, #bin_log_file_path, #bin_log_path, #control_file_name, #data_path, #error_log_file_path, #error_log_path, #general_log_file_path, #general_log_path, #innodb_log_group_home_path, #secure_file_priv_path, #slow_query_log_file_path, #slow_query_log_path, #socket_path, #ssl_ca_path, #ssl_cert_path, #ssl_key_path, #ssl_rsa_path
Instance Method Details
#default_pending_interval ⇒ Object
59 |
# File 'lib/luban/deployment/packages/mysql/controller.rb', line 59 def default_pending_interval; 5; end |