Class: Solr::MasterSlave::NodesGrayList::Disabled
- Inherits:
-
Object
- Object
- Solr::MasterSlave::NodesGrayList::Disabled
- Defined in:
- lib/solr/master_slave/nodes_gray_list/disabled.rb
Instance Method Summary collapse
- #add(_) ⇒ Object
- #added?(_) ⇒ Boolean
- #remove(_) ⇒ Object
- #select_active(urls, collection_name:) ⇒ Object
Instance Method Details
#add(_) ⇒ Object
5 6 |
# File 'lib/solr/master_slave/nodes_gray_list/disabled.rb', line 5 def add(_) end |
#added?(_) ⇒ Boolean
11 12 13 |
# File 'lib/solr/master_slave/nodes_gray_list/disabled.rb', line 11 def added?(_) true end |
#remove(_) ⇒ Object
8 9 |
# File 'lib/solr/master_slave/nodes_gray_list/disabled.rb', line 8 def remove(_) end |
#select_active(urls, collection_name:) ⇒ Object
15 16 17 |
# File 'lib/solr/master_slave/nodes_gray_list/disabled.rb', line 15 def select_active(urls, collection_name:) urls end |