Method: LS4::LocationAwareMasterSelectService#initialize

Defined in:
lib/ls4/service/master_select.rb

#initializeLocationAwareMasterSelectService

Returns a new instance of LocationAwareMasterSelectService.



29
30
31
32
# File 'lib/ls4/service/master_select.rb', line 29

def initialize
	@map = {}  # { rsid => [nids] }
	@self_location = ConfigBus.self_location
end